Memory Pool Memory Pool Refreshing

3,556 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,378 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (840,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,183 68,183 00000000051dd7c39dc7fa1c3d6e19732dec7d420da229e4ee19572bdc453906 0.00 MB 1 0
68,182 68,182 0000000005552bd2dd23a057b37557e4f2d602b876d472f4d325f33f09d25457 0.00 MB 2 0
68,181 68,181 0000000004944733ea2eb69e7e19c352f62f5afdcf23fadd80ba2d085897840c 0.00 MB 3 0
68,180 68,180 0000000000bd62f945b9f0b0905e966cfa8b2b7d16fa665aafdfabd78dac07d8 0.00 MB 1 0
68,179 68,179 000000000372ef501a120fc9a7b7f7891d53b11459548b5d957a76246a8be974 0.00 MB 1 0
68,178 68,178 000000000308c63e50748c4b0c1b72096c3b66127672b04514ef7a5bebddb902 0.00 MB 2 0
68,177 68,177 0000000001e0601cc579073ab7b1e9e08a302d48aa085215ee7d57407ab71089 0.00 MB 2 0
68,176 68,176 00000000021051416c3feaacd799c5876924300cf2876c4cea2c2d14069c7baf 0.00 MB 3 0
68,175 68,175 0000000004f23e9f9fcc2be455591bbaf199648a524328fc8a156aa6baa7c424 0.00 MB 1 0
68,174 68,174 00000000008e988c71bad502498c66215dc38214188019fa5e47334d0fe7b746 0.00 MB 2 0
68,173 68,173 00000000004c4290a413b8fcc3ca9c5f02fc300f317cd2f59102cf8625f0009c 0.00 MB 3 0
68,172 68,172 00000000009e8d1bf81e9b311b68397dce1cbb3dd0f98e52b4990d2e620acedc 0.00 MB 2 0
68,171 68,171 0000000002dc3baa6cd7b9e734a815b7601eaa35b94b61873771a331c65b33db 0.00 MB 1 0
68,170 68,170 0000000003b70567860d886a955e251e2d880c0327049aca45a2dc0f9ec237ec 0.00 MB 1 0
68,169 68,169 00000000056c76b3fb542b3266fe02e55297c045c72baea27b92712f8f6de995 0.00 MB 1 0
68,168 68,168 00000000058bcfe259638fead6c572bbf946cc3a5f1fe6eca4748dea1976a0a5 0.00 MB 1 0
68,167 68,167 00000000041160b157d9a6cb90b7379c6ca21b331a0d0a52333d479ac2017ce1 0.00 MB 2 0
68,166 68,166 0000000000542103df4a051823aea8c23d5b499c2e1d597bdb5696377c22bc90 0.00 MB 1 0
68,165 68,165 00000000005641f348aa7bbb2d1f7e9b279f4837cec64b828a67d15bc3a4da04 0.00 MB 6 0
68,164 68,164 00000000018b85e6afdbe03e6ad68724b4363a3b17298f796428447010ff4837 0.00 MB 2 0
68,163 68,163 0000000005334531897c214dd74fa1b1cd6147f7d11b4ec598cb9f18067de9f6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.64 GB sent, 101.73 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.