Memory Pool Memory Pool Refreshing

1,194 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,011 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,163 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (716,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,407 191,407 0000000000000393c37d5fb874795268d99429eef60d4a454740e4b734d76848 0.14 MB 370 132
191,406 191,406 00000000000003c1e3546fe7793dc19cab42d26aa59847090292061a20ebc21c 0.05 MB 131 111
191,405 191,405 00000000000001be56c5ccbf4c8e274abd563fcc7445268958e2df1d3a8d6464 0.00 MB 5 109
191,404 191,404 00000000000006ffca3009a3dd047be2210050783443f1a3d9a29f26a7d70fab 0.10 MB 200 138
191,403 191,403 000000000000045e353da4b8e3251d7c6e6e9acfa789d9a0e33ace6a6a8dbee4 0.03 MB 101 47
191,402 191,402 00000000000007b21afd8e06ca719a1e004668c5de5d48f28d841a6acfeb00a1 0.14 MB 406 138
191,401 191,401 0000000000000673bac8fe24f545de12efa39dfb68efc3be18c2757717ad600f 0.09 MB 213 115
191,400 191,400 0000000000000203ff8dee3bceda4f478110ac8ea2a47f7bfc3f5e546580ea9a 0.03 MB 64 97
191,399 191,399 0000000000000349e056c2c6eab5356f8200aab11ca148fcaf46800079cfdd12 0.00 MB 1 0
191,398 191,398 0000000000000506bf847d0a1fd3b2c07bb32e2ecf7a128781f29116dec601e4 0.04 MB 76 92
191,397 191,397 00000000000007d42072454c441369a1814c5d659c3cced6d41a6c87378f280f 0.12 MB 261 137
191,396 191,396 0000000000000428fbb16245e7e9dec112936d9ec147bad23fc4a8abbd3553e1 0.01 MB 25 81
191,395 191,395 00000000000005925ea3cc14e511a48b22e8c816f815fdde193dff0eb62eb510 0.15 MB 312 130
191,394 191,394 00000000000001fcb1aba833ad55893fc1e4f9dbcd260caea292eb7f44d7cbd2 0.20 MB 458 143
191,393 191,393 00000000000001c5cf5dd81504dea6b832c401ceede7d67a8c9ffa2bcd778970 0.05 MB 114 81
191,392 191,392 00000000000002449515fe615231cb7e0fee79e0d91c2a68b46645a8fe6d32c0 0.01 MB 32 186
191,391 191,391 000000000000055cbcf9ad1ff460d4dd02598af8e7418ccde9c5ec2027929678 0.00 MB 12 17
191,390 191,390 0000000000000834a05851721611a428efbd460a537cc247688eff1f5a549677 0.21 MB 528 145
191,389 191,389 000000000000026f4490ddb9b07815b5f1e6a92412e0ae1a8523f7a55df29f3a 0.01 MB 45 121
191,388 191,388 00000000000000f41b0d0881c7d8098795841f492a83e9253f22ea111614e671 0.08 MB 153 107
191,387 191,387 000000000000046005039aaf812be37198a3ac27933844e91e1d6216124f24b0 0.00 MB 11 37
Previous 10 blocks ↓
Total Size: 769.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,649.47 GB sent, 95.77 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.