Memory Pool Memory Pool Refreshing

5,655 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,767 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (577,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,812 329,812 000000000000000007622cbf6eeeb31999b0ec271b46aad38786da198fbccb61 0.38 MB 703 27
329,811 329,811 0000000000000000181116fbab2fc750c1f430bebcd2e18019989b351b92c40b 0.40 MB 252 15
329,810 329,810 0000000000000000109f76970d112e803aad8cef5b517649936c4dae1fccda53 0.25 MB 551 30
329,809 329,809 0000000000000000144742c86b34ff86574d2d29b16fcbe2eee8c82424e932a3 0.40 MB 714 24
329,808 329,808 000000000000000013cf37c6b4717710450645d40d8b51f5c3bd94ef12ea7fa4 0.02 MB 64 4
329,807 329,807 000000000000000015af5448ab808c497e44c9d9efaf0c54d8cfc60c2cfd705f 0.23 MB 385 24
329,806 329,806 000000000000000000e8a8d9d3cd63f6d683523fb3831e8d4e81b75da94e6895 0.10 MB 136 18
329,805 329,805 00000000000000001377d34f94f0160ca856c6d6f49ad660dc1ed0a3ebda11a9 0.34 MB 598 26
329,804 329,804 0000000000000000060f1d7c63d07b5aa84fdaadc842cb056e429bcea32a1f64 0.66 MB 682 16
329,803 329,803 000000000000000014d41598600f23948587e9a0e176678ba1569a47ae38f2ec 0.11 MB 114 19
329,802 329,802 0000000000000000090b874babf53a56e97b0f9bfeea6263f45c308887334a81 0.28 MB 719 36
329,801 329,801 00000000000000000a3b20df2d03dcf855e8df3dab2dc65de87d6f5ba8d29f0b 0.09 MB 152 12
329,800 329,800 00000000000000000fda93caf96e424667a4fc20f734bfb134fb83c816fc9f0a 0.15 MB 249 23
329,799 329,799 00000000000000000721d78fbaf9bc5f3d9b44ae370d350f83df937ac115f273 0.15 MB 107 16
329,798 329,798 000000000000000015e8d803448e6c3a2081bbc467965edf3a0318492044c7e2 0.22 MB 254 19
329,797 329,797 0000000000000000035746e2d9f913a98e8e9d2abd4a100e779e521daf0e31da 0.10 MB 59 10
329,796 329,796 000000000000000005f99076a46cd1f28e92d4f9a55a0b0fb8848e988d7c7553 0.25 MB 414 23
329,795 329,795 000000000000000007bf8fc0497be40fc2c549cf5342b9e462f72da405ccd67d 0.23 MB 285 21
329,794 329,794 00000000000000000d7f3ed45bb04eb24a5cf827e64b7e77b40e87398864fe5b 0.23 MB 301 19
329,793 329,793 00000000000000000683af39d0cbf8557bd600c5091118bef97585dfd93adf0b 0.72 MB 1,243 25
329,792 329,792 000000000000000005ac23af0fc14c64d093611e9664699f92605155b1e2fd0f 0.64 MB 557 15
Previous 10 blocks ↓
Total Size: 769.18 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.65 GB sent, 93.87 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.