Memory Pool Memory Pool Refreshing

4,022 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,362 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (693,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,217 214,217 00000000000002a3b6cf67c8fdd347bcc09f0854800606b94294a324028a0815 0.27 MB 255 186
214,216 214,216 00000000000001e339db144859d9dac1bca01f59ebbb0a0e46f9bc0b431969d0 0.01 MB 26 180
214,215 214,215 00000000000003048f4492f20dd9836bbdd0f380250b62780f8c21b44a97f8b5 0.10 MB 214 168
214,214 214,214 0000000000000112345177e7aa9b146fc9d7b90177734452a8c954f2fd7ff55e 0.14 MB 141 109
214,213 214,213 00000000000002738401f92e8b6402d2cf49ac8a927a1c0111c3e68903ff6c10 0.10 MB 253 175
214,212 214,212 00000000000003d2d8034f9b59a1e3909cc623da516e9ce7101e01b452d37b2e 0.00 MB 6 0
214,211 214,211 00000000000002b348a424fcd535f71b2826c7d6002da99693dc1c62121597ba 0.05 MB 98 159
214,210 214,210 00000000000000db22d03b6fcf73b0906faec4f2b71981ad84cb5e2ab374ede1 0.18 MB 456 323
214,209 214,209 00000000000003fdfc5dde86c60957877452a8a2bb448de210337f7946458656 0.02 MB 38 160
214,208 214,208 00000000000002345bb561b22afb4a84104fbb196136639b5211437e47a71e02 0.18 MB 477 201
214,207 214,207 00000000000002a327a4773312ae1d7817ab29e20a7735763aebb00cf6258b76 0.13 MB 295 186
214,206 214,206 000000000000027566ade879b5f577c3000a32e89a3ec31336d6c58a3cdfbceb 0.15 MB 375 160
214,205 214,205 00000000000004bea1250042187cb6c89f7c712a923a6071de24d2a1a37ee003 0.06 MB 128 158
214,204 214,204 0000000000000225de1464fced3ab3642c763c774fec98be6a93393a7daba741 0.05 MB 80 63
214,203 214,203 0000000000000361990183d7af5d806533189023656d346c58e2dfeb50c8fdf7 0.05 MB 102 171
214,202 214,202 000000000000051210134dc7f44edb5176393517311ab2d007ce2bb4da696ed7 0.05 MB 121 145
214,201 214,201 000000000000029acadfd2c473312ed8f11a6a2739f36180ed244806ebe0fd5a 0.04 MB 72 134
214,200 214,200 000000000000035688a5e224794c2b14d5435e1c1ad7efcfc9d15990d8878af9 0.01 MB 26 147
214,199 214,199 00000000000002d0a992b698ba73ef6c43e18b188bc7d4eb4776c39dc142513c 0.26 MB 186 58
214,198 214,198 00000000000003bd8bc7659a211be241d03d7d0a282828cf31e04e5ecd9b240c 0.00 MB 12 183
214,197 214,197 0000000000000323ca9e4789af10cd806bb7f9d05348990809431d0cde7c74bf 0.05 MB 78 117
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.