Loading Tool

Explorer IconExplorer

Memory Pool

82,733 transactions
32.40 vMB
0.07149236 BTC
Random Selection Loading Transactions
Max Size: 191.80/200 MB

Candidate Block

Mining Attempt cbd553ef166b33c61f2d93a1f22d7250f9b1d6b047a8d97cfc6ee267f7e260fc
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root eae9591ba90287c2da83e4eee8ede2aac08c8bae5a706b60993a65faff2ad5c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,076
Size: 1.00 vMB
Total Fees: 0.00763957 BTC
Feerates: 203.60 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (122,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,428 792,428 000000000000000000018a4d6a794cdf490464c38c69695ea653e7cc8654d5b6 2,380 1.00/1.00 vMB 48
792,427 792,427 00000000000000000004fff560b17e8c95f536d4a47a45e8acfe73936c42852c 2,729 1.00/1.00 vMB 85
792,426 792,426 0000000000000000000400c1312c47ed81a310f686daeafc536e0a5dd8194566 2,460 1.00/1.00 vMB 61
792,425 792,425 000000000000000000035729311e6555d2b407b135b3f52df41e83c5c2217849 2,067 1.00/1.00 vMB 26
792,424 792,424 00000000000000000000f1ae07aa4dd3b9adc8cd0037b9a2604feb8118b77ed2 2,893 1.00/1.00 vMB 33
792,423 792,423 000000000000000000007b455cc9e72ecf90443315537b81313e29d51411c91d 2,302 1.00/1.00 vMB 63
792,422 792,422 00000000000000000004164408a6a75d6a8848583b5b2c3df55820e1d2265a3a 2,162 1.00/1.00 vMB 51
792,421 792,421 00000000000000000003fa60ffb6d16fb4939e58fa653a53cb5959c43a089544 2,487 1.00/1.00 vMB 53
792,420 792,420 000000000000000000040f5b90e84b7b5bea7f4aaeef67543b165add24dd1e24 2,651 1.00/1.00 vMB 84
792,419 792,419 00000000000000000002fa82ee8ab3ccb819f2ade82e1c87be242d63480f3214 3,572 1.00/1.00 vMB 77
792,418 792,418 000000000000000000030c9ad11906cfd1fff86c414c2df90a26c15057312ebb 2,713 1.00/1.00 vMB 91
792,417 792,417 00000000000000000004094cf3e4d2ba4358f436219e4c93a9605a4ab9438b91 2,855 1.00/1.00 vMB 47
792,416 792,416 00000000000000000004fb1d6a8fd4f34981759bdcc94928c7cd27197fba5a64 2,928 1.00/1.00 vMB 73
792,415 792,415 000000000000000000009cff2c4bbeb3bee27959af4ba2a81e36805feb86aade 1,774 1.00/1.00 vMB 55
792,414 792,414 000000000000000000020ffe99f9cf74cb48704169b98d7f345b43bffa2dd490 2,911 1.00/1.00 vMB 61
792,413 792,413 0000000000000000000451259854b88a266a1767353ec7d9436c54f9af46de30 2,353 1.00/1.00 vMB 68
792,412 792,412 0000000000000000000218a6b26069d906e34c92d88b4b70766031173dd6872f 2,906 1.00/1.00 vMB 86
792,411 792,411 00000000000000000002904d9287a464319ac0a274826aebdb7e91c7880e4e32 3,411 1.00/1.00 vMB 54
792,410 792,410 00000000000000000000e5c81bf1921bbc2d40805c02d50ff56ef5ec86db407a 2,876 1.00/1.00 vMB 54
792,409 792,409 00000000000000000002e3c4363ae831c64078e1c48a51de9bb99deaaa68e1bf 2,744 1.00/1.00 vMB 50
792,408 792,408 0000000000000000000107a0861fec72130507e6cb560aa37f7e8e853f621915 2,724 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.