Memory Pool Memory Pool Refreshing

1,600 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,583 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (881,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,168 27,168 0000000098d8175822d6e33ff5587b12b4be5a414927ec22d437d2367d60a170 0.00 MB 1 0
27,167 27,167 00000000a6c8e9a6d7d9e462f413fc7e991771d3e6f96f2d017c7bc549f5c2b5 0.00 MB 1 0
27,166 27,166 0000000081101cfd2baf8c59d3f3e2fc7facbd0b4d616ef3470049fd5bfaf401 0.00 MB 1 0
27,165 27,165 000000009e8f86512b63e97a25f240c7ff01ad2269763a8bdba150df02094079 0.00 MB 1 0
27,164 27,164 00000000aac327552d2d78722164cea9153d6c992b12b193b4e7101344083c4d 0.00 MB 1 0
27,163 27,163 000000001492ec7579c13c0b3e7164066dceb6fcaa73f9b7cb7dd5319cc7f587 0.00 MB 1 0
27,162 27,162 000000008a4f1198546589694ba77a3c3c7768200c1ab176ac32323fae091774 0.00 MB 1 0
27,161 27,161 00000000f6ea4208f190b7085002a6b5932eabd70fc32417a02af6862c57ea22 0.00 MB 1 0
27,160 27,160 0000000041abc14766fbeb30c88327742a7aa56297539e58654fca1285fbaa71 0.00 MB 1 0
27,159 27,159 00000000ddc089a32ec8dc069c681464a74e3529ad579b05418ef04b65b95f31 0.00 MB 1 0
27,158 27,158 00000000c6143e7e383801b1ef893b29fc10f1b04b83aad3c9dea8643bdc94da 0.00 MB 1 0
27,157 27,157 00000000c707302fd799f343b03ddcb83c2b080d1ab441d8d7b5a684dd86c2d6 0.00 MB 1 0
27,156 27,156 00000000efeea64ddf06d7f214c870282986f8d32fdfc9b8581bfce33462ade5 0.00 MB 1 0
27,155 27,155 000000002b2d2327e659a8611cffa8a59b262157ad489461d30951a3f5841f00 0.00 MB 1 0
27,154 27,154 00000000704841d30ea3022c2c7887f1af9e96e70eb5cc539b8f556d34bed631 0.00 MB 1 0
27,153 27,153 000000005c3b89624dd01b676287747c0e5c98ef66e83ddf18738ffe63abb212 0.00 MB 1 0
27,152 27,152 0000000026abbe7901494b8cca36465eef0fde8f6f0c78ee20e588a029675620 0.00 MB 1 0
27,151 27,151 00000000ea94085d8f370d10b007b572fb738ceab71507c6ef9007170477ec1c 0.00 MB 1 0
27,150 27,150 000000003b7333b84ad39e6a42af08760787ad6ff21bff6b3b2f10b601c55784 0.00 MB 1 0
27,149 27,149 0000000015a90cd30a6fa8917d90c3bbf664331a3a3fa3a8e68a941a46254dcd 0.00 MB 1 0
27,148 27,148 000000007111be948f8ec07592588ee9013c393085ceba7b4d32a906b1a5c042 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.