Loading Tool

Explorer IconExplorer

Memory Pool

44,237 transactions
28.65 vMB
0.12085958 BTC
Random Selection Loading Transactions
Max Size: 148.93/200 MB

Candidate Block

Mining Attempt 45a1a9bbaff44338995c8458c46d9a1db2ccbbc488c9839b9dc63bbff9e6d27d
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 9c6a7c07501871fdbe29357e4da989c303b1cd28987ef7cfce611601e291e6e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,284
Size: 1.00 vMB
Total Fees: 0.03250911 BTC
Feerates: 150.46 > 3.26 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (525,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,275 389,275 000000000000000004c01383f5c7b34815014a96640d08957e9e95e0d7381f4f 884 0.49/1.00 vMB 30
389,274 389,274 0000000000000000071e7adc21c520d769f8dae9838c945e8795772c7cfedecd 2,367 1.00/1.00 vMB 37
389,273 389,273 000000000000000009fbb00db99d7d269edb71d3b4e2b6f40a0d2fdf48282ce9 1,226 0.75/1.00 vMB 26
389,272 389,272 0000000000000000091bb926aa7dce6e81d206feba977243726130fbeeecb102 2,423 0.75/1.00 vMB 55
389,271 389,271 00000000000000000587e91c79572a74e094c7b0cb31e6c28d13c865718296b7 1 0.00/1.00 vMB 0
389,270 389,270 00000000000000000a17c859040d218a6ea132a8c490646c19123ce4620b47a2 284 0.12/1.00 vMB 36
389,269 389,269 0000000000000000047058bd3a34016206bb1e3b0a104518437016edd4642cd0 690 0.32/1.00 vMB 36
389,268 389,268 00000000000000000a4389e63971c957fbd31f0cd6af284885319405cea14723 1,149 0.56/1.00 vMB 37
389,267 389,267 000000000000000001fd1d3dd1fd48e9db3412d757c40d81f4b40b4e4955eeea 565 0.29/1.00 vMB 29
389,266 389,266 00000000000000000b9175ba6fe550322eac29c9451846444043573695b1883d 618 0.34/1.00 vMB 34
389,265 389,265 000000000000000004bba01a582bdfff4f2693f363e2c860f98692faf4b5b59e 110 0.08/1.00 vMB 12
389,264 389,264 000000000000000000ec5ea5621e98ee38e9c792eefb0bf0a4475cd2767e1cb1 171 0.06/1.00 vMB 34
389,263 389,263 000000000000000002e26f2dcf2b3f4657803e9db6761c3e54de9c1cb4aa0236 606 0.64/1.00 vMB 14
389,262 389,262 000000000000000005c6032c37a802c976f7fa6b3e05fa19c7e6e8c36f7d87b9 1,337 0.58/1.00 vMB 36
389,261 389,261 00000000000000000799f28ec0c6889dc0356a36722cb767f9d285f625bd8e95 765 0.37/1.00 vMB 39
389,260 389,260 00000000000000000856a2fc9d75ffcdd5e91dc8db501d1d5f1ec1f51e9a51e5 676 0.35/1.00 vMB 28
389,259 389,259 0000000000000000002f5e756ec58d5366b6bd9b074da9c66675c8fcf89f8434 1,287 0.58/1.00 vMB 35
389,258 389,258 00000000000000000a35a328df33fd4dd3c9cad37e702246e5fca5b905b3e5d4 1,434 0.68/1.00 vMB 39
389,257 389,257 000000000000000006c8b9bb1f6cd4ac231054c349d778143b733f2a138ae9cf 462 0.23/1.00 vMB 31
389,256 389,256 00000000000000000757495fa4f385af8b747825b4f2fde33bfc132be8ae3d80 1,121 0.87/1.00 vMB 25
389,255 389,255 000000000000000005315008a74196025bbaa74a421be69ac68e1d2d51af8d73 2,418 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.88 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: 645.02 GB
    • Received: 12.65 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.