Memory Pool Memory Pool Refreshing

976 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 963 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (670,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,426 237,426 000000000000012606e94582660814b6282edcc23fc42008cc07995eb3f9904d 0.21 MB 400 97
237,425 237,425 00000000000000eff9714a5f5436eb0382db64975bc5f6fc2305cd53bd1eea63 0.25 MB 794 188
237,424 237,424 0000000000000063733eacb2eb12a347ed46f977bb6bcd607fd6d10a562102d5 0.11 MB 231 119
237,423 237,423 000000000000006d3ca2fdee759e7a98a3e3c796beb8f97216aa3e0a100fd12e 0.25 MB 238 83
237,422 237,422 00000000000000b44d77ae5f72b051bcf80aa8787209fd2becae1aa09a838a46 0.25 MB 454 145
237,421 237,421 00000000000000637d76ec4f30b743bf63716e08fc65b38af89df824e9cacd02 0.25 MB 727 241
237,420 237,420 000000000000009609123f13a2a90eb772ec2fab6e8c253356bf958ee5934072 0.23 MB 442 166
237,419 237,419 00000000000000598ba9f452a4e99736e9e5bf8912223c52690cd7a8dec3bea0 0.25 MB 543 166
237,418 237,418 00000000000000b423a1de9cd8e55160983cb1898188207825b4dcdc69f124cd 0.00 MB 5 48
237,417 237,417 0000000000000107ba7707a2a2cfa97acbe8e4952a3338f68865cd7c5795389b 0.25 MB 582 211
237,416 237,416 00000000000001055ce91e2a2a9429eadc418acdbeaf153278a47dfcb2fba76e 0.12 MB 164 76
237,415 237,415 000000000000004b27d164492ad79ba0f0a8d0cee52e2a8f53a56e928946e7c7 0.25 MB 693 233
237,414 237,414 00000000000000891c77ca25780eb2d7cee1a6b55fbefaaa83e8d0589938828b 0.13 MB 252 142
237,413 237,413 000000000000000ec4c48348a8d4419cffe704667b3013a3a07bac6e1ef3fec4 0.25 MB 278 67
237,412 237,412 00000000000000c7450a876a9cef869341d877031416239bce24a4c783983d8b 0.25 MB 669 198
237,411 237,411 000000000000011c6238ba7a5c9c6c94fd50498cd66e8178b7e05badb551b1b3 0.25 MB 677 220
237,410 237,410 000000000000015a0d88c0c994375fe6d7e6137e0f71b1ff2c4512149795fdc9 0.14 MB 312 154
237,409 237,409 000000000000015a958219acfada98e9881664f54c0ae4401f0eeaadfa4e0e00 0.07 MB 143 90
237,408 237,408 0000000000000150e4eb78650aff9848cb0d79474eb09191098d68383960050d 0.25 MB 450 132
237,407 237,407 0000000000000042943206e235fb5aa2b225d3241539eb6e0f1daff9a675faeb 0.30 MB 415 94
237,406 237,406 00000000000000d87c2f1226dfde36c536c4c11288cc949d3bd595ea3ea5fbff 0.45 MB 652 127
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.