Loading Tool

Explorer IconExplorer

Memory Pool

47,093 transactions
27.91 vMB
0.12957895 BTC
Random Selection Loading Transactions
Max Size: 146.41/200 MB

Candidate Block

Mining Attempt 08817d4339e78956837c1c2d030012094d2b6e07dc6e234bebb04a4c421f5e95
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 4b1f69c5d4fe4dec1f56e9305e50ca72af9ea0438ea47aebf63c1d77821cc6f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.05819379 BTC
Feerates: 151.01 > 5.83 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (445,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,329 469,329 000000000000000000a53fc6e1b9335c337834140e1b954dc35bda418c84f084 1,959 1.00/1.00 vMB 313
469,328 469,328 000000000000000001d1eea2fb74e17e9dbb2528227359856ba0c1255beeed05 2,075 1.00/1.00 vMB 478
469,327 469,327 0000000000000000001acf7a9168453c466470794e2b0119304d57d3d0e2e687 1,522 1.00/1.00 vMB 349
469,326 469,326 000000000000000000d7aa2bb626c7d69252265a2944c3ab4c0a246e420e3d4c 2,146 0.99/1.00 vMB 431
469,325 469,325 0000000000000000013b54524a300a35390cfa223cab54b337617360160c0921 1,718 1.00/1.00 vMB 274
469,324 469,324 00000000000000000108ce59da776ddf7c51735aa6381de06c82cfd7c808bea8 1,781 1.00/1.00 vMB 375
469,323 469,323 000000000000000001b9dfa3a13a441a7715f07db8b67891b33dceba5e450795 1,342 1.00/1.00 vMB 388
469,322 469,322 00000000000000000004a7418ae86b573ef4319f97865e2331502699b8536c8a 244 1.00/1.00 vMB 155
469,321 469,321 000000000000000001d7f3db61e49cdb28f20261829f9c99cc7b575cf9518092 1,419 1.00/1.00 vMB 163
469,320 469,320 0000000000000000006e31df5ff23979ce70e2bdf6189578ec55c0ae080c1c39 1,905 1.00/1.00 vMB 248
469,319 469,319 000000000000000000c8104130f733a992e41a44812531a5218bb037a1987c04 1,539 0.75/1.00 vMB 401
469,318 469,318 0000000000000000005db1a28d8ee06ff08d6b22ccec5b2f30029e3f38175668 2,028 0.99/1.00 vMB 297
469,317 469,317 0000000000000000008ca84f1c1d66c98c57f4da107e56f46df22dd1f70e898c 2,192 1.00/1.00 vMB 257
469,316 469,316 0000000000000000010ace0b3b7bdc6146122d3f204c5839d73f81743bebf1f5 1,844 0.99/1.00 vMB 261
469,315 469,315 000000000000000001603789ae99bd4413ccd5073baeb373ffd0a9852cef74dc 1,876 1.00/1.00 vMB 368
469,314 469,314 0000000000000000000333354e8cfa63ec42bb6b2ba232e0c936bb46864b61b4 1,667 0.99/1.00 vMB 388
469,313 469,313 000000000000000001573a485dc7838043b09b7bd92fbd41447b535d86ad6e8d 1,912 1.00/1.00 vMB 517
469,312 469,312 00000000000000000092b02c2a8f4845a2513f7c2e7eb8951765859930c59f98 2,330 1.00/1.00 vMB 206
469,311 469,311 000000000000000000047a1cee0271d67879d79ab5a782c023d5ba6bcec0f9d4 2,358 1.00/1.00 vMB 239
469,310 469,310 00000000000000000049c3446ac98d7464c3230b4a53bb9cd57f5d46233774f4 1,701 1.00/1.00 vMB 328
469,309 469,309 000000000000000001762f8a98297a5bfed2dd543fc0452673bd9c37b79f887c 2,131 1.00/1.00 vMB 360
Previous 10 blocks ↓
Total Size: 782.17 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.51 GB
    • Received: 13.91 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.