Loading Tool

Explorer IconExplorer

Memory Pool

14,426 transactions
7.48 vMB
0.04038986 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.52/200 MB

Candidate Block

Mining Attempt 64ec1f91ab827608b91ffe29d20847cbb2f3c52e91a645c4b8f0e7009524b316
Version 20000000
Previous Block 00000000000000000001005dfa86df5a453e2a43d8c4c0524838bc7347298bbb
Merkle Root 1bb33f0cf505e78011ca540d2ad66495d5651e32b02fa3ec3f0c6d0b7b88211f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.02523016 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,385 (826,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
86,774 86,774 00000000000d6f103d2fb313cedc578be29acef832bb6fb4011852e4f8b0383a 2 0.00 vMB 0
86,773 86,773 000000000003ca34c6cda662ab8e06cf2a2a33dd2994609a26a39900aa736ac4 5 0.00 vMB 0
86,772 86,772 00000000000ded32843c9974d6cd926646a911a5ac944d2172730b056aaf9af0 3 0.00 vMB 0
86,771 86,771 00000000000c9a02db51fb2c80388abeb589335e53ac94e475c5c4a9ca0cd395 1 0.00 vMB 0
86,770 86,770 00000000000efe9fef99bd339b8db10e14752c857200e12af0656f242eab802f 7 0.00 vMB 0
86,769 86,769 00000000001d4f05c5b7a766ced54a8d116f4ba712b287f0d6837840aed84c6f 2 0.00 vMB 0
86,768 86,768 000000000002aae1b249aab01b76a867088ede9b5ee1d349b7675880caa682e5 1 0.00 vMB 0
86,767 86,767 000000000001dea4cef9b4aa8794ac700c774cc6237bf459f0fa9e8a81e7707c 1 0.00 vMB 0
86,766 86,766 00000000000f99016c4233f08873ded95a4127e7c4c39c1b33192cbe82936e03 5 0.00 vMB 0
86,765 86,765 0000000000097993a562a4bb2bbf02dd6ab3a49a53eaad35c1ba39c4524cf5df 5 0.00 vMB 0
86,764 86,764 000000000007f1a4a0380160b02920f2146838a53c2817e5e18aed16a944e252 2 0.00 vMB 0
86,763 86,763 0000000000054610ec1cecd967060e7f256792f6451c11c341d2e94487bf11f5 2 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 109
    • Outgoing: 10
  • Data Transfer:
    • Sent: 229.06 GB
    • Received: 0.87 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.