Memory Pool Memory Pool Refreshing

3,072 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 6/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 ago 1.00 vMB 2,537 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (686,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,815 221,815 00000000000000cbdc766686bdc3594a527629a6da8f8b4bc0b008dc3d7aa6ae 0.04 MB 61 142
221,814 221,814 00000000000002ddfff63aede7918cbf8447ba153aff42b3293c22ead071508f 0.09 MB 169 161
221,813 221,813 00000000000000c087059a02e3af859a944f049a2f10fc650b3df919b8fabbc1 0.22 MB 559 209
221,812 221,812 0000000000000290e30b0d71359e72251509dacfb0e4fb77e712598b01265432 0.09 MB 102 80
221,811 221,811 00000000000003e230a55729ee0c029c98d9aa6f2d4501f544c904af7f1ece8c 0.06 MB 174 114
221,810 221,810 000000000000016d43420b93f24aae22b17ca77bce8434177157f6a7594ed4e6 0.00 MB 9 462
221,809 221,809 00000000000001c57e25e36e4587bd76e646b0962041ab68f53fdb8c5df0ea15 0.21 MB 393 162
221,808 221,808 000000000000011fa1ecda666adca9e37874bfb30330c3ceaf8f0a7b0439c6f7 0.05 MB 115 130
221,807 221,807 00000000000001c55fef45baa8c90edb7b0370136363fa87e7b472d7132a7b77 0.25 MB 684 223
221,806 221,806 000000000000043e452f1c5af6085097b0e43d4782bce9eb6e2700a67f3f969a 0.17 MB 382 169
221,805 221,805 00000000000000f994faef37bf7a45d052eecfd10d2b6a4942b60c8c2a26c878 0.25 MB 522 195
221,804 221,804 00000000000000379c81a213aa6f984b9e56f735ca8dbc9efdf897c6ed337f03 0.05 MB 121 120
221,803 221,803 00000000000003ef7f20a8279cc70d8bbbd25e75ce97552df292827fa3f9c9b6 0.23 MB 464 173
221,802 221,802 000000000000010ca6322fefd11b409e231da88183fe92ec6a403bc45aa11754 0.25 MB 556 225
221,801 221,801 00000000000001960077d3151b0d14fec04f63ef4c8df8da2d177ae91c733a10 0.02 MB 62 223
221,800 221,800 000000000000031150d3d8b70791f766fee7e411f98d6e253053611806c9b4c0 0.21 MB 519 194
221,799 221,799 000000000000021bbb0ae9eaa55603d9288ca30542c54faf98586901ff98843d 0.02 MB 23 73
221,798 221,798 000000000000010294df0ffad9e979641935f044d7fb37e87f34dfc961bfec69 0.19 MB 471 193
221,797 221,797 000000000000009864980398d098a3c9fd1614534d626208918e2992db3caaee 0.11 MB 186 126
221,796 221,796 00000000000002c020300d73a02ca56612d36de249fb43656dc00a47f4523d56 0.21 MB 454 205
221,795 221,795 000000000000009e1a9391f0ac26cbcf5e4700ffab4f762b389da81a9d68bec3 0.02 MB 51 175
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, 114 incoming
  • Data Transfer: 1,642.59 GB sent, 94.42 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.