Memory Pool Memory Pool Refreshing

3,291 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,946 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (319,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
588,469 588,469 0000000000000000000220b33aee2e262c4fd055dfefb83bb0ef01f2370c0ba3 0.07 MB 210 15
588,468 588,468 000000000000000000034229505da1d6886762d4ee544ca70ab9816438fd7020 0.02 MB 40 23
588,467 588,467 0000000000000000001c947e888b71a298aaec108ac04b62aee1da41f29abd66 0.44 MB 1,166 15
588,466 588,466 000000000000000000105efc525488f5a49f52f6880622b9f2dd43bf6e71f3c6 0.92 MB 1,975 9
588,465 588,465 0000000000000000000babeb20a3f998243e7c616540e032070059f8ac4e7e2b 1.15 MB 2,807 14
588,464 588,464 000000000000000000154cbc01d3269d2fc5aa87f51fc083ab3f05ffdbc98193 1.24 MB 2,848 16
588,463 588,463 000000000000000000072a8afbeeae860ac97c8def57b0b5e7d2e60a1f4edd00 1.20 MB 2,889 16
588,462 588,462 000000000000000000010e9a70c51d21751ee93d307ec04e9f8e7d602265ffcf 0.24 MB 568 18
588,461 588,461 00000000000000000006782f055cadcc1706056d0a2d6a3d601d570601fc5df6 0.72 MB 1,959 11
588,460 588,460 00000000000000000019792afda658ba31049ca8cc20c061bdc491056d2ef6e5 1.12 MB 2,795 8
588,459 588,459 00000000000000000010c13ba02b48ae9ce8f9e18a092263cce5d842210a50bf 1.23 MB 3,089 20
588,458 588,458 00000000000000000012aa15c25b08ce37da5b3fb718a0b22e33652c7e2fbee2 0.41 MB 1,143 10
588,457 588,457 000000000000000000181cffff1b4406861b4e1e12eb2c558482f2bfefcffbfb 0.22 MB 629 13
588,456 588,456 0000000000000000000b0bfac93fb5f8c6417d104d240b39556a2387a69fedcd 0.27 MB 350 8
588,455 588,455 0000000000000000001769be8336d0fd94e80b0fdbf2b7c6b737f147677087d4 0.93 MB 1,366 8
588,454 588,454 0000000000000000000f57c54cefe0233d187b26c67f6d22d5085151aed4db3b 0.98 MB 1,165 9
588,453 588,453 0000000000000000000288c6a47bb97fb05e2fae87a3c61953a67c5c4f001364 1.09 MB 2,756 15
588,452 588,452 0000000000000000001238fefbfb5a282934e19bb7d02a64222c2222fa28106d 0.79 MB 1,706 11
588,451 588,451 0000000000000000000b3db92f0506f93181becc1ba50ef65e6e31a79269f5da 1.20 MB 2,764 13
588,450 588,450 0000000000000000000a627259f7f0f3ac8a88984f64b6296b78162933289fd3 1.31 MB 3,000 15
588,449 588,449 0000000000000000000606127077ff2b9f0497064d30920dc428f0a15e65cb74 1.22 MB 2,621 42
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.