Loading Tool

Explorer IconExplorer

Memory Pool

93,625 transactions
25.52 vMB
0.09527037 BTC
Random Selection Loading Transactions
Max Size: 170.46/200 MB

Candidate Block

Mining Attempt 162549fc86eaab98ba52359b44fd6de528ed1e2da3bad5716ec6d0c5045b49f2
Version 20000000
Previous Block 00000000000000000001944c43a76dfe6bdfa887014178778a08e74bc224d3a0
Merkle Root cd1926e6dfae6f212fd15c86be5b25255e17f821ea2382d0989363d06ffc4b8f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,811
Size: 1.00 vMB
Total Fees: 0.02411076 BTC
Feerates: 77.76 > 2.42 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,038 (878,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,677 37,677 000000003201a98bbe922fa69e27f0083c3b4d26663e75c838415ec5ed04ce34 1 0.00/1.00 vMB 0
37,676 37,676 000000004b63ea15e443927dc207fcc7591af7b6a402aaed0789fbb53c56f5d7 1 0.00/1.00 vMB 0
37,675 37,675 0000000085a8cfec2eb885cb424925f8cf07f2902a43c98766ad10ea5179d94b 1 0.00/1.00 vMB 0
37,674 37,674 000000004f7ae9a12c1d7874f20c2e0c515f67b0775c050770d149e595c6a5fb 1 0.00/1.00 vMB 0
37,673 37,673 000000008fc9bc1074c3c63046371d589172773aa9853ec530b7574b049ad7cd 1 0.00/1.00 vMB 0
37,672 37,672 000000002e7e1c753d085015f87ac03bf953e8716d63fbd0fee07a2290cca502 1 0.00/1.00 vMB 0
37,671 37,671 00000000674bad49597d1ef43f7240f05f88591d82fc7212e603f0abf693d1fd 1 0.00/1.00 vMB 0
37,670 37,670 00000000b4fb1c76a4285481731567794eab86634e5532020b8fd16da634c89d 1 0.00/1.00 vMB 0
37,669 37,669 0000000080887fdde3da8b54c7a831a5ae1a7def0b56453457aecdb24abaec71 1 0.00/1.00 vMB 0
37,668 37,668 00000000b0ee20565958f17304f3f063d917e119c5988b86956ea1c4660d1e0d 1 0.00/1.00 vMB 0
37,667 37,667 0000000004085187731ee4cd129beb1359bd99214f63a1e940cdb7ddcd53a626 1 0.00/1.00 vMB 0
37,666 37,666 000000000979f4b040042e49d2f8185f82af3d0787d67d7ceba7ee846a98775e 1 0.00/1.00 vMB 0
37,665 37,665 00000000a67afe459dbf14afd674a5c02f2fdb5149d4a99139f4704c3a842460 1 0.00/1.00 vMB 0
37,664 37,664 000000003bd56403a5aca689cb155208554b9c99d5073f5774d3d4c08c89e91a 1 0.00/1.00 vMB 0
37,663 37,663 00000000b4eb89244eaa948ceb244e52a2a2c1f5fbaaaf0f9e0a263b79b70da9 1 0.00/1.00 vMB 0
37,662 37,662 000000005439b2b713ef77f0efe190eff94f3a23fcb77924452c3b608258f167 1 0.00/1.00 vMB 0
37,661 37,661 000000007dd40d8ad9ea5fdb025e5e7c1c5bfe302cce22a0bee62afbe04fc90b 1 0.00/1.00 vMB 0
37,660 37,660 0000000068d4ccd28b7ff330188cc8a5fa25d3388ce47986164aab2f761e2b14 1 0.00/1.00 vMB 0
37,659 37,659 0000000099d8c7a4248e467ce0f4b7d1c84a335679702c5018a73cd44decfde8 1 0.00/1.00 vMB 0
37,658 37,658 00000000af053e98d63ce98bd6dae3f9aa20967fb42ae0d4c7128dc6e15fe257 1 0.00/1.00 vMB 0
37,657 37,657 00000000773044a275a43bbfa8c140295a4e255f7f08886b40427e4e06f2d70f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.19 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: 811.98 GB
    • Received: 23.64 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.