Loading Tool

Explorer IconExplorer

Memory Pool

21,882 transactions
12.28 vMB
0.08596087 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.53/200 MB

Candidate Block

Mining Attempt aba0509cc14639eb0e722855c822b6283e0011c6b594f76ce0ed6470db92d252
Version 20000000
Previous Block 000000000000000000019daf10f895a4a04ae290afc99a1e18acad509f452035
Merkle Root d6699b8781b5e6efbaa3d4bced2fdc7a592cd42b38c9296ee934b1d299d11daf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,823
Size: 0.9979365 1.00 vMB
Total Fees: 0.05841264 BTC
Feerates: 239.15 > 5.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,787 (751,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,448 162,448 00000000000000a7f7b8a96a7dbb0e5943a4c3d6c7e9b0065a11e84677876fc6 51 0.03/1.00 vMB 841
162,447 162,447 00000000000000b95f14044bed5ee600b13ceb8f21841125a8b97230304ff97b 4 0.01/1.00 vMB 8
162,446 162,446 0000000000000cc035878dd9e65c220c1f068cecaef98245d5c13e3b1a8cd8b1 86 0.05/1.00 vMB 36
162,445 162,445 0000000000000b1ac57fa38ddccc683912469d81ec8958e245831a1cb5f01269 51 0.04/1.00 vMB 168
162,444 162,444 00000000000009169a4392bf11051d058cd50719ed549f0d6f2c0aa445bd8553 48 0.02/1.00 vMB 315
162,443 162,443 000000000000013210e2b2c4aa5c824e32ac1a6f138cdbbe0b2e30366bbad570 21 0.01/1.00 vMB 27
162,442 162,442 00000000000002e8b865bdb7a57148f95d60b973d7fa13a3c3048b75cc9d2523 73 0.03/1.00 vMB 185
162,441 162,441 000000000000030c66730b3cfed4383bbf26f51c4241d102840e25d915cb6f5f 11 0.00/1.00 vMB 0
162,440 162,440 0000000000000ba0add3ce1f9116113fd27e469110dee15d4ab6c9370784c3cc 86 0.03/1.00 vMB 190
162,439 162,439 00000000000005c99ba1e19390d92996b19bed6eab3b617fb8b8f2dbf90840c3 13 0.01/1.00 vMB 16
162,438 162,438 0000000000000770163fca8cefc69ef2816523f426faf88667222435a7a2aead 51 0.03/1.00 vMB 112
162,437 162,437 00000000000000b70e44a16a629d83d3b24518c70d2551c8f208e137a436fa54 56 0.02/1.00 vMB 94
162,436 162,436 000000000000080b676627fb875dc0630d14183da22db352c20c4babfdee045b 16 0.01/1.00 vMB 66
162,435 162,435 00000000000009e2f8d219d19608e9194439d8620e7fe57b26cc6dc6f94e480f 7 0.00/1.00 vMB 44
162,434 162,434 000000000000089d1fbb9998f37980f57f58a79e32e0339d741de00905fe30de 9 0.00/1.00 vMB 0
162,433 162,433 00000000000001de74a39f9c2981a6091d1380e8804fb3a1eea443e256f11339 12 0.01/1.00 vMB 29
162,432 162,432 00000000000001972f858aaa999a2ffc655143c4c17845f5032fd0b8a2e70767 27 0.02/1.00 vMB 31
162,431 162,431 000000000000084f6a812f65f8242d376fb45e57cbc3dbf29e8c0a8ff223391c 23 0.02/1.00 vMB 29
162,430 162,430 000000000000055c6bf0d00cca35bbc9526c2f3fb1cf716d222b9e8762815a78 4 0.01/1.00 vMB 227
162,429 162,429 00000000000005f1efdb5e8c1d42f2a9955f58398c9147fa8a415d2e92f20568 7 0.00/1.00 vMB 83
162,428 162,428 00000000000009f314873d2a262332f5dd72af8d89519d674dfba254b19fc5d7 17 0.00/1.00 vMB 330
Previous 10 blocks ↓
Total Size: 780.25 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 513.48 GB
    • Received: 4.27 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.