Loading Tool

Explorer IconExplorer

Memory Pool

84,302 transactions
31.23 vMB
0.14628487 BTC
Random Selection Loading Transactions
Max Size: 188.46/200 MB

Candidate Block

Mining Attempt 9dd2af168014ae85b1ae0828a64255fb7ea126c50711140a183721c69e79aafa
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root d4e39767cb7421520c91f510115d3a15b236cd0ff3bb387421609fded5bae100
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.07589192 BTC
Feerates: 366.60 > 7.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (122,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,805 792,805 00000000000000000004edcc8789c8aec5ec26a568a6d838da15a5e49b05615b 2,324 1.00/1.00 vMB 16
792,804 792,804 00000000000000000001ac4a1977614cf2de7a345e56bad6efef3dfaeffe6aab 2,675 1.00/1.00 vMB 17
792,803 792,803 000000000000000000046480a2ea5a4219f71886fda24dfe954ad1ae7212b20e 1,784 1.00/1.00 vMB 16
792,802 792,802 000000000000000000053897ab7e323418ad246f30dc4c2dbc376eb7d74a36ca 2,511 1.00/1.00 vMB 23
792,801 792,801 0000000000000000000326b170a93a27b4d3e5a1f9dbd79d153865fecd8d53bf 2,906 1.00/1.00 vMB 22
792,800 792,800 000000000000000000011fce0e9f3307593fa29a78f14ef32c8e1d11d37dcde4 2,772 1.00/1.00 vMB 28
792,799 792,799 000000000000000000014ffa9fc635d49908b5d3412c7feae388a3c1860a5d92 3,505 1.00/1.00 vMB 45
792,798 792,798 00000000000000000002dbdbb6c3ef55e28879a3871b0156b6ece6f6d9c5f196 528 1.00/1.00 vMB 24
792,797 792,797 00000000000000000000fa488569ecfa7ed42e54003f077ef46268fcd7db2f12 3,059 1.00/1.00 vMB 38
792,796 792,796 0000000000000000000176a6b3eb7c0b3d052174e71321f5f2c6162bc0195d0d 2,019 1.00/1.00 vMB 36
792,795 792,795 0000000000000000000195f876b0bfd79003756a76503410d9e914e258cebd60 2,527 1.00/1.00 vMB 34
792,794 792,794 000000000000000000052f21631e2194f3bc40ca59bf67bbb0ccb9d2e135b3f4 3,611 1.00/1.00 vMB 45
792,793 792,793 00000000000000000004464bf8d6ac289a08b1698ebdccfd1d06ac6cc88b2b86 3,494 1.00/1.00 vMB 32
792,792 792,792 000000000000000000041fa7ba6df0d513891f10f33ec7268d7fbde54e057083 3,065 1.00/1.00 vMB 26
792,791 792,791 000000000000000000024799c713d76965a52f331ed9de4f43e80270e12e0e78 2,482 1.00/1.00 vMB 24
792,790 792,790 00000000000000000001716bc4be5834e44112121ac6060bd547e507c3ffdacc 2,384 1.00/1.00 vMB 28
792,789 792,789 000000000000000000033d208b1f1f49eb62b6cb2bad7ccf33625d6c32cc47dd 2,912 1.00/1.00 vMB 43
792,788 792,788 00000000000000000003ed9b9bb4fdce92aa540bc504ac3cebb6c4af0ac12b92 2,637 1.00/1.00 vMB 19
792,787 792,787 0000000000000000000056437b09500d95e986b4f25364ed09757d8f68931cff 2,448 1.00/1.00 vMB 25
792,786 792,786 000000000000000000020ac58f9554a8bc37d660c2a987ad1c3ad8a9fd19150f 3,258 1.00/1.00 vMB 37
792,785 792,785 000000000000000000040dd77f5ceb1d92aeb0e88cbf92566885000f6d136a64 2,068 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.34 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: 661.61 GB
    • Received: 14.82 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.