Loading Tool

Explorer IconExplorer

Memory Pool

17,482 transactions
8.29 vMB
0.03466659 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.08/200 MB

Candidate Block

Mining Attempt f4aa67231909e4a9fb04e8923a2c320d75b885499003f1fa9c2da1ad388fe64b
Version 20000000
Previous Block 0000000000000000000143e530954eecbe905e500255afa6b9a40450747c7b7a
Merkle Root cbcc49ad79e64e79bd7910a6f975043ddb6e55b1db8b0649262b389f97baece0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,951
Size: 1.00 vMB
Total Fees: 0.01728458 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,417 (808,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,956 104,956 00000000000161b6040f1bc718a75edf93be2463f359759c133c8b8943757c45 6 0.00 vMB 0
104,955 104,955 000000000000a5f7d82378ccc67d6b7029551f72504e29facd12cf50ea6513e3 2 0.00 vMB 0
104,954 104,954 000000000000134b0ca990a5c54c28c1893b9d2000338af814562975e5a1f70a 10 0.00 vMB 0
104,953 104,953 0000000000005685284e4c76f1e987ae7b0cf373a5ea09bc7dfc9a9017a333f5 4 0.00 vMB 0
104,952 104,952 00000000000047db54a93fad11e28c0a25aadcca6d8403d9d1ff6ba75e2458c4 5 0.00 vMB 0
104,951 104,951 000000000002639a5b170aee0e88cb489b6e147f273e1cdaf768a88aecf5b262 3 0.00 vMB 0
104,950 104,950 00000000000250edec6eef20540bce6df4c0916525a5c6716c77d9b0fafbe4b3 1 0.00 vMB 0
104,949 104,949 000000000000d60a4894599aed2d5b3bf06a68f581558b2f4e5d34dd74a4799a 4 0.00 vMB 0
104,948 104,948 000000000001ec1307f898e01155c360764e119126afa0962660c1704d18c3eb 3 0.00 vMB 0
104,947 104,947 00000000000181ac3363a15824ee0ec8ea973d946d4ee321796b71860db571bc 7 0.00 vMB 0
104,946 104,946 00000000000136f08075f19090d0383d4bfd1cedb76f69605ee6f77d6f254ad8 3 0.00 vMB 0
104,945 104,945 000000000001ee5d2af997d9ba340eab1144da9074ac332640bf13495bbba694 4 0.00 vMB 0
104,944 104,944 0000000000021626fd477428b74d91559c32eae9f4909c9849773880d3eba377 3 0.00 vMB 0
104,943 104,943 0000000000004d2b96ffad9da8a5a4076ed2e3875f4b88451009e30e2fb0b512 3 0.00 vMB 0
104,942 104,942 0000000000002e08a921326a42c721ff51e2e9a73b21614074f9ebf1238b3d2a 5 0.00 vMB 0
104,941 104,941 0000000000005e3617e024cf26a96ae6bfe902fa21c5d28831914ec89bced02b 5 0.00 vMB 0
104,940 104,940 000000000002a5b1f18247bcea88a6d311c1f441d2adeb7ac458af783a911aa2 8 0.00 vMB 0
104,939 104,939 000000000001ac6f561821479d942d2113402779f0adad035cbb91ac7b927c7c 13 0.00 vMB 0
104,938 104,938 00000000000131b9fef9a1b995fc87380797758a0a49198d6255abe98ba81fbc 29 0.01 vMB 0
104,937 104,937 000000000001af4e19efef76955fc58aec61398960b027b310a1db9875ed3c54 2 0.00 vMB 0
104,936 104,936 000000000000b1b0ece2607818b59a64eead6de0c083f05abb71e8f5d89f4286 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.59 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: 291.82 GB
    • Received: 1.20 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.