Loading Tool

Explorer IconExplorer

Memory Pool

78,335 transactions
29.37 vMB
0.06573281 BTC
Random Selection Loading Transactions
Max Size: 176.52/200 MB

Candidate Block

Mining Attempt 79bd63a2fe9145474b52136ae0a1b6a35a47ae6b252de886f22e37028e68bcf6
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root f5014a34d5ef79a838521cad915aa80b2b41d7b54ca33177c768448d9d152242
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,131
Size: 1.00 vMB
Total Fees: 0.00621023 BTC
Feerates: 50.25 > 0.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (308,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,974 606,974 0000000000000000000975deaef373b780fe52b9c72a0b07bbaab7ab91c55637 1,508 0.56/1.00 vMB 8
606,973 606,973 00000000000000000008744c31f098e87fc35179f4c32b3a3302003ead991e41 1,405 1.00/1.00 vMB 16
606,972 606,972 00000000000000000007326d53880b0b1084651a279b74966e46a0d1f00c4635 1,982 1.00/1.00 vMB 22
606,971 606,971 00000000000000000001dc6e8f20a8bcf29994d6650a5e87b3e127ae4acb4462 2,241 0.81/1.00 vMB 9
606,970 606,970 0000000000000000000d826280f2ae55efdf45a1aa626ae1c1bf23566c85cba5 2,149 1.00/1.00 vMB 24
606,969 606,969 00000000000000000010c265f44eecfa7be7d4097688fc49afcda9b9c9fc174f 2,250 0.67/1.00 vMB 17
606,968 606,968 0000000000000000000945de67b5c63d5e360bf6f33ba505f03259dd7935afe7 2,497 0.74/1.00 vMB 15
606,967 606,967 000000000000000000019508ec13a52b4317c0a2195e0accfcae0df1faf6cc3f 1,709 0.58/1.00 vMB 18
606,966 606,966 000000000000000000056e291d5eb0c2a32cedcea59482d2f20b58f538e40e3b 2,356 0.71/1.00 vMB 19
606,965 606,965 000000000000000000103eb1adc525a58f9488be966b5a5117916516ca8f18a5 2,793 0.89/1.00 vMB 6
606,964 606,964 00000000000000000003854c2ddb9c1ba1348b04b1b3fba743262eb3c0d0c157 2,899 1.00/1.00 vMB 30
606,963 606,963 00000000000000000014d53351d89b927fbcc4f8d9fa7765d3f91fe1238adda7 537 0.16/1.00 vMB 20
606,962 606,962 00000000000000000011e9cf96f587d88b762bf6bfb3978a3d8afe8795e299bf 1,294 0.60/1.00 vMB 20
606,961 606,961 00000000000000000011f4c1f4cc39ba4ccc411b9896cf169b5faa49ad5f9b29 1,567 0.51/1.00 vMB 12
606,960 606,960 0000000000000000000e5a18b3536e9c832dba26d811bef02c73607a1e6e3741 3,112 1.00/1.00 vMB 9
606,959 606,959 0000000000000000000054a5753a9d2d708a29110818da62257a1ad795f0da10 2,581 1.00/1.00 vMB 14
606,958 606,958 0000000000000000000f24b29292b7f897964f3c0f373739190d17b6cd567547 3,104 1.00/1.00 vMB 23
606,957 606,957 0000000000000000000c8c495c505e95121c3f4a1926da9d484fb32f73dbdcf0 2,915 1.00/1.00 vMB 33
606,956 606,956 00000000000000000008ebd616402b1f08b1ed31cfd00295aeb01385ec0bd931 1,667 1.00/1.00 vMB 3
606,955 606,955 00000000000000000006d8dce3b839d895eb348435b38a55b32c4e59827fc035 3,010 1.00/1.00 vMB 18
606,954 606,954 000000000000000000042daeaf56a0b50d5e91f3c45f70b92e6009e18e8f734c 2,613 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.