Loading Tool

Explorer IconExplorer

Memory Pool

39,397 transactions
27.02 vMB
0.05393518 BTC
Random Selection Loading Transactions
Max Size: 141.15/200 MB

Candidate Block

Mining Attempt 124530827a81a31528f118dbca5bb85f72296350dcbfeeaed7b520d67a424e44
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 155fcdfdd04c2aa149164d95860c317d16fd3861fbe75f041561770b06d71f5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,855
Size: 1.00 vMB
Total Fees: 0.00384515 BTC
Feerates: 18.19 > 0.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (815,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,527 99,527 0000000000037e12dec0731dd6043ec404fa476b097252bd2cb55564c20835f6 3 0.00/1.00 vMB 0
99,526 99,526 00000000000269d32568e16bfc230687e78fb9e2650dd4360677ec5c4325e222 2 0.00/1.00 vMB 0
99,525 99,525 000000000000cdd5fcd1b7d099697c61175cd2b0e83f1c01103f0badc7fa22e5 2 0.00/1.00 vMB 0
99,524 99,524 00000000000405e6b8f7c59b6da237bdc4b487515f28f67d46e2c1c8356aab7a 12 0.00/1.00 vMB 343
99,523 99,523 0000000000015b3c5b07270e5d94bc6bb7671de3eef00172cebf49e1a8d467f9 4 0.00/1.00 vMB 0
99,522 99,522 0000000000016b8d09743ade157a74b3c4c9dbbc7c825265f8350e4b74d201ca 4 0.00/1.00 vMB 0
99,521 99,521 0000000000043461ca5d24a1dff5956e9a79d5db0c584d72d1372d59ed8d61de 4 0.00/1.00 vMB 0
99,520 99,520 0000000000046d33ec1d27d805ead6661dcbf73b6939bf1c0c974ad3e91303a8 3 0.00/1.00 vMB 0
99,519 99,519 00000000000095e95412112ecc0778585ebd4c0d14003d3041347aa24d352378 12 0.00/1.00 vMB 0
99,518 99,518 00000000000063af5fe706acd04c377bbe1047d422ebdc82852ef734e4d835d1 11 0.00/1.00 vMB 0
99,517 99,517 0000000000023d491d8f956218aa6582a34de2d967befcef106469d4cb83bc49 1 0.00/1.00 vMB 0
99,516 99,516 0000000000008df46fb422b077b16882c47c085a8c649b9740cd59188e118298 1 0.00/1.00 vMB 0
99,515 99,515 00000000000393525c334738b26d8472c7211ab0b440ffd0a8ee7df8b0a15582 2 0.00/1.00 vMB 0
99,514 99,514 000000000000f1053ef7bc3dc9e2118c8e581f9cb6ada5e7a3a32696f900252c 9 0.00/1.00 vMB 0
99,513 99,513 000000000000f66768c894d8b354797599c5fad0ceb1a2626c67045688b1eb7b 1 0.00/1.00 vMB 0
99,512 99,512 000000000003b9186b0fb8278cbb6e0ce79aa5f7139eeb59722f734a601f1f03 7 0.00/1.00 vMB 0
99,511 99,511 000000000001b091377af1c101b553c3c36f83addd4a4f31a6807610907d0bfa 1 0.00/1.00 vMB 0
99,510 99,510 0000000000006652247380989322484b9ba5d489080d317c4833ebc2f560b446 1 0.00/1.00 vMB 0
99,509 99,509 000000000001c65ac460d93eeb0ab5c114e51f2a04b439c4a9a77b90437414da 1 0.00/1.00 vMB 0
99,508 99,508 0000000000023b68a456a1eaa0f1d193bb233f8fa4bf3edd9ae17a2cd1cc29bc 2 0.00/1.00 vMB 0
99,507 99,507 000000000003c54e20494781a163ac0f795a8b086cb2f86030b278838e1c8589 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.15 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: 652.92 GB
    • Received: 13.81 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.