Memory Pool Memory Pool Refreshing

5,626 transactions (2.38 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,785 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,010 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,784 (821,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,789 86,789 00000000000f2fc25880415017257ac6061d6f7099ab31acb2232e00aa3788dc 0.00 MB 1 0
86,788 86,788 000000000012272cb8b2beef025fdfcf4537808b72feebf34b1af47e73bb21ee 0.00 MB 2 0
86,787 86,787 00000000001024716c3cffe912dc6c1aac8cd3c08163c5d9eb9725323589402f 0.00 MB 2 0
86,786 86,786 0000000000023fb617934f11e702522eedae61d233e29299c712cd3ebf5faffd 0.00 MB 1 0
86,785 86,785 00000000000cd9b5e71b2f25ab5f30d5cd0e2433116300cdb46b244f08bbd972 0.00 MB 2 0
86,784 86,784 00000000000d366882363258ce8e06563d8292a502c48aac683dc839b2e3d139 0.00 MB 1 0
86,783 86,783 000000000006c845c7ec30370dff9442761a855d8083a4080d2236811d0d0a43 0.00 MB 1 0
86,782 86,782 00000000001d86eafe708a9ac03a1b65c3007c1953168ad9064b2c2e952d512a 0.00 MB 1 0
86,781 86,781 000000000002bcbcd28d0e6e2d0610a3aaafaf1d661b33e02c8f686e30eef508 0.00 MB 3 0
86,780 86,780 00000000000f96a628acaacb8fd6e974ee6dff727fb56196ef51a52f21cd9a12 0.00 MB 2 0
86,779 86,779 00000000001bcd3ef4d2998035a5d6b39e7c18df4969e9b45d2572bbe8a7169f 0.00 MB 1 0
86,778 86,778 000000000002fe032fc45d260c60a40cb42e3703fdff3fee982bbd13a20b79ac 0.00 MB 1 0
86,777 86,777 000000000019d3136e38495aa8e6dd316544730dfa2cd317e8ed8e9525142105 0.00 MB 3 0
86,776 86,776 000000000016a3fcf04fca0341f8635b39cefa0515deef700dff0cae3daab421 0.00 MB 3 0
86,775 86,775 00000000000266ba4f6e9042c4fafda45d51dcadc26623c9e877853fe440f804 0.01 MB 3 0
86,774 86,774 00000000000d6f103d2fb313cedc578be29acef832bb6fb4011852e4f8b0383a 0.00 MB 2 0
86,773 86,773 000000000003ca34c6cda662ab8e06cf2a2a33dd2994609a26a39900aa736ac4 0.00 MB 5 0
86,772 86,772 00000000000ded32843c9974d6cd926646a911a5ac944d2172730b056aaf9af0 0.00 MB 3 0
86,771 86,771 00000000000c9a02db51fb2c80388abeb589335e53ac94e475c5c4a9ca0cd395 0.00 MB 1 0
86,770 86,770 00000000000efe9fef99bd339b8db10e14752c857200e12af0656f242eab802f 0.00 MB 7 0
86,769 86,769 00000000001d4f05c5b7a766ced54a8d116f4ba712b287f0d6837840aed84c6f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,857.06 GB sent, 102.84 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.