Memory Pool Memory Pool Refreshing

3,176 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,826 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (11,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,189 896,189 0000000000000000000191b43d0712ca931647eb0275931560a994af219e3f5e 1.81 MB 2,003 3
896,188 896,188 000000000000000000004ec37e74482ced81aed14580fea8ccc8ea9d1640b2aa 1.55 MB 2,672 4
896,187 896,187 00000000000000000000f8f9b6220f37d5b72b8d78afd61c06f837150b5b93fd 2.21 MB 1,038 1
896,186 896,186 00000000000000000001567daab173d6ffae12f4a422ae4c23fbb762fae72216 2.24 MB 696 1
896,185 896,185 00000000000000000000d17d3c62b253763141c3cae60e0cf27fc6a109fed599 2.32 MB 468 1
896,184 896,184 000000000000000000020b3b529a7c3f11da7c7b718fcc3b48e4892c2006d186 1.90 MB 2,345 3
896,183 896,183 00000000000000000000aba6a0290222dfd6dab4aa32f73d057e23b29a457f5d 1.84 MB 1,952 3
896,182 896,182 00000000000000000000798d6dc86d903462e2b8504f4ea1a5581d50f11c8e5b 1.78 MB 1,705 2
896,181 896,181 000000000000000000005c26fb3e772a3e22f8d3524639d74791f772cc87e672 2.19 MB 45 1
896,180 896,180 0000000000000000000247e970da9f137a36b19bd9e1c3a8cbcc4581ad98aeab 2.05 MB 763 1
896,179 896,179 000000000000000000021903923812c68930f9f864baf360ab940a4d95c6cb78 1.64 MB 2,821 3
896,178 896,178 00000000000000000000271090e3da5aa0f51121a898136151e039205e938fd2 2.15 MB 805 1
896,177 896,177 0000000000000000000136083152891044120370ab7f0a17358026b60edddb91 1.55 MB 3,133 3
896,176 896,176 000000000000000000002f4f166f451d1bab4b1a6f907fd3fe9bb31273b99ab8 1.83 MB 1,517 1
896,175 896,175 00000000000000000001a0dabf735b12d1d14b292fc8adc2b6768b884ce7102d 1.58 MB 3,275 4
896,174 896,174 000000000000000000024b3d197cc5d8ee3e42b466b8b4fc90110cc3647f9a9c 1.64 MB 3,603 4
896,173 896,173 000000000000000000002ae2d7ae79f7e4191858510037ead3788f95b74eddfe 1.44 MB 2,748 4
896,172 896,172 00000000000000000001acd3b1b38a786c16e902713364c4bcb3cc32e6f05946 1.47 MB 423 1
896,171 896,171 000000000000000000016f12a03f2b15acd92aa979794f0419cbf3502432e742 1.23 MB 999 1
896,170 896,170 00000000000000000001e70f25e304b86e6e9c3706cfa5acf8dc18c93dc4567f 1.05 MB 276 1
896,169 896,169 00000000000000000001349234a947b650580798734bb78bf1b381d4640e55b7 1.73 MB 2,810 3
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.68 GB sent, 93.89 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.