Loading Tool

Explorer IconExplorer

Memory Pool

78,715 transactions
29.57 vMB
0.09022005 BTC
Random Selection Loading Transactions
Max Size: 178.10/200 MB

Candidate Block

Mining Attempt a773cee4fdb7a0d1da7282fbc9e9a7d94aa0dc7de3f02ec3fafd31675e840350
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 4b7704ca516d69c3acfb0351e4c09c1cdfe36c9544fb67cd4305a7492a267760
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,415
Size: 1.00 vMB
Total Fees: 0.02783072 BTC
Feerates: 261.10 > 2.79 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (309,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,061 606,061 0000000000000000000a9bc1ad663b712017fa8714196434b191d59036cc1523 2,409 1.00/1.00 vMB 5
606,060 606,060 00000000000000000002049267e768ae9b6c4ef50891359003cac9f4057ed990 2,744 1.00/1.00 vMB 20
606,059 606,059 000000000000000000086e65ee61c6b8df4dfca108ca67d3444cc4eed580f1a3 2,826 1.00/1.00 vMB 6
606,058 606,058 0000000000000000000edd8112d6587e338d0d5f222fbe035ba1cf17fe7d9910 3,233 1.00/1.00 vMB 19
606,057 606,057 00000000000000000009833f6c19d4e11674746684c1db0a38f284d489df1047 3,015 1.00/1.00 vMB 22
606,056 606,056 0000000000000000001438f94200578a2e14c2caecb2376473d830f6fbb346c2 3,334 1.00/1.00 vMB 29
606,055 606,055 000000000000000000036f86905d250f033cbddaf3459da2741e10bf19c83695 2,624 1.00/1.00 vMB 34
606,054 606,054 00000000000000000009e6169a4ae5173c280143f13cc1c25149cef14d932b75 2,511 1.00/1.00 vMB 48
606,053 606,053 00000000000000000000c28bd4b5d2422b738033df86a2c528a7c50a139d23aa 2,555 1.00/1.00 vMB 20
606,052 606,052 0000000000000000000b5192bfe4a3486b1ac792c0b38e8b068d721544d5d0df 2,706 1.00/1.00 vMB 36
606,051 606,051 000000000000000000068778147bb2bc2d6ecbafcd1b63ae16900de680af3f46 2,644 1.00/1.00 vMB 34
606,050 606,050 00000000000000000002003862a2e7400ad499ef2c54c298cbb715e97ae16845 2,414 1.00/1.00 vMB 30
606,049 606,049 0000000000000000000a2b5db7684090c6e2880b605f22c35ea7143c9e442bac 2,961 1.00/1.00 vMB 46
606,048 606,048 0000000000000000000c16ed1afb3c8bd6b0f1ef0c78a0909bae42fcd17d1dd3 2,781 1.00/1.00 vMB 33
606,047 606,047 000000000000000000037bc355446e931628afed8f42f3066dbd70572892d1fe 3,086 1.00/1.00 vMB 40
606,046 606,046 0000000000000000001057dbccefae295002faf8632b232d6d00aecb42f84ff5 1,901 0.61/1.00 vMB 23
606,045 606,045 000000000000000000008aedd2715b151cbea904f75e8294f76ff64664172ce7 2,182 0.96/1.00 vMB 5
606,044 606,044 0000000000000000000ce427dbcb95c3f22759ad30b480c35d3fa74463f22c41 1,892 1.00/1.00 vMB 20
606,043 606,043 00000000000000000004b9564195bea7f8352c3f9c90007735aa2a0b8164912b 1,863 1.00/1.00 vMB 21
606,042 606,042 000000000000000000129e4740b949916792235b7c5fa082826c041e39bae96d 1,744 1.00/1.00 vMB 37
606,041 606,041 00000000000000000008d0280b917fa6c677c8374afb6a4f22685734df289ea1 1,726 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.68 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: 685.87 GB
    • Received: 16.48 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.