Loading Tool

Explorer IconExplorer

Memory Pool

78,288 transactions
29.03 vMB
0.08938764 BTC
Random Selection Loading Transactions
Max Size: 175.54/200 MB

Candidate Block

Mining Attempt 4fdb8497758d2baed57f6692474938f35e54af04aae8807157b69130375df690
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 9a434569e2d52a3b03f4a3b3f685ccd1bb574bce9fd0a508bd2803a671c8ec4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,284
Size: 1.00 vMB
Total Fees: 0.02876072 BTC
Feerates: 477.45 > 2.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (359,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,670 555,670 00000000000000000020e4837c774226259ec4b5120dd479a70e929a6e4cc8dd 2,864 1.00/1.00 vMB 3
555,669 555,669 00000000000000000022580ecb8e2f142147b1fc7cefeeda70f12fc251671673 3,329 1.00/1.00 vMB 19
555,668 555,668 0000000000000000000ab1cc45382e48d75a87e4798a61c2e972a11e02cf2615 3,017 1.00/1.00 vMB 34
555,667 555,667 00000000000000000016a7c8234554a3f555e3801121a40973a6bd12454e920f 2,658 1.00/1.00 vMB 10
555,666 555,666 0000000000000000000e9edf4a32868651621699527c2414b5cba1133eaebc31 2,738 1.00/1.00 vMB 17
555,665 555,665 0000000000000000001dcd7cd2e54d716a58a90bfa05139a9aa77363597e16e9 2,104 0.89/1.00 vMB 10
555,664 555,664 0000000000000000001a72686dfd5aad12f2c6f078529586649f3d315ca547d9 2,282 0.84/1.00 vMB 10
555,663 555,663 00000000000000000024e4c46f6af0f2b5e6b67da2b0f01d19487d74dacb95ce 370 0.12/1.00 vMB 10
555,662 555,662 0000000000000000001ac9d2e8ed1b030cd0c6bd127cb4f425a1eb1345e0b431 872 0.55/1.00 vMB 5
555,661 555,661 00000000000000000024432bae5c38abf028c52053618a41ab923214b3fc3310 1,019 1.00/1.00 vMB 3
555,660 555,660 0000000000000000002c71be939b911b75cdaf942be498c7e2f05190eeab3ca9 3,139 1.00/1.00 vMB 12
555,659 555,659 00000000000000000016c9d3ac3d1a8c49c96aa4b3abdedbccfb7c765f472e95 1,992 1.00/1.00 vMB 7
555,658 555,658 00000000000000000013a9a54842e633f1e59e2a9aeb462b4fe150be7ecdc05d 2,678 1.00/1.00 vMB 7
555,657 555,657 000000000000000000119b395179e0a9b2c3715f1c2d6ab33ef0d90f66092061 2,310 1.00/1.00 vMB 18
555,656 555,656 00000000000000000005d805eb1a3c81210867d7d5fe130f8b7df1ea8b7c8875 2,095 0.82/1.00 vMB 7
555,655 555,655 00000000000000000019ce0b669410a3d1213c265c8c5409ec9dab4fce0062f8 530 0.24/1.00 vMB 8
555,654 555,654 00000000000000000000ef85b276e73e5fafcb657eafecf2d1056cb5cd078ab2 2,568 1.00/1.00 vMB 8
555,653 555,653 0000000000000000001cd795c5c6f1ec145b6b9cb7f1c8400fc44eadc5195c53 365 0.17/1.00 vMB 17
555,652 555,652 000000000000000000358d3fd514ff49bfe39d0a6aff499e81ffeebe35fee871 1,580 0.53/1.00 vMB 8
555,651 555,651 0000000000000000002ee4c66efe83c982564189ed76ee28a39661a07079b253 1,605 0.61/1.00 vMB 6
555,650 555,650 000000000000000000125d6337fe06519afbb1393c63d2e2920363bbaec4473e 1,907 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.