Loading Tool

Explorer IconExplorer

Memory Pool

41,589 transactions
18.16 vMB
0.17501530 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.21/200 MB

Candidate Block

Mining Attempt f6c1f0b4572ed700eba45e643a1b86b8a38b00d7d08c076da40041be3d23f7c0
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 2e56704b1357fa83e7aed97b6721e2df4f7c9b25b0e3e2b947b5d58110b8b9d0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,751
Size: 1.00 vMB
Total Fees: 0.05708356 BTC
Median Feerate: 4.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (745,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,983 167,983 0000000000000132f185e4f6831c38f3a19356a699d2a6d09e68158dd7dd9b60 180 0.05 vMB 2
167,982 167,982 00000000000003b5acb7035eaf6eac70e45ed641a21a98051ef88f8b0e18df2e 1 0.00 vMB 0
167,981 167,981 00000000000004d5a5ced0504f2922dd7cdb8998fb0737f2ba1f9d79bd8b85d3 55 0.02 vMB 91
167,980 167,980 0000000000000b7ed84732a56e6ddc0db822d1359d0fc122b6f0ce3120079d7a 10 0.00 vMB 248
167,979 167,979 0000000000000b5ed5d12fb6f7e1dead460e1d1b40200681d2a1ac7d6886c077 24 0.01 vMB 226
167,978 167,978 0000000000000717e84d6b45bc8cf24576c15215e78f4453de55acbf69b072e3 37 0.02 vMB 187
167,977 167,977 000000000000047d3cb8e0e3b32041b06f6cde17af99c3acaf9dc38b723b2ab9 71 0.04 vMB 98
167,976 167,976 0000000000000804fe5ff878057299aca682df70589ee2a9ceccee7e1246cef0 82 0.05 vMB 102
167,975 167,975 00000000000006717ac3ea701cdc0b1f5991dccee2e22baa29c12290a265eb25 72 0.03 vMB 151
167,974 167,974 000000000000050809f65c58583ff921e3fc9260766a633fd4f1c492e99c0c57 41 0.02 vMB 0
167,973 167,973 00000000000004377f35d765f62d6d4a84f6a021a7d9517435e29aa0def28359 17 0.01 vMB 254
167,972 167,972 00000000000001ce70a566075a580537025ccd778ff837afa7e9e4ec6bf7f575 81 0.02 vMB 0
167,971 167,971 0000000000000475cac5ebbbd835ba0b266ae7b8d425a4dea757ec0b00ff42c1 108 0.06 vMB 85
167,970 167,970 00000000000009375efa6977c9fbcff24f6da728f324dbc707e40464ba9891d3 11 0.00 vMB 34
167,969 167,969 0000000000000b5748f30a0ac925e58dca9cb6d9df67365fd6b476a451c4cc13 45 0.02 vMB 126
167,968 167,968 00000000000005c5d26604b06278895a6cb6dd568b6450f2d1052ee66ac81f51 36 0.02 vMB 163
167,967 167,967 000000000000002374b56c7a3295cee05d85c674c0e1c82ead92f89506547d2e 8 0.00 vMB 0
167,966 167,966 000000000000056d8f7a4920b352bc6d45cae3a6eba1cf1f0050e58a432cbe2e 40 0.01 vMB 19
167,965 167,965 00000000000001365bcff8af7436eeb6991688aeec578005f184b9cb42135dc1 39 0.03 vMB 112
167,964 167,964 000000000000012ecbba3d7892b6240704fe489776de4e954803f2e6c79f8c60 9 0.01 vMB 47
167,963 167,963 0000000000000819c1b6cfdb1eb727af2e2a0866b04e22d4b8221db3e1544bce 143 0.05 vMB 45
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 113.89 GB
    • Received: 0.47 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.