Loading Tool

Explorer IconExplorer

Memory Pool

37,185 transactions
26.85 vMB
0.06038428 BTC
Random Selection Loading Transactions
Max Size: 136.43/200 MB

Candidate Block

Mining Attempt 04af8ed29309cf0df54a7183841107bd310466e055d249e0532ec9637ee423a1
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root ce57e37e6c1f3d82db8ef45b5f41775268f16ffdc21ac1ab39427da7863a1d16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,918
Size: 1.00 vMB
Total Fees: 0.00999472 BTC
Feerates: 74.79 > 1.00 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (80,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,431 834,431 000000000000000000027522e6babd5534ea5d372bec72fbded3a83934750d89 1,875 1.00/1.00 vMB 22
834,430 834,430 000000000000000000032c8016dcbb56c0e95602f6c1fcf73ba9bc87cf4b0f08 2,425 1.00/1.00 vMB 40
834,429 834,429 000000000000000000026f5456c11cf16f18f34acef3e6397a297699ce9af1b0 1,470 1.00/1.00 vMB 14
834,428 834,428 00000000000000000002c3d58baeaeedc014e7e2d2855b13502de47f96b9f4fd 1,947 1.00/1.00 vMB 19
834,427 834,427 00000000000000000001f9ddfb64d3552591b4de9f2bcce5beef9e817d5af3e0 3,273 1.00/1.00 vMB 20
834,426 834,426 00000000000000000001faf8155d5d4a16b68e7b9ef6a7f5953555248da7d420 3,223 1.00/1.00 vMB 30
834,425 834,425 000000000000000000001877c29e6f61761de3b4230e5402229a511a763c78c4 3,245 1.00/1.00 vMB 36
834,424 834,424 00000000000000000001e71bae266729ecfb469bbf463a2a0493465fa9f707f5 1,208 1.00/1.00 vMB 14
834,423 834,423 00000000000000000002b190055d299a5c76ac7e5ab8b4f6200ba79cfb0ffdc1 2,463 1.00/1.00 vMB 18
834,422 834,422 00000000000000000001fe8374815e53d4daa4094ff03e88ad33f78ad85531af 2,799 1.00/1.00 vMB 17
834,421 834,421 00000000000000000002f1f30e52565b61825b954f5e7d5651be2a66bacf1271 3,167 1.00/1.00 vMB 25
834,420 834,420 000000000000000000019941a5ae1289765981442925330057b0da96f3dea1c5 3,035 1.00/1.00 vMB 29
834,419 834,419 00000000000000000003843d08324a598c346a2a83a7a7f1ae4bfba312fb3b37 3,304 1.00/1.00 vMB 33
834,418 834,418 0000000000000000000040691e9bc32ab46d47da3a10dd46c09466894770b59d 3,277 1.00/1.00 vMB 29
834,417 834,417 0000000000000000000199a125400439af64d0ad66c7a74ea860779b16d0948a 1,042 1.00/1.00 vMB 15
834,416 834,416 0000000000000000000029d65367f2597eab3e3dcf52a0570e8fa1c126fb2b56 803 1.00/1.00 vMB 13
834,415 834,415 00000000000000000002e99677f9449bfc9fcd767022f4bda0edaeca03b90891 2,934 1.00/1.00 vMB 24
834,414 834,414 000000000000000000004ca3fb4794f2394e9f970c4bb17fba75f75dbcc8ff1b 578 1.00/1.00 vMB 13
834,413 834,413 00000000000000000002f2c731e0a5dee36876fd75d573dd8578a88652543bfd 2,932 1.00/1.00 vMB 37
834,412 834,412 00000000000000000002b254f31c7f95348ac432fca69f9f57a814e003d5e1b8 2,179 1.00/1.00 vMB 23
834,411 834,411 00000000000000000001a3050d67d19544d1cc8f889cd05733e17e1f4c692e2d 1,401 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.