Memory Pool Memory Pool Refreshing

2,489 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,023 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (645,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,013 262,013 000000000000001108310641b59c0cc48b40add73a64d1cdac17c52254b388a8 0.07 MB 202 111
262,012 262,012 0000000000000019817d721c74ec033855fc739288b23658a784dccf2eeb5af1 0.04 MB 88 95
262,011 262,011 00000000000000099c2d86fc64e81259e04f7f9fbd22345e7f75c6be8cd7d922 0.10 MB 232 114
262,010 262,010 0000000000000003ed847be72d79c7adb11b9def31dabbd9e09874cdb3927c59 0.02 MB 43 49
262,009 262,009 000000000000000b3a0dc3dc5df35d5bf6570482520eab49eb024e1bc6d3e5a7 0.09 MB 199 92
262,008 262,008 000000000000001545e6433bdb37211491a83af9cad15dc4e80a096f797952a2 0.15 MB 53 14
262,007 262,007 00000000000000041dd5c77a082949a97c7fb78645095d8ff0047e5d05619da3 0.05 MB 91 55
262,006 262,006 000000000000000c5b3a9539c069490d05db3c536e0ea3c43b23dc6076f42682 0.24 MB 469 92
262,005 262,005 000000000000001b4ec883234163687e169a9129ded0577e4f2a99d6112fefcf 0.25 MB 472 92
262,004 262,004 0000000000000012ec70d38ce56f08767fc56c1bb95fa2db9568d4d5574fa122 0.00 MB 9 112
262,003 262,003 000000000000000e2c6892fb5c5735fa8c1145efd451c54d3bf4f8544b888d6c 0.15 MB 106 22
262,002 262,002 0000000000000016a5790623afc24c95f8e6b282e256b01ebae91c6ac5586628 0.01 MB 24 32
262,001 262,001 00000000000000153388f79e68c8a5b974c6b73d0666ed6d75461af43c75aa81 0.14 MB 261 63
262,000 262,000 000000000000001002ac67e026c523c3779b1ff2e3b9e2b7bfa6022ee1afae2a 0.11 MB 222 89
261,999 261,999 00000000000000112bf597c03e57fb716320d5359a8f368aaaf8ae6d76628550 0.00 MB 2 244
261,998 261,998 00000000000000071fee30b8e1c1d9d334685fa325ad3013db4c5920514e99e7 0.15 MB 275 80
261,997 261,997 000000000000001063219a70fcbf6aed605f6b1c519e1bc3dc30c91a60d02344 0.06 MB 135 73
261,996 261,996 000000000000000f72abb453043134d54a18cca9389035f7f6d5f66d55c31f5e 0.07 MB 140 98
261,995 261,995 0000000000000008c8254064c5fbc84dee23d453c2e8022074c3b6743b37524f 0.03 MB 85 64
261,994 261,994 00000000000000097ae3f2506ed12f8503893060c8e76467b3a1e0b2b87fdd88 0.01 MB 27 107
261,993 261,993 00000000000000035ce7303dfab674fd38cc3169ad71b2a377b3cfa891bfe514 0.10 MB 214 92
Previous 10 blocks ↓
Total Size: 769.30 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.59 GB sent, 94.41 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.