Loading Tool

Explorer IconExplorer

Memory Pool

78,492 transactions
29.41 vMB
0.06665765 BTC
Random Selection Loading Transactions
Max Size: 176.74/200 MB

Candidate Block

Mining Attempt 42e6128834f34370ea04ff52cea199e22105d24c19df18262e435b35c7c585bb
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 0c7ccf709eb78a5776ded40eebb947fca9617a9c95c2310d2a230a4a5409a0a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,205
Size: 1.00 vMB
Total Fees: 0.00708341 BTC
Feerates: 50.25 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (308,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
606,953 606,953 00000000000000000012996a651402c14b829655b3fee4284e7ce258760d8caf 3,075 1.00/1.00 vMB 24
606,952 606,952 00000000000000000008aa7f67136e6735b2ff80ca63b274b72423b3e5eea476 2,616 1.00/1.00 vMB 17
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.