Memory Pool Memory Pool Refreshing

5,946 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,756 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (543,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
364,264 364,264 00000000000000000e3e1553a703d926faa302c5cb030b532db659fbaf09e80c 0.93 MB 1,200 20
364,263 364,263 000000000000000003dd6f1371ee60627434cf050a241124271ba4c9587c71e9 1.00 MB 1,206 27
364,262 364,262 000000000000000009c40d3a85734abdaab8f9b132b3da89e8521691cdcd6448 1.00 MB 271 17
364,261 364,261 000000000000000012966f57ff9cf5b031e010ab70002f6cd7f1f7dfc37aa7ab 0.95 MB 1,471 37
364,260 364,260 000000000000000012052d8ba194ac4281d3ab4012e71b565fb9f1e86ac19183 0.75 MB 1,203 31
364,259 364,259 0000000000000000050ba09a243c5e755d2594253872bc003ff92c85dfe91e01 1.00 MB 743 20
364,258 364,258 00000000000000000b2382ba8696b634865b510a488e2479feaf821779ce3ce3 0.75 MB 1,517 27
364,257 364,257 00000000000000001364d46cea0f3e019b2c86ae2d0e6349ecf0125ed57b968c 0.93 MB 1,252 26
364,256 364,256 0000000000000000117c839ff48dedb198b88ab2af8d287fa9e0b43d492605d9 0.93 MB 1,095 29
364,255 364,255 0000000000000000121a0b865114f3ca73d934e2c726f8ebf9f54c8d1550bb64 0.93 MB 421 20
364,254 364,254 0000000000000000151313111b5d51fd1f343d16c0d1e45f452e7490419095dd 1.00 MB 998 19
364,253 364,253 000000000000000010c1b83c401c682f5d43c96fc0b8844622efd739d39d071f 0.75 MB 1,495 37
364,252 364,252 000000000000000005f2cd3f76d9b48e3ccdb7905aaa7161788f53c26e854411 1.00 MB 1,479 27
364,251 364,251 00000000000000000583a873da211e9ddbfaecbfca059ebb80844c2f428310cf 0.93 MB 1,531 34
364,250 364,250 000000000000000013d467224613d01a6cf24d94476a075c7952b45758a99cbb 0.93 MB 1,076 29
364,249 364,249 00000000000000000bfd87783d66d3a534a47e881574d3a256f7648796a3e79f 1.00 MB 1,366 28
364,248 364,248 00000000000000000700124b2137b572750b1a7f07a5488a6fa9763c6218e2c2 0.75 MB 720 28
364,247 364,247 00000000000000000fdceee967c2206a12c93c5b87ca0f499d65abaf76068698 1.00 MB 1,882 30
364,246 364,246 00000000000000001145fbb52d7e2dd833c71185df867b39f3772bd740d55fe2 0.75 MB 2,112 61
364,245 364,245 00000000000000000a7b4b5d6d62f335a1b5934a9a069331eef77219ba06f7f2 0.75 MB 1,752 46
364,244 364,244 00000000000000000f82c028b3640b4f1a8a9d05a925401dde58a917d370abf2 0.75 MB 859 38
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.