Loading Tool

Explorer IconExplorer

Memory Pool

34,789 transactions
25.92 vMB
0.05494167 BTC
Random Selection Loading Transactions
Max Size: 131.07/200 MB

Candidate Block

Mining Attempt 982a2df9e9f447d59ca6a54757c77aeddf437020f8f37771bd3674d54643431a
Version 20000000
Previous Block 000000000000000000014f51cdb922adcbfbf8306ee11aa840c0f99483a0eb43
Merkle Root c6c7c2eecd9875bf6ee78b7658d5fc1e2c42061b7b70cbb590bd2a14045b71a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,047
Size: 1.00 vMB
Total Fees: 0.00723682 BTC
Feerates: 226.23 > 0.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,656 (66,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,253 848,253 00000000000000000000e9882a079a6f7e73136e0b67c07ccf364e9e72922bd6 544 1.00/1.00 vMB 13
848,252 848,252 00000000000000000002898dabb1ab8fe9fade7d74cdb7dff325a24733ae5202 1,075 1.00/1.00 vMB 14
848,251 848,251 000000000000000000007afbf5fc019e312e785c635ea2185783a3b6a604477c 3,504 1.00/1.00 vMB 21
848,250 848,250 0000000000000000000032a91dd6e975ae48a4ea51bda9c2e6abdd2a1c191487 2,792 1.00/1.00 vMB 20
848,249 848,249 00000000000000000002d25c26b3dec4b2fcaeb1635037a162efc67f5b6e427a 1,125 1.00/1.00 vMB 15
848,248 848,248 000000000000000000030e8072ec0afc889ed3dac5eec6e134f301ef381bc51a 1,305 1.00/1.00 vMB 14
848,247 848,247 00000000000000000002aa26070f66faab86017c13ac6d10e6d874cbc3823ef0 2,025 1.00/1.00 vMB 16
848,246 848,246 00000000000000000001d07742b8feacb1b6735fe229285889ec61da92c20b47 1,461 1.00/1.00 vMB 14
848,245 848,245 000000000000000000016a8fafaa5e1bb7e494e1a6dee3a4da57e4ddeb0fcd0e 3,111 1.00/1.00 vMB 17
848,244 848,244 00000000000000000001335d0933f9c926bc8df823f5a16d8c65bf555055d5f6 4,687 1.00/1.00 vMB 20
848,243 848,243 0000000000000000000284d11d427e5b001de8e6dc420d699e7768ccf6bb9e4a 5,560 1.00/1.00 vMB 17
848,242 848,242 0000000000000000000261f36b548e4815b580aacd73cf8c4fa4391618929b25 5,668 1.00/1.00 vMB 23
848,241 848,241 000000000000000000023152c3c7424673127851224031400dad1a3b79b8fbe6 4,957 1.00/1.00 vMB 20
848,240 848,240 000000000000000000012a4256c1c29d8700d8c838c227e72a928ffe4daaee70 1,092 1.00/1.00 vMB 13
848,239 848,239 00000000000000000002c5703a5019c85d4613907b7fc89fd7ff487494df9cc8 4,795 1.00/1.00 vMB 16
848,238 848,238 000000000000000000002db0da06bc6f22b7ddea9d9ddf476aabe243d78b801c 6,553 1.00/1.00 vMB 20
848,237 848,237 000000000000000000028537e5cef6f895e891c8fa3cbf39dcf4775edbd22c76 5,934 1.00/1.00 vMB 22
848,236 848,236 00000000000000000002b22a225810dab190ebaea903bf93b010f76acf41a0d8 5,252 1.00/1.00 vMB 26
848,235 848,235 00000000000000000000ba6a5815895a6eec8a1450e36e623f3fd3c7bfedaebc 5,824 1.00/1.00 vMB 17
848,234 848,234 00000000000000000000e2f0131ef8343838e349820ee1146b044e2470979479 4,592 1.00/1.00 vMB 21
848,233 848,233 000000000000000000020334eb295c3f9cda01f3e60a44b0a2e426e9830c7d22 2,458 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.78 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: 633.22 GB
    • Received: 12.18 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.