Memory Pool Memory Pool Refreshing

3,840 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,712 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,468 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (758,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,294 149,294 0000000000000329b76c33de1795848fc20e9dbdc2b4922dbb27e90bdd8f4b45 0.03 MB 73 55
149,293 149,293 0000000000000351334d7d02c9d3cb2d2294ae63d5e7db724fd9cbd267b22d71 0.00 MB 9 1,135
149,292 149,292 00000000000000df28f173c302d4d8ee704fd5c897355a023d2adeb37e8bd79a 0.03 MB 64 104
149,291 149,291 0000000000000a3c84501ace815d41b4d53c6fb9e108c4c1a02be456a06ccd67 0.02 MB 62 586
149,290 149,290 00000000000005d5db15193bd54643626af8896cd85e9f3adc6b00ed00a818c7 0.05 MB 118 104
149,289 149,289 000000000000009e5cc30924d2adc162d8f8e08ce4d1cda651b39f7d22ee8032 0.05 MB 128 87
149,288 149,288 00000000000000b48d5bc60bce6611533d88f75bffb9df49ab3b1de868677b0a 0.00 MB 11 470
149,287 149,287 000000000000032aef27ecd724de8ae0fa3a8de7db45e4878c85cf6a289029ac 0.05 MB 163 9
149,286 149,286 00000000000008dc4bf11f0c776884eb8519b6e597aca3091cf6657d56ece7a4 0.04 MB 78 97
149,285 149,285 0000000000000422465225f883cd69bfe07a0464053380a3ea134a3406e831cc 0.01 MB 19 62
149,284 149,284 0000000000000784252259db25c845e915b766cab721bf43ee802c37afac2b9b 0.03 MB 63 95
149,283 149,283 0000000000000758d99422eea9fc629d33af4dc677b945ff8428f6a6edda2fd9 0.01 MB 41 373
149,282 149,282 00000000000000abd1c61e066dbc765911949b70b14df52a786777d8c3f8a229 0.00 MB 6 365
149,281 149,281 00000000000005bf2e24524686014d98b8698a630ad645b66b2c13cb8a42ce08 0.04 MB 100 320
149,280 149,280 0000000000000133e4a7a0b81ebec34ef1d08aaf3bd112da7da57d12ab6e3f56 0.05 MB 174 28
149,279 149,279 00000000000001b4d7dab8171a22a1ea8f5777436105f31851594a2d4703f2cb 0.02 MB 42 387
149,278 149,278 00000000000005fd17371cf6ab37c9b2f2fd078c65eacdb05fdc64dbd5a33fa8 0.03 MB 51 149
149,277 149,277 000000000000031f8e2dee258b1fc605651d63d2f8ad1c128760ae72113d01cc 0.02 MB 18 99
149,276 149,276 00000000000005c3a8b0e777e8b768cc444edf159355549a8e2b6e633ab98a1d 0.00 MB 5 31
149,275 149,275 00000000000001bc7588b2ae50a763cffaf2617893424a62d705f91bec3858c4 0.00 MB 2 0
149,274 149,274 00000000000005b698e1eb95d5be5ced480c8c64f991abdf4e1fea830be8939f 0.04 MB 168 43
Previous 10 blocks ↓
Total Size: 769.00 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,616.91 GB sent, 92.84 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.