Memory Pool Memory Pool Refreshing

2,909 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,964 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,963 (658,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,539 249,539 0000000000000021271791fbcac1485c0b26aa7b5ad446719fa568dd0ea864a4 0.07 MB 174 146
249,538 249,538 0000000000000042a5aadb6d9ba85a30d490cc3ec80a4e9de2e2bcdd2476cb8b 0.24 MB 512 64
249,537 249,537 0000000000000066fd3e09e1dbc7136f66d99c9f7439f732f02ac0221fcc17af 0.09 MB 166 111
249,536 249,536 000000000000005daefded64e1f73035eacf954f5a82cea1dbdd8ca52e6b2d37 0.11 MB 285 124
249,535 249,535 000000000000000340e82be6aa1b7da51270e7face1100166956ee5a5f432206 0.04 MB 85 95
249,534 249,534 0000000000000017eec8abad28cbc57046264155b5af717c5797447a56ce99ef 0.08 MB 166 93
249,533 249,533 0000000000000057bb84a96c698af2fad4b80a0e23772383fd5d82ea86e63051 0.20 MB 437 124
249,532 249,532 00000000000000475b7a7f6cdbd8855f4c3de82d8f0010589e4216d7d6728469 0.19 MB 406 175
249,531 249,531 00000000000000116ebe7e569b2c4e949df6a9292c2877853dfcff5670fa3fd1 0.04 MB 82 126
249,530 249,530 0000000000000057b83a2e34e604d200b1a438d7a95580e56e1687c44dc26b63 0.08 MB 174 136
249,529 249,529 000000000000006534c43a58703474c3e5615ed169807b66e108c74292fced27 0.13 MB 335 141
249,528 249,528 000000000000000f2964b3b7075349a9b511fa18d179e238e47dbcb9ee4f71f0 0.06 MB 122 146
249,527 249,527 000000000000002b35d7e28898463a76f8705c5c4cf9c4bdd332de51faef22b4 0.06 MB 155 235
249,526 249,526 00000000000000178887d992438758a9e6317c9140de2c3e385a3e1899e9cd7f 0.18 MB 539 185
249,525 249,525 0000000000000038c1106fb5e42058cc2831b689508e1b6ab4d42f1ce98d731d 0.33 MB 665 96
249,524 249,524 000000000000003cae603065db3807ca8401abf038ce9e61496b8d87ba014714 0.01 MB 22 95
249,523 249,523 000000000000003f3e9722ce581723b333fb136562e96b5a60c34b21e9fc2d70 0.06 MB 101 93
249,522 249,522 000000000000002b3d3591986d690e1923ebb07a9c9325c5c9f7973142a84837 0.01 MB 29 71
249,521 249,521 00000000000000331589bb02407f3fb6cdb6377d1f8a8ceb788fa6ac36652eed 0.02 MB 41 12
249,520 249,520 000000000000006a7a4570927276399a3f3849fbbad512164c85dd4d8ad017e6 0.25 MB 677 107
249,519 249,519 00000000000000028f73558c0557a48aab46d9282a9e7f64824e5a58441a3055 0.12 MB 272 123
Previous 10 blocks ↓
Total Size: 769.48 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,646.37 GB sent, 95.33 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.