Loading Tool

Explorer IconExplorer

Memory Pool

11,939 transactions
2.75 vMB
0.03190198 BTC
Random Selection Loading Transactions
Max Size: 19.36/200 MB

Candidate Block

Mining Attempt 63d3c08bc89651eafefb5cc1c7614eeee81f9f39f0453a26a77938a2672516f8
Version 20000000
Previous Block 00000000000000000001e7872a28ec2d1a35c9b4a76c7f145cf24518703c01fd
Merkle Root ef35af61eb91bc19bc3ec0d9b97aab34b21c4bf15a4588b4ed3a57976bef5880
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,683
Size: 1.00 vMB
Total Fees: 0.02836101 BTC
Feerates: 566.44 > 2.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 937,894 (3,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
934,672 934,672 00000000000000000000599861317e21c0a65eee89331888b5062095a8871ac7 386 0.09/1.00 vMB 4
934,671 934,671 000000000000000000001ee1ad79a6deaa8269372e8998ba0a694c4d9423e0d9 4,531 1.00/1.00 vMB 1
934,670 934,670 00000000000000000001c738950834985eaff541471daef0e0ff4e87e916a7b4 3,213 1.00/1.00 vMB 2
934,669 934,669 0000000000000000000031855e440a288314d081b00766036dd4c0f64292ae47 3,154 1.00/1.00 vMB 2
934,668 934,668 00000000000000000001809d9d2ab2047121695c2e24c4dce0d6929f6320dcc7 4,662 1.00/1.00 vMB 0
934,667 934,667 00000000000000000000b45a456fa17a446e580b7e12b4eca80a0b8a0732d933 3,548 1.00/1.00 vMB 2
934,666 934,666 0000000000000000000038f45fd5a1c7777051f5a27f5611a08f84df3c40d74d 1,013 0.32/1.00 vMB 2
934,665 934,665 00000000000000000001e53490aa310494a9984ad2b9bf5e9356ac2f27cc0548 4,880 1.00/1.00 vMB 0
934,664 934,664 000000000000000000008aaaa151f90b5445eb15411335e35e66e0cf1a2dc512 4,630 1.00/1.00 vMB 0
934,663 934,663 00000000000000000001899e0aa3d013e92262432a92d4604cadf29d5c505b69 3,545 1.00/1.00 vMB 2
934,662 934,662 0000000000000000000187406156ae0b5f676b20ba6aaf0f64f97aa326d17ce8 3,038 1.00/1.00 vMB 1
934,661 934,661 00000000000000000001f025f63aa09822c4d7fe36c98b44079670709f1a26d3 3,115 1.00/1.00 vMB 4
934,660 934,660 00000000000000000000d17303981c8af8133d4718ab29eebfb9cf8f0f4de759 2,988 1.00/1.00 vMB 1
934,659 934,659 000000000000000000007dff19f0b7a1f64b3cbda131bfd0d1a3320c60bb83c3 2,571 1.00/1.00 vMB 1
934,658 934,658 00000000000000000000b0edd13d7f4a6533f1647c906cd9ac867b9b55c94358 3,395 1.00/1.00 vMB 3
934,657 934,657 00000000000000000000117c71f24ec2f0399b2a7f7c4e32851a130d1b468a80 3,354 1.00/1.00 vMB 1
934,656 934,656 00000000000000000001a75c70c05f22c644704675a5ac08d3b6ba7ece28522c 1,339 0.40/1.00 vMB 1
934,655 934,655 000000000000000000014c77ce023d4d9eccea691238e1a95f6a5afb8d9c2d57 3,084 1.00/1.00 vMB 2
934,654 934,654 0000000000000000000110fdf2e549ea2e4824228a2599aaf0cc2232f1566129 1,736 1.00/1.00 vMB 0
934,653 934,653 0000000000000000000024e12f8b36e2cae13d7d7042ac06911d5fc09125535b 871 0.29/1.00 vMB 2
934,652 934,652 000000000000000000019161772501cddf8de272431d6d4c92a8a2912caca1df 4,648 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 822.98 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4,070.86 GB
    • Received: 221.78 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.