Loading Tool

Explorer IconExplorer

Memory Pool

77,099 transactions
28.42 vMB
0.08817382 BTC
Random Selection Loading Transactions
Max Size: 172.98/200 MB

Candidate Block

Mining Attempt 4197ce9fe6ca3fa2b6226d58ee4ddcea91b63e83bdc44e43c9475dd928c1b211
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 7a3d8353972a8ef4f183253369bc6a2cdfc395696869a0456a2e25be236f206e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,617
Size: 1.00 vMB
Total Fees: 0.02460965 BTC
Feerates: 477.45 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (409,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,406 505,406 00000000000000000058dc3fc8a305a73a16661a6e1a1c4864646b112d81d32b 1 0.00/1.00 vMB 0
505,405 505,405 0000000000000000004af30c48c9b69f0dcdd58a2869041c22a4d01331a5b029 662 1.00/1.00 vMB 78
505,404 505,404 000000000000000000321f4fa7b1ccd5230b0b5700e5adff9410a8ca8a303412 1,271 1.00/1.00 vMB 150
505,403 505,403 0000000000000000004369c3de4afc7ca05ed289a2806967b56c85d8626a6916 2,006 1.00/1.00 vMB 316
505,402 505,402 000000000000000000326f32d6c333de3dfbaf660a29a48f5b9168426e5df025 998 1.00/1.00 vMB 155
505,401 505,401 0000000000000000007625ff74171cf53e301c3e5013bf2184e2629a2da0fc8d 1,422 1.00/1.00 vMB 319
505,400 505,400 00000000000000000023b89dd18f6be5a6c03a71cd864ccbdf024683114b9ce3 1,433 1.00/1.00 vMB 158
505,399 505,399 00000000000000000022a664b3ff1e4f85140eddeebd0efcbe6a543d45c4135f 1,596 1.00/1.00 vMB 284
505,398 505,398 00000000000000000036339c7f72b4a4142421b7fbe9260db806607d731a2a77 1,507 1.00/1.00 vMB 287
505,397 505,397 000000000000000000339bc39bcef88241fdf28a6f85e97b9b01a04908a3c3de 638 1.00/1.00 vMB 99
505,396 505,396 0000000000000000001c2c68c3db9bbcbc2e344ce86cef00f1fddb75e1dc45e2 654 0.70/1.00 vMB 120
505,395 505,395 00000000000000000043bc311efa30739c4b8b3ae3b6ddd0e6b329e7b62519b9 1,712 1.00/1.00 vMB 225
505,394 505,394 000000000000000000540ca699ee94621a31ec1a2701d11a510d91c28c79931a 1,796 1.00/1.00 vMB 308
505,393 505,393 0000000000000000002f7ef4759fc9d6b11b799a5bb2dabffb9d6118a86e90da 725 1.00/1.00 vMB 126
505,392 505,392 0000000000000000005074f80fce04395dbd9a2af086b96437e31591a9810a14 1,501 1.00/1.00 vMB 130
505,391 505,391 00000000000000000030029aa22bfd9b20265e965f8cb3563f4b0e66a7e862e6 742 1.00/1.00 vMB 114
505,390 505,390 0000000000000000007831cf9b40219d534386e7a52ca77c1d6991ac40eadfe1 1,010 1.00/1.00 vMB 139
505,389 505,389 00000000000000000032fb82394b9b920a0216018a0ba59f1d9ac349a079613b 1,234 1.00/1.00 vMB 148
505,388 505,388 0000000000000000006df1cdd2ed56858ff2e5f94de395f03abfcd8b137dda9a 1,099 1.00/1.00 vMB 187
505,387 505,387 00000000000000000037c3486b19e19ea44920ff181b0bd3ae0b1f179f90034d 1,850 1.00/1.00 vMB 202
505,386 505,386 0000000000000000005c25bc4a5d656a87d4ea3f95382657f96e23f42a959ebc 882 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.