Loading Tool

Explorer IconExplorer

Memory Pool

89,348 transactions
33.08 vMB
0.21044454 BTC
Random Selection Loading Transactions
Max Size: 199.90/200 MB

Candidate Block

Mining Attempt 55afd4176844095fcdd2f8a818545085c3674a6cea147207108af075a07a9aed
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 4cbbfb05252ec036e81cfe60cac10b78a8bab5bfe6d3ae0248d7f8d0be2a6594
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,633
Size: 1.00 vMB
Total Fees: 0.09456513 BTC
Feerates: 387.56 > 9.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (104,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,603 810,603 00000000000000000003c7b261d6d6a54a7b93e909461fbcbad19952517acf9d 1,578 1.00/1.00 vMB 11
810,602 810,602 000000000000000000012b9fab3fc4421319edf989800e4c928e1c4cedd7961e 112 1.00/1.00 vMB 2
810,601 810,601 00000000000000000002e37c7cb03624079e7b627755387a8e571ae6553192bf 610 1.00/1.00 vMB 5
810,600 810,600 0000000000000000000385be664295e8283ace036ad68a20297994a8e6a05ca6 3,261 1.00/1.00 vMB 18
810,599 810,599 00000000000000000003213255f4257233cce8be19aebac5174c492d0d49bc63 2,234 1.00/1.00 vMB 8
810,598 810,598 00000000000000000001833bf9e862b5e8457149df872cf7a5e4d6523fabcb4a 1,147 1.00/1.00 vMB 18
810,597 810,597 00000000000000000004118e03429e68b50876bf07b06b6a01ba3b113428c531 1,545 1.00/1.00 vMB 13
810,596 810,596 00000000000000000004d7b36f90d4850e3aad7c4e4ce33afa5c4fddc5903bad 3,586 1.00/1.00 vMB 27
810,595 810,595 00000000000000000004d1c820275ed81cfda57e2b71f4d364b762062b8e09e1 1,624 1.00/1.00 vMB 29
810,594 810,594 000000000000000000005c3aeff7d34bd9d9dd90284dfee0b6bece7ddc4bc2cf 3,364 1.00/1.00 vMB 38
810,593 810,593 00000000000000000000028c8d46521cd2dae6cb11499db63cee04d927136bab 2,379 1.00/1.00 vMB 3
810,592 810,592 000000000000000000019ca50d04cfbd51adfc79e6497309f57a89d2ff0a5983 2,048 1.00/1.00 vMB 15
810,591 810,591 00000000000000000002b94bcdb49cbe7e887c23af8dee0c7830c5acc23cba24 2,778 1.00/1.00 vMB 20
810,590 810,590 00000000000000000004e5c1c9e7d9a9e6c309dd8d29b839cbc5d17acb9c8e2b 4,093 1.00/1.00 vMB 39
810,589 810,589 00000000000000000000d8e12d95b321e267a5aa3a9f22d848a80893572ef5d3 1,642 1.00/1.00 vMB 5
810,588 810,588 00000000000000000003a2dc0a9bb60a8d149aa355791acfbdc73e63ac18e0dd 3,686 1.00/1.00 vMB 28
810,587 810,587 00000000000000000001f3b9e63f34d1cba53609e6a863c8a61a595e3114d6a3 1,899 1.00/1.00 vMB 21
810,586 810,586 00000000000000000003a85f4a589bec10e7fd9b2acec449af221cdfa1161999 692 1.00/1.00 vMB 6
810,585 810,585 00000000000000000001dc4d2be5b2b28b0c971d096bae3eb12efe290ccbe27f 1,333 1.00/1.00 vMB 9
810,584 810,584 0000000000000000000097720a8035d41dc4f77fcfb0b5877758f7e76df2b727 1,815 1.00/1.00 vMB 8
810,583 810,583 000000000000000000007a7cf57c6812bf5452380fe748d9b9d9e051c72366b8 1,463 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.