Memory Pool Memory Pool Refreshing

4,501 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 (674,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,667 233,667 000000000000002ac64482eb776caf3424f1c96645ef527a9a31eab401bdbe22 0.03 MB 70 188
233,666 233,666 00000000000000758fcedca5be82d6c89eb6aeac4484a4a36820c09dc80a3962 0.04 MB 104 199
233,665 233,665 000000000000000d42bf885bff35d515b2a7b5563d001b3c342e5b881edb5553 0.13 MB 195 126
233,664 233,664 00000000000000f2bd8e697feef48870d47756b81b8ac9dd7e084025932242b4 0.25 MB 660 190
233,663 233,663 0000000000000188190de5c2f1972ba64d7ef0b2cfe10a2d24c354ce82749e9e 0.01 MB 18 178
233,662 233,662 00000000000000c5d80930d1219a7fe9fd82258a440dbd8d7b7ac18dd702a26d 0.09 MB 213 201
233,661 233,661 000000000000002ca963383b7cd7a6fbcf40ac396dbe36980fc7d3e7dcabb9f6 0.25 MB 615 189
233,660 233,660 0000000000000184c72d7286a846cf6f561e7c1bcf390d6eb94f06bcae316aea 0.02 MB 39 151
233,659 233,659 000000000000001df229c83fa29fff4b9bc581c32ea645912cd6286b2065e801 0.24 MB 616 186
233,658 233,658 000000000000013a1a08b91df5bd7b8ed85b50df4340951467e4d649a35129c3 0.21 MB 494 160
233,657 233,657 000000000000013c734652b52a774ffc42d5e9fc67434e97b3b7a0bf59cbe448 0.05 MB 128 243
233,656 233,656 0000000000000030c2d5a9cef28566095203657454aee3b030bf928cec415320 0.15 MB 385 189
233,655 233,655 00000000000000883f7737e81dedf4d2467a53ef94fa57c96d6046aa31727014 0.10 MB 220 169
233,654 233,654 0000000000000056b87bfe1d97e2544437d76b7190b17e41e9c0e76c509e9355 0.23 MB 637 180
233,653 233,653 0000000000000029fba3e780b95017b09dbf46c4a85817d1a2b75430f1110b54 0.11 MB 233 157
233,652 233,652 000000000000010782f261a2a7fc7315aa6c1932ee000ccedfebb634f2b9313a 0.25 MB 600 249
233,651 233,651 0000000000000113b51e3f6194bc1ae662bb09d7008c8d5cc989ac0426f68907 0.18 MB 436 173
233,650 233,650 00000000000001950fcf4fbcb06823efe94a46c010906c67b663120e7e695a2b 0.03 MB 53 173
233,649 233,649 00000000000000b607ecec586d9606e69af1129127dd065823f5da4c7bff8bf3 0.00 MB 11 153
233,648 233,648 000000000000009b074ea42315faef3a88514e9e58fc8a66b0efae0c6223a3a9 0.18 MB 482 172
233,647 233,647 00000000000001c94b687111ac49ba6d387c65d516fcef266bfc49b41091c9ee 0.25 MB 368 87
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.