Memory Pool Memory Pool Refreshing

6,617 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,141 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (16,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,274 891,274 00000000000000000001dbe9b9802d874196c88d3490d7dac93fdc485213ceac 0.15 MB 348 5
891,273 891,273 000000000000000000014e87dc24f55914a211821bf4b29312c15d321a7991e6 1.35 MB 2,259 3
891,272 891,272 00000000000000000000baac5576f531dc8adc8196e3c073eb517cfdb8e5b054 0.30 MB 712 1
891,271 891,271 000000000000000000001e24f1dad05e8fab0caabec6cf0d446caad4b3222c55 0.85 MB 1,837 2
891,270 891,270 00000000000000000000aa6950db24c4e6f2ef526e7ff2f50fc0ad929aef34bb 0.70 MB 1,293 2
891,269 891,269 00000000000000000001aa49237af11b3b443ddaf73c8fe72d042b978aae208c 0.72 MB 1,324 2
891,268 891,268 00000000000000000001217ceac4106e3b0483d9f32a33477a8d9dd2565a8941 0.77 MB 1,982 2
891,267 891,267 00000000000000000001a5cd8822727030a2b93eb742e95395b2d0dfa84977e9 1.67 MB 2,950 2
891,266 891,266 000000000000000000024f60c46e3864f58125beb6fdba9e94e40f237589ef45 1.12 MB 1,951 2
891,265 891,265 00000000000000000001bb68476c02cac2c422fd46d949a26b5aa8061ec3df53 0.22 MB 521 2
891,264 891,264 00000000000000000000452a742c01dfe0eac6bdfcfd947e4b6750c0f466dbdc 0.42 MB 776 2
891,263 891,263 00000000000000000000137be6625190a3f31bea365e3cf7f37754d0b6d28cc8 0.08 MB 222 2
891,262 891,262 0000000000000000000092478c0c4fa1dc7ee7f43e5e92710fc89c9d06823f26 1.77 MB 1,418 3
891,261 891,261 00000000000000000000a2f42490be2238fd739a0cf0ce195448f745a8bff96c 0.31 MB 772 1
891,260 891,260 00000000000000000001d1c2f79409194496b912b51c5711893eb2db3e7b50a9 1.25 MB 2,198 2
891,259 891,259 00000000000000000001435e52b0ed1768cdccbf81bef5cc7fddf605e4b504e4 2.45 MB 2,608 1
891,258 891,258 00000000000000000001a0a3b005e764e2d07f642b4cc8b21782b74b7d6e2fc3 2.60 MB 1,810 1
891,257 891,257 00000000000000000000a578baa80a31f5f1d7d48109212ba17c5e6b91029695 2.67 MB 2,253 2
891,256 891,256 00000000000000000001987dd430960365cd030de536432b2d184ae09d28a20e 3.15 MB 1,423 1
891,255 891,255 0000000000000000000149b379a55b979d8e3b961a54394427f967652321fc66 1.79 MB 3,497 2
891,254 891,254 00000000000000000001ef272272154064fb2ddd58e61b8795abb4d5c3cce3b3 1.79 MB 3,122 2
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.