Memory Pool Memory Pool Refreshing

8,113 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,876 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,741 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,875 (27,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,371 880,371 00000000000000000001319e12e7bec1de6c5d3ce47948084fdfbc7cc260fb43 1.60 MB 2,852 5
880,370 880,370 0000000000000000000185555ba6ecd006b9c30f4d93a376e45808d0446a3d83 1.61 MB 2,606 3
880,369 880,369 000000000000000000016fba961e5188d755d4579b4bdd7d5b94bc07625aa630 1.65 MB 2,595 5
880,368 880,368 00000000000000000000425189804a3fd103365747e8ca827a10bbbd294069ad 1.68 MB 2,986 8
880,367 880,367 00000000000000000001999896a0ee39fba810c7e39a65c1f6d433447af99cef 1.81 MB 2,814 7
880,366 880,366 0000000000000000000201bfbd7bcea962b30008686486981980ed9bf19f4503 1.64 MB 3,353 5
880,365 880,365 000000000000000000011857e3fc3a2d46640b8917723c25620c5ab5c5366719 1.75 MB 2,667 7
880,364 880,364 00000000000000000000495b9c155cdefc421a7acb06d719bc469813ccdd2193 1.75 MB 3,216 6
880,363 880,363 00000000000000000000901d003b8c98d2f9fe3ab84b87fd936b894de150aefc 1.62 MB 3,525 11
880,362 880,362 00000000000000000001c51047b0c2801a443fe9c47f9e4cc51d814668ce7325 1.80 MB 2,573 8
880,361 880,361 000000000000000000023eb0ccd8b31eb26184480dc0c221a74b6690f75e5d88 1.81 MB 2,419 5
880,360 880,360 00000000000000000000ed86e7ada77857e3b3ca10ebf395de310d5c324d0b87 1.64 MB 3,118 5
880,359 880,359 000000000000000000026b173b5e1d8cb7aaf26c72a8d1e81b78c5c73c408e05 1.78 MB 2,752 8
880,358 880,358 0000000000000000000050691d99efd0038ab7db91e716d672a9d24d938dacd1 1.62 MB 2,767 3
880,357 880,357 000000000000000000024117b653a64b26dc82874f5e61d052dc6144ff87f475 1.76 MB 2,189 3
880,356 880,356 00000000000000000001f14255318d3b5b27e0b9057ba0fbfb625e9f76b0ef6c 1.90 MB 2,269 4
880,355 880,355 000000000000000000027d56fb62e21d05bc0626334ece51e780bc68b5e7e1ea 1.74 MB 3,095 7
880,354 880,354 0000000000000000000233c11341634bfc62b02fd6048a88e4e3b7450a4a2004 1.79 MB 2,935 6
880,353 880,353 0000000000000000000081b648c623b2c91a203e9cffcb159cdbf9e64e0e8244 1.81 MB 3,151 7
880,352 880,352 000000000000000000018a0d6767e39eb12b8333cf77b394352ba83211117bfe 1.71 MB 2,468 6
880,351 880,351 00000000000000000002731af89d6eebfe7723c80491f532122a0b233369c144 1.65 MB 1,726 1
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.81 GB sent, 94.51 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.