Loading Tool

Explorer IconExplorer

Memory Pool

45,886 transactions
22.73 vMB
0.06133705 BTC
Random Selection Loading Transactions
Max Size: 125.85/200 MB

Candidate Block

Mining Attempt bdbbd79c4d2ab81beb66ec0e51188a075a1309ee16ea966816f88fad66b75329
Version 20000000
Previous Block 000000000000000000019f80875bc0cbe63088bba6ca3f4d6bd8018b6cdc4995
Merkle Root 788e6583502f4b5b08ef239797f973848f47376be0e1b5b64ca0999ca48bf256
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,488
Size: 1.00 vMB
Total Fees: 0.01386490 BTC
Feerates: 150.75 > 1.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,010 (739,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,449 174,449 000000000000014cf912961c577ee2a630e39132be21efc3a9e4a7e21581f3fe 33 0.01/1.00 vMB 80
174,448 174,448 00000000000007517854579a8b684541ab6192f87321f5fd9202e17500cbbf27 57 0.02/1.00 vMB 176
174,447 174,447 0000000000000a4d694b9e9711053c8ca05ade199a1719a5a4b08a75f6b92fbe 33 0.03/1.00 vMB 123
174,446 174,446 0000000000000298289a41a130d1bda7a6e2f2fe07d127b7cdb2a371748e8cda 113 0.03/1.00 vMB 167
174,445 174,445 000000000000076d2c62939982d64ea107a7bf3d51b525d3c09474a2b285d028 58 0.02/1.00 vMB 91
174,444 174,444 0000000000000266abcd425042a0db3ecf2265c4b9817d0fb2a820df72878fc9 29 0.01/1.00 vMB 112
174,443 174,443 00000000000001efa02df5ae259e8b3d744573f79b2a9116f0020a5687dd8ce5 24 0.01/1.00 vMB 198
174,442 174,442 0000000000000019828c1c134cb8051a5d7c183ebc0c6b16e19de8adee6ed21b 18 0.01/1.00 vMB 59
174,441 174,441 000000000000029f7d654603e316e2af29e9a4bcd266ea9104398d2a1b60e01b 79 0.02/1.00 vMB 2
174,440 174,440 00000000000009881fa9e7662369be6fa36e8e7e35602452f4e2ecb855bf4df4 104 0.04/1.00 vMB 133
174,439 174,439 000000000000040cf282575a401adc74f2404da00560fdec78a3d66a4ac31b24 30 0.01/1.00 vMB 174
174,438 174,438 0000000000000400f176ddfc104e5cc619c2678f22b5523dcbc946b9021ab8b5 76 0.02/1.00 vMB 136
174,437 174,437 000000000000090a3ae10c676b441e996add30e50162a75cc88998e979b664b8 40 0.02/1.00 vMB 57
174,436 174,436 000000000000018fe9bd03d7b466e6dedcea50062887a0e70acc8b9f624ddca9 126 0.05/1.00 vMB 73
174,435 174,435 00000000000006af56673bb9285bbf48c938e42ce36e8cb15302c922b334bc3b 166 0.09/1.00 vMB 123
174,434 174,434 000000000000054362b2a1f5e932b7962e3a1f9c8091d8eabd840c9c2ad5eac2 7 0.01/1.00 vMB 597
174,433 174,433 000000000000092ad18680060d5de8fc7c77bdf1f341c2912fde697ad0f07bce 34 0.03/1.00 vMB 64
174,432 174,432 00000000000007462fb67a6dcfd1899bb0a81425e874d7f05bec8f9aae6f095c 70 0.04/1.00 vMB 71
174,431 174,431 0000000000000a48324fadc8e4348937e12bfbe51b9cb6d98d707f4fb4d3b3ac 66 0.04/1.00 vMB 84
174,430 174,430 00000000000008c810a34ffff7d2fc7f3a50bd52a712fb53bd5be3ad8d2526df 89 0.03/1.00 vMB 206
174,429 174,429 0000000000000897f8ea8b7b2d8fcb38f9b128cf16ad0e4e2f45e19913b206be 121 0.05/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 780.62 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: 544.54 GB
    • Received: 6.36 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.