Loading Tool

Explorer IconExplorer

Memory Pool

77,011 transactions
28.40 vMB
0.08772669 BTC
Random Selection Loading Transactions
Max Size: 172.86/200 MB

Candidate Block

Mining Attempt d1a26ca2067989146d87ab491ceea10d91e07054ca84244be06ef64c536bbcd7
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root cad8668f4ac917792fa4dbb0ab7e9f706e446e540175fe97ae2206cd0b9e6a8d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,584
Size: 1.00 vMB
Total Fees: 0.02433528 BTC
Feerates: 477.45 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (75,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,572 839,572 00000000000000000000a5ae3971b6c45097c86edc500a17658ccaa5fdf2a856 2,882 1.00/1.00 vMB 46
839,571 839,571 0000000000000000000229cf77374f9143d8626da2da55887395107e56197d9b 3,370 1.00/1.00 vMB 76
839,570 839,570 000000000000000000009bec9bd296bcb66a3bac31a4c9b1995a2e7d6af7f2d7 2,902 1.00/1.00 vMB 41
839,569 839,569 0000000000000000000248ed6d4dfe48942493fdbdfb027bcdf7d250929c6942 3,500 1.00/1.00 vMB 70
839,568 839,568 0000000000000000000271bdc40c6d28e31bf14e019330e88fbbe2895c9087a1 2,378 1.00/1.00 vMB 49
839,567 839,567 00000000000000000002b9651c7358b016c54bba5ee636e0856c1dc96bdf5f03 1,249 1.00/1.00 vMB 23
839,566 839,566 0000000000000000000032a9fdf2d1da37b2cb6c1f0b8721c1f8094f15e6be2d 3,268 1.00/1.00 vMB 48
839,565 839,565 0000000000000000000108d4c4000f9ba9dd13dcb80e7d7829abe5037848bf75 83 1.00/1.00 vMB 21
839,564 839,564 0000000000000000000120ccf0d2e1b17e4a0cd84ff0a6144de049ba0742e528 1,000 1.00/1.00 vMB 27
839,563 839,563 00000000000000000001eccde1605de7f3fddf4fe4a6aca54fd9e2090af58ba8 1,358 1.00/1.00 vMB 26
839,562 839,562 00000000000000000000e7ec8b354cd940f219259678f07e92006bdf45c55a28 3,117 1.00/1.00 vMB 46
839,561 839,561 0000000000000000000166aebe4f4bf2fe3befa3a83c205ab9f68e62454c5ef9 2,280 1.00/1.00 vMB 39
839,560 839,560 000000000000000000000bcfe43cc37d7203a207276ba3cb2626cc26ecc9860f 2,298 1.00/1.00 vMB 26
839,559 839,559 000000000000000000031432b64b586ade2544b27776cddbe5cfb843db2c903e 2,719 1.00/1.00 vMB 48
839,558 839,558 00000000000000000000e9787bf0a19d76b9b1b6e9ec6a8f00ca6be2a4b2ecc9 2,179 1.00/1.00 vMB 41
839,557 839,557 0000000000000000000198188ec3b13882af6e6c1803aebaf1e2a86c98f1258b 2,227 1.00/1.00 vMB 33
839,556 839,556 00000000000000000002a6f60651b3eb46dddf7afc493d566fc113045e8cd4b1 2,373 1.00/1.00 vMB 52
839,555 839,555 000000000000000000019c22f3d5bf663d5eb46262c93c44d029bb46363d5b24 2,683 1.00/1.00 vMB 70
839,554 839,554 00000000000000000001d40f53de7038e4a7ae3ab8e0664b1824e1fea2a860e5 46 1.00/1.00 vMB 122
839,553 839,553 00000000000000000000aab106d33692b5db6939e10ebe3366874034ca255764 2,099 1.00/1.00 vMB 27
839,552 839,552 0000000000000000000297a95cddba0fd8404fe3511237d4f16c5203da6c3571 2,571 1.00/1.00 vMB 45
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.