Memory Pool Memory Pool Refreshing

1,119 transactions
3.39 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
899,707 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 1,069 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,706 (3,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
896,168 896,168 000000000000000000009fa051d32556013b7ed3db254dde9e24513f1433886d 1.62 MB 3,402 4
896,167 896,167 000000000000000000005baac94d5eb79e2717148855117a7b7d7d87d1068c80 1.78 MB 2,651 3
896,166 896,166 0000000000000000000168b346d75c5ced2f7ccbfc37595a91bf9040461a9dd0 1.56 MB 2,620 2
896,165 896,165 000000000000000000006a7b5797987560458cc54fcbe7ffab46b1eb045e32af 1.78 MB 2,950 4
896,164 896,164 000000000000000000002cb97d5cc947266944505126d43505cace95cbc60af6 1.64 MB 3,060 5
Previous 10 blocks ↓
Total Size: 755.46 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: 526.96 GB sent, 25.93 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.