Loading Tool

Explorer IconExplorer

Memory Pool

34,333 transactions
29.49 vMB
0.07011694 BTC
Random Selection Loading Transactions
Max Size: 162.95/200 MB

Candidate Block

Mining Attempt edd08a4ffab4c1253403a631c705f1de992c20a864a377ab12f14a4f19488d21
Version 20000000
Previous Block 0000000000000000000082ca31871511459e3b06051fea33753fc8bf5262aaa5
Merkle Root 5a7ea3e9ecdab4e7800058b598eefb87313d7e0e554c76f01b808e8f9989a502
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,456
Size: 1.00 vMB
Total Fees: 0.02818864 BTC
Feerates: 356.51 > 2.82 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,335 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,335 941,335 0000000000000000000082ca31871511459e3b06051fea33753fc8bf5262aaa5 2,739 1.00/1.00 vMB 1 ago
941,334 941,334 000000000000000000013536f01dd0b8463cce61bab3c914e5ac8eb78f99597f 2,826 1.00/1.00 vMB 2 ago
941,333 941,333 000000000000000000013cbd4969c2b242dac3881b587c43ed6a9e0905306580 1,159 1.00/1.00 vMB 2 ago
941,332 941,332 00000000000000000000dc00c96751bde771f25e7a4d2cf065d0aff56b7c4c42 4,030 1.00/1.00 vMB 5 ago
941,331 941,331 000000000000000000016a5fe8acee8ce760c78669b1dfa16005d2500f424d33 3,872 1.00/1.00 vMB 6 ago
941,330 941,330 000000000000000000005fb728f223a467b2a4987da5ae9cc8fa5efb1bb019b9 2,214 1.00/1.00 vMB 2
941,329 941,329 0000000000000000000190ab224c74eba39a3113123a81c1bd79247336e051d8 3,291 1.00/1.00 vMB 2
941,328 941,328 00000000000000000001e0f35895e4cc3bf53fa99fbc252799fb063c588fc15a 3,918 1.00/1.00 vMB 6
941,327 941,327 00000000000000000000221affd8f2ae75cad5fee3d3b6fa2d4459084cdd2a9f 3,580 1.00/1.00 vMB 5
941,326 941,326 00000000000000000001ba558c340bfa3419f7fef524fde609d36decb624b1aa 3,783 1.00/1.00 vMB 5
941,325 941,325 00000000000000000001107c8303d1987d2e3be0d4251543d0065b41abee19bd 3,943 1.00/1.00 vMB 4
941,324 941,324 0000000000000000000047a86135e31ff0d4f4a67f79c358d9f7dc8189c86de1 3,719 1.00/1.00 vMB 4
941,323 941,323 000000000000000000018cb72cc219aeb4c0c9e1692dec3175fb2a698e38e64c 4,251 1.00/1.00 vMB 4
941,322 941,322 00000000000000000001b06ca8ebed2dd318b9d39df2174e6404eba102ae916b 3,900 1.00/1.00 vMB 6
941,321 941,321 00000000000000000001a837409fdf77981ed238807690c2e587f033a3735f05 3,819 1.00/1.00 vMB 8
941,320 941,320 0000000000000000000052cb8bf283a19ce993d2bea029eb3f3102ef9609cd73 3,896 1.00/1.00 vMB 4
941,319 941,319 00000000000000000000e71976b9e8d5ac3ab7040dd5f10a47449632cb7aa185 3,796 1.00/1.00 vMB 3
941,318 941,318 00000000000000000001257a6c047de682e06065bb74b9d57987a285dedd9a47 3,785 1.00/1.00 vMB 7
941,317 941,317 00000000000000000000923cc0a5d934195f6b1f3353128eeb5d670ac751254b 1,734 1.00/1.00 vMB 1
941,316 941,316 000000000000000000005534427843f8d8205848ee5307b5c4bf3fce61c4b9c2 3,246 1.00/1.00 vMB 3
941,315 941,315 0000000000000000000037e6cb1e00d746f98a52c28c676028b2a371fe146599 3,694 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 829.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: 4,628.69 GB
    • Received: 250.67 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.