Loading Tool

Explorer IconExplorer

Memory Pool

45,355 transactions
27.86 vMB
0.09204735 BTC
Random Selection Loading Transactions
Max Size: 145.53/200 MB

Candidate Block

Mining Attempt 553b4125992511f9ed0383a550d5a5dbfeadbf3e75bc02b92b003025622f2e30
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 86601848c670ae7f25dc247eae427cedd8e7b2bce1c4947741b70a3c67c2ab5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,680
Size: 1.00 vMB
Total Fees: 0.03392641 BTC
Feerates: 150.77 > 3.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (808,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,136 106,136 000000000001092ed825c904c785f38327642a722038cb8dff67fa959de6d9fb 12 0.00/1.00 vMB 0
106,135 106,135 0000000000025001cef3e24d7807c5ecf4026a672a49de5e76443a97497aacb3 12 0.00/1.00 vMB 0
106,134 106,134 000000000001f8dae3fd9b211d2cfe4bfaa922c3b1a857fee3289b9760b70234 4 0.00/1.00 vMB 0
106,133 106,133 00000000000160be324806f8b699515a600de68b9a351aa7c6860b389d4866ab 8 0.00/1.00 vMB 0
106,132 106,132 000000000000f3f9f43d2c09db9ff8c9fd6e45e554b6beb6f6187ec3a3a17f9c 25 0.01/1.00 vMB 0
106,131 106,131 00000000000140db84c79e0b61b1dc712ef4ad6064ec1dc65854a6bf3d049ea6 4 0.00/1.00 vMB 0
106,130 106,130 000000000000a37539ff86232f20f3edf5f0c2897a55c47712dfd32240df581f 2 0.00/1.00 vMB 0
106,129 106,129 00000000000072bcb26aa3abbfa499c4764b7bdceb21d68991038066b8f26f8d 1 0.00/1.00 vMB 0
106,128 106,128 000000000000c6d094904392ef8955ec0177f5f4fe0741b0d8fb5b87e794589e 1 0.00/1.00 vMB 0
106,127 106,127 000000000000c809e873781f77fff16c2c341480c66f5cf7ea289ab40c1e95d2 4 0.01/1.00 vMB 0
106,126 106,126 00000000000066d88156a96290676ace7dfb8f2ea8e9edb4e563ded0604620ac 2 0.01/1.00 vMB 0
106,125 106,125 000000000001bb798a32b67e598d1812cfffe9f034248be226c590e9c00fac50 1 0.00/1.00 vMB 0
106,124 106,124 000000000002de8d900025b7e5b3121bd559379ea7b64b7a5184320ee3973499 1 0.00/1.00 vMB 0
106,123 106,123 000000000000c43fbf22bcc07baba83b5876bfbfec7befbdf6263918ba838bd0 2 0.00/1.00 vMB 0
106,122 106,122 00000000000013355e452fea2e45fe67bbd4056241c77d48b8ed3058a4e5e921 1 0.00/1.00 vMB 0
106,121 106,121 000000000001492c71abacb83de369b4d01807b53b5bad0d5e5a8861afc29c9d 6 0.00/1.00 vMB 0
106,120 106,120 000000000002509005f475f2349590ac221ec5bd793cd88efd0a5cfa93f185f0 26 0.01/1.00 vMB 0
106,119 106,119 000000000002b25c7540d2200032d1e488304b3f323fd815a93477bfcf528d0e 1 0.00/1.00 vMB 0
106,118 106,118 000000000000a9cc149147b1ac3f135c057725a111feff61d25328295967f780 1 0.00/1.00 vMB 0
106,117 106,117 000000000002ca2a8a06548fe5e8af5bcf2e848f074276ee5b339eab9fdd3fb3 1 0.00/1.00 vMB 0
106,116 106,116 000000000001a8a4331afcc3ffabb9d1da03703cbe42d46dcdf861095ea8a742 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.18 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: 653.67 GB
    • Received: 14.00 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.