Loading Tool

Explorer IconExplorer

Memory Pool

79,940 transactions
29.57 vMB
0.06582272 BTC
Random Selection Loading Transactions
Max Size: 178.43/200 MB

Candidate Block

Mining Attempt 58b20e8fcd2e224b4b5ec6a2a42ad039cb600d546b2cd273923f42cda46a164b
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root f68ab8301c5e4ea9352f421477db758d461f85426fb25e2067e732db2b3b7a73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,465
Size: 1.00 vMB
Total Fees: 0.00578573 BTC
Feerates: 40.32 > 0.58 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (808,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,145 106,145 000000000000d94ce57d7f674be544c78833b12c5fb0e1183f9d09cc0d4cb8c3 1 0.00/1.00 vMB 0
106,144 106,144 0000000000004535674dbc3744ab1ca29ef0b7518ac78228047a98e892385144 1 0.00/1.00 vMB 0
106,143 106,143 000000000000f435e347b2a97bfb4dc3dff325f97138a8a446f7b3109d68e3a9 1 0.00/1.00 vMB 0
106,142 106,142 00000000000089c7c5957160f18ba840c54ccc10d6adbda6dcbbe20a5994cccd 11 0.00/1.00 vMB 0
106,141 106,141 000000000001777890a8f2c2100dd8fb6f611db28c7f50f038b14a9a171fb688 26 0.01/1.00 vMB 0
106,140 106,140 0000000000022310f64079b4a00a88bef5d2f9aa8eff4a60d5194de5b9eceacb 1 0.00/1.00 vMB 0
106,139 106,139 00000000000037b66f3991e6725874eb0981b053052e257bbe787964fcb704a7 1 0.00/1.00 vMB 0
106,138 106,138 0000000000008771f577140a93680ad0371a3b13c10360bdde1d0b898326908a 2 0.00/1.00 vMB 0
106,137 106,137 00000000000038d6f3ffe9a65545551e8be463168da7e90af77fe49fbad79370 4 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 782.33 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: 660.37 GB
    • Received: 14.70 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.