Loading Tool

Explorer IconExplorer

Memory Pool

78,360 transactions
29.37 vMB
0.06593667 BTC
Random Selection Loading Transactions
Max Size: 176.56/200 MB

Candidate Block

Mining Attempt 5652449e8328fa1e89777eb6e019bd2f24105dd4c43734256a988c93f30f3b80
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 20d1c8bab00dcf0dd864ae63f0befdf543f764f0049a85bfa3d00b1471240364
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,296
Size: 1.00 vMB
Total Fees: 0.00636049 BTC
Feerates: 50.25 > 0.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (462,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,251 452,251 00000000000000000053fa1fe8ae8e266aa8542143c1b79f3226bf833e518234 2,237 1.00/1.00 vMB 105
452,250 452,250 000000000000000000e324ca059196a028f61bb2a3de4077822faa4ac96bc396 2,658 1.00/1.00 vMB 132
452,249 452,249 0000000000000000022f97d1729586f4282368c522dcc84dedaf57d447b42409 2,421 1.00/1.00 vMB 95
452,248 452,248 000000000000000001773ce667bea8837221de081671f5b588a811c2cd94470a 2,091 1.00/1.00 vMB 149
452,247 452,247 0000000000000000028ae1e1ba8f7c3135e48e6475bc1dc3ab150b0ad881eb54 927 0.37/1.00 vMB 159
452,246 452,246 0000000000000000024d112fe7ab6265e5e73c6995aabb30e5f281264b170ddc 1,378 0.63/1.00 vMB 103
452,245 452,245 0000000000000000006ca27797e764b734204fb9d1af49ca04b6ca884bb9fa33 1,792 1.00/1.00 vMB 109
452,244 452,244 000000000000000000ca5ecf861c6c08c879e1a4bd65505101d31a5d568e31b8 1,331 1.00/1.00 vMB 153
452,243 452,243 000000000000000000e5cd49e2197b0aa738b8db11c8a4e321d1947f2de02272 2,542 1.00/1.00 vMB 147
452,242 452,242 00000000000000000142a3264f45aa4086a639a1b13d729b1258b773bcf7e058 1,487 0.91/1.00 vMB 78
452,241 452,241 0000000000000000027cdd98132489d1e694f03121970996e373d9f83cc6bda2 2,499 1.00/1.00 vMB 36
452,240 452,240 0000000000000000006ced1ec5536a48e4fb93e71629f829316cf06556e64951 2,120 1.00/1.00 vMB 133
452,239 452,239 0000000000000000000445c0f7deabd7e2690e611c7bf4d1bdda9c8c187cb3be 1,365 1.00/1.00 vMB 48
452,238 452,238 0000000000000000011e2d72898c09b4133ce1e07dddc9377d7292265c2b2e29 2,073 1.00/1.00 vMB 31
452,237 452,237 00000000000000000256fdefd7fde5a178c6186b885a82d4fd3a0be46bc4a9f0 2,045 1.00/1.00 vMB 71
452,236 452,236 0000000000000000001b973f1f943ac9a6a30f251b91330fce75fefdd8340971 1,321 1.00/1.00 vMB 31
452,235 452,235 0000000000000000013eb0ff9fa1f08ee458c1ea42f8204eb8af76ded92bb49d 1,592 0.75/1.00 vMB 130
452,234 452,234 0000000000000000028f3571373f8356e5c87a83ac7361b28f4af9f7ff63d14b 1,598 0.67/1.00 vMB 115
452,233 452,233 0000000000000000028c3435572c5a5bac9835d6984c7b129752f10a356ba906 1,695 0.93/1.00 vMB 92
452,232 452,232 0000000000000000013714fa6969b3a86749c052daa19b1ccb521adf76418994 2,462 1.00/1.00 vMB 66
452,231 452,231 00000000000000000096db1f99b5e92f7927484117334726b8955d181b92699a 1,619 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.