Memory Pool Memory Pool Refreshing

4,484 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
907,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,709 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (707,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,618 200,618 000000000000031e8be3139e0aca3f1fae3e9c892ef836fe57076b0011ff4e4f 0.05 MB 104 57
200,617 200,617 00000000000003a0d033739b85975705b9faa8f984871707db134ecd0d38cf79 0.18 MB 514 139
200,616 200,616 00000000000001bccc80104eab51e01008387675e55a945719f6606bb51cee77 0.05 MB 122 57
200,615 200,615 000000000000049b8851cab01930d85b4e3838b4fa60b90d0fac7e3617b57061 0.25 MB 250 78
200,614 200,614 00000000000003787aa6334bf2caecafef08558d78f03296c424c3bb7019ef68 0.21 MB 528 131
200,613 200,613 00000000000001ef53026a5779c107a3bf0c968303b2188822d68883e3018d4e 0.05 MB 148 148
200,612 200,612 00000000000000fce5cd0cb9d687c97611cb3b8519a95a5fd9531b79f6f7d690 0.02 MB 86 80
200,611 200,611 00000000000004fe745d58525ecafeda8b173ae487bb7fabfa912e0be3ae6a1d 0.21 MB 536 245
200,610 200,610 00000000000001e46b2542c7406f3c61053846876e808748b4cb8c2606222e23 0.04 MB 80 114
200,609 200,609 00000000000004b3f604a2398c8fe3742568d5346933243f7fbc2ea23ff1ac3a 0.05 MB 142 63
200,608 200,608 00000000000003c633f23067eec2638bdccd2577c93fb19ddf0ad0fb2818ba98 0.01 MB 20 69
200,607 200,607 000000000000039cc66072b1140eeba61922a3d2cd031945db6898e375878538 0.01 MB 29 95
200,606 200,606 00000000000004c90aa23b9f88205c50feac6c97394e7fbfe8d7c15d399d1bf7 0.02 MB 30 90
200,605 200,605 00000000000002353f2f00e00275a8d48e0b67b5b9654969a6d76ae89f4201a9 0.04 MB 81 87
200,604 200,604 0000000000000026524eb5c6bda39dcc67e1c751fbc6978a777ef911b713a508 0.11 MB 270 133
200,603 200,603 00000000000003c37f89f8fa927d2b9c31bd804fba830b52f432e071ff47af21 0.15 MB 383 191
200,602 200,602 0000000000000429ec561746c64ed8388584bd7774edcd4703ea0272fd19a9dc 0.40 MB 1,081 132
200,601 200,601 00000000000001a9bd722a2b52f0861b6abd496a2a394f5cafe95541905e172e 0.05 MB 150 371
200,600 200,600 0000000000000466935bd1a97a91eee072044345f42619b1da515bd249f2c5ff 0.00 MB 8 148
200,599 200,599 000000000000032e6adef6b4769938272ffdbf2c8a4ed92e9bbfb237088442f8 0.02 MB 91 12
200,598 200,598 00000000000001b94518c6408373b0ab80cd9c4c323d04a1abe01bce7035c71e 0.16 MB 356 130
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.