Memory Pool Memory Pool Refreshing

2,452 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,623 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,437 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,622 (881,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
27,147 27,147 00000000651ab89fa94bdb9f61941b77d0d196db22682bdcb97f613680e2b6a0 0.00 MB 1 0
27,146 27,146 000000009ea8fba467c3a41b5d317272c5ca400eed8c7e4c848debdca7aba591 0.00 MB 1 0
27,145 27,145 000000006acefb279cbe97000690c1f8cd1346cc4d5143d224e3ca368e17a507 0.00 MB 1 0
27,144 27,144 00000000a935c7403ace0af95c2154fd569be728c2b9e0ba1f2cbb219e6fc7bd 0.00 MB 1 0
27,143 27,143 000000009497602221a3b29244836f4f269a2a74882813a57e2bd9b5075ecade 0.00 MB 1 0
27,142 27,142 0000000013557b18f04eb7051198a34a447b0a67a9093cdf888c199cb134be5c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.19 GB sent, 101.21 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.