Loading Tool

Explorer IconExplorer

Memory Pool

19,995 transactions
8.98 vMB
0.04219202 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.46/200 MB

Candidate Block

Mining Attempt 5600d4bc32492c89e11c1dce95ce9a25b65c8004a12d74fb0595c7b0e74927c5
Version 20000000
Previous Block 0000000000000000000170c67e58e6b2743a2a358553ccfe3fb9590b1d57ba5f
Merkle Root 0ca629c7054b9e75c83b09a12fc92087f9fc015e7257784e008e7f5ed020c613
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,099
Size: 1.00 vMB
Total Fees: 0.02236556 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,402 (826,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,795 86,795 0000000000074046cfead5533d0a7e32387b840eb8c7afbca0da5845371b5f59 4 0.00 vMB 0
86,794 86,794 0000000000052df871358952f5d5748ec45ce985fdfe6a70518b8bd24d9edc74 1 0.00 vMB 0
86,793 86,793 00000000000665238f2f7925e18132dd171865f2baa39585645aa9f117a9d9eb 1 0.00 vMB 0
86,792 86,792 000000000015afdab8e8bacdb9e484610558eb310c6d0037942d3ddbbc14704f 1 0.00 vMB 0
86,791 86,791 000000000002a93574a01e54afb8526031dfc233f02254cbedaf583fc6880ff9 1 0.00 vMB 0
86,790 86,790 000000000018186a894696f23a867be33d7055356746344b9d148eda8936f589 1 0.00 vMB 0
86,789 86,789 00000000000f2fc25880415017257ac6061d6f7099ab31acb2232e00aa3788dc 1 0.00 vMB 0
86,788 86,788 000000000012272cb8b2beef025fdfcf4537808b72feebf34b1af47e73bb21ee 2 0.00 vMB 0
86,787 86,787 00000000001024716c3cffe912dc6c1aac8cd3c08163c5d9eb9725323589402f 2 0.00 vMB 0
86,786 86,786 0000000000023fb617934f11e702522eedae61d233e29299c712cd3ebf5faffd 1 0.00 vMB 0
86,785 86,785 00000000000cd9b5e71b2f25ab5f30d5cd0e2433116300cdb46b244f08bbd972 2 0.00 vMB 0
86,784 86,784 00000000000d366882363258ce8e06563d8292a502c48aac683dc839b2e3d139 1 0.00 vMB 0
86,783 86,783 000000000006c845c7ec30370dff9442761a855d8083a4080d2236811d0d0a43 1 0.00 vMB 0
86,782 86,782 00000000001d86eafe708a9ac03a1b65c3007c1953168ad9064b2c2e952d512a 1 0.00 vMB 0
86,781 86,781 000000000002bcbcd28d0e6e2d0610a3aaafaf1d661b33e02c8f686e30eef508 3 0.00 vMB 0
86,780 86,780 00000000000f96a628acaacb8fd6e974ee6dff727fb56196ef51a52f21cd9a12 2 0.00 vMB 0
86,779 86,779 00000000001bcd3ef4d2998035a5d6b39e7c18df4969e9b45d2572bbe8a7169f 1 0.00 vMB 0
86,778 86,778 000000000002fe032fc45d260c60a40cb42e3703fdff3fee982bbd13a20b79ac 1 0.00 vMB 0
86,777 86,777 000000000019d3136e38495aa8e6dd316544730dfa2cd317e8ed8e9525142105 3 0.00 vMB 0
86,776 86,776 000000000016a3fcf04fca0341f8635b39cefa0515deef700dff0cae3daab421 3 0.00 vMB 0
86,775 86,775 00000000000266ba4f6e9042c4fafda45d51dcadc26623c9e877853fe440f804 3 0.01 vMB 0
Previous 10 blocks ↓
Total Size: 779.57 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: 270.47 GB
    • Received: 1.05 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.