Memory Pool Memory Pool Refreshing

4,828 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (613,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,440 294,440 000000000000000028b355d0ce7370a57533ea5788dceb1f2d10ba0562967a86 0.11 MB 183 27
294,439 294,439 0000000000000000520784feda6588bcfd9b9cff30ff19d3a052caaaa073d9e8 0.29 MB 483 25
294,438 294,438 0000000000000000a01548550a93882d3c5fea6d4657cf3ca408a34a8d30133d 0.12 MB 256 38
294,437 294,437 00000000000000003f79d5362c116160bb40b12e3c5e4cf91e0a0f42cddc112c 0.25 MB 556 39
294,436 294,436 0000000000000000605b1ade3c5685dfd7cf89fb08a0f75e2330a497995407f7 0.09 MB 253 35
294,435 294,435 0000000000000000ae61cb2a9bdd283f59d8d1b24bad60664a523c75c48c8ca5 0.22 MB 184 20
294,434 294,434 0000000000000000149395d61505594f67aa1b9623e40b9cb280ccc6a646b1f4 0.41 MB 237 20
294,433 294,433 00000000000000003408f267b5eb70023ac14beea56cffe8422f7d308751dd51 0.35 MB 508 24
294,432 294,432 000000000000000027e3f7bfc2ca99972aabdb7ae0a66cb697e66c7b43e4cd74 0.35 MB 843 39
294,431 294,431 0000000000000000525d3fe3dcb6e08de102d36b51f466f689e33c869049c547 0.08 MB 77 16
294,430 294,430 00000000000000001a26c7567a8aa5200dab9bfc14def29b1551080a4ca70e26 0.07 MB 128 21
294,429 294,429 00000000000000009a1b88a8e7c4888f2c7885d81cd48fe96d53412a74b9e305 0.91 MB 1,196 32
294,428 294,428 0000000000000000877b2551f348e012ac24770d96594fa1f8b9e79668581bc4 0.20 MB 150 13
294,427 294,427 00000000000000000622e688bfc9fcfe448573b963e6f5029655632c17442fb0 0.50 MB 512 47
294,426 294,426 00000000000000007caa9b2153af76c5ca02c132582315adbcbc021bc8506779 0.35 MB 1,074 55
294,425 294,425 0000000000000000096d88ea74cdee79291767db5d305c522aad96b2ad2a9899 0.12 MB 87 16
294,424 294,424 00000000000000004a53e111f3646691a74016d0eab8ebf45c3e5faf8c0dad09 0.35 MB 328 17
294,423 294,423 000000000000000004d9f11b421948fb96634eec05a2477680de85c906556f4e 0.17 MB 512 56
294,422 294,422 00000000000000008451baa3663eda23b676ab5dbd866b0c9c455ce6aba68757 0.00 MB 1 0
294,421 294,421 0000000000000000239be005788bbdaa8518e09b2c7e51956641a5efd7d5f7e2 0.10 MB 85 15
294,420 294,420 00000000000000004913a3c3215184b571d441e1d7a9ef900a47b96c29f43e61 0.05 MB 128 41
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.