Loading Tool

Explorer IconExplorer

Memory Pool

85,130 transactions
31.72 vMB
0.11258622 BTC
Random Selection Loading Transactions
Max Size: 194.46/200 MB

Candidate Block

Mining Attempt 0724410a710a956cd8a24b6775acc2939d5ad537167ba59e004778e75c11702a
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 22738eb2105c4fa3d8829d03d265c6d820d1a6ed0048c0c5b7f8898bbbdaa1f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,781
Size: 1.00 vMB
Total Fees: 0.03783657 BTC
Feerates: 301.57 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (424,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,452 490,452 0000000000000000003a34381a3f5a1cde765149ba1604c3b714f033d7837358 1,914 0.73/1.00 vMB 242
490,451 490,451 000000000000000000e167eb5eee6325866e2fa9d086896d46f5e9053ff98e84 1,664 1.00/1.00 vMB 43
490,450 490,450 000000000000000000c4416a21362e41ee374bdecccd453e68cc127940b1197f 3,706 1.00/1.00 vMB 12
490,449 490,449 0000000000000000007da62427dfaf766eb885eb22d39608527ed5486dc61974 723 0.28/1.00 vMB 145
490,448 490,448 000000000000000000523dfd1eaeb363d8f219fe7c3291b1c90dc22c78bcc72e 2,071 0.87/1.00 vMB 22
490,447 490,447 000000000000000000a4e19bf947906c1176b47f97e230f415a63b710345f8e3 1,905 0.95/1.00 vMB 153
490,446 490,446 00000000000000000054d6d3fbdff169ebae89322a4851f7cc4d4c70990494ea 1,631 1.00/1.00 vMB 134
490,445 490,445 0000000000000000005d9844a7c78249ef7da3dcdefebff31937e0860e153762 1,682 1.00/1.00 vMB 94
490,444 490,444 0000000000000000008a9b04e8d1bb2317d5693f52cbf955a7b9b2d26f77cbcb 2,210 1.00/1.00 vMB 154
490,443 490,443 0000000000000000001226869de7057fa5a1d9a82a77e0aa9bdb17ae80a00b20 1,468 0.91/1.00 vMB 72
490,442 490,442 00000000000000000056a7e186b01c2f10d78bd64a9488d60f19ce74d28696f3 2,579 1.00/1.00 vMB 190
490,441 490,441 0000000000000000002ad0327b7d28a2f5c319c4b474946d49b6c91ca87ea6f9 1,961 1.00/1.00 vMB 29
490,440 490,440 000000000000000000b686838e29e926a95cf2722a6b21f37718096f67618f1e 2,058 0.96/1.00 vMB 98
490,439 490,439 00000000000000000034ba35ff35244412bf76ed7aeb19f640eca12f5f5048e5 2,470 1.00/1.00 vMB 69
490,438 490,438 000000000000000000210a2e08213508083b36492e33dc15398be74fef378321 1,966 1.00/1.00 vMB 151
490,437 490,437 000000000000000000ddbaef1253877278db8f1236229471d70a0d541f3a2303 2,428 1.00/1.00 vMB 164
490,436 490,436 0000000000000000007994a71812a5b2e8c7e4bc2740c0a8b624ea7e360e62b6 2,184 1.00/1.00 vMB 160
490,435 490,435 000000000000000000dd697fe416df7331dc324de8ab137ce627fd34bf1fde2f 2,169 1.00/1.00 vMB 161
490,434 490,434 000000000000000000431982456c4001d2ae6e2a4347248afcf5ed5158aaba2f 2,231 1.00/1.00 vMB 185
490,433 490,433 000000000000000000d3d9fb692280fadbae43ff9b6cc399d133f05b95fa6b68 2,415 1.00/1.00 vMB 37
490,432 490,432 000000000000000000afdb07ef7f0e7b0de7df726016047533c0463193d81e2f 2,287 1.00/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 782.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: 709.60 GB
    • Received: 16.93 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.