Memory Pool Memory Pool Refreshing

941 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 941 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (784,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,613 123,613 00000000000062f0fb8f9f6d9d22790a491a20ef2ae087159b864e239b4a49bc 0.00 MB 9 219
123,612 123,612 000000000000023443e18ce37e7ae15e5e1f4cfbb87ad31944ce47186bfc00bf 0.03 MB 57 181
123,611 123,611 0000000000002cef4031a390e129a5849cb538bd83a5482f689965d6f2ba5789 0.00 MB 7 0
123,610 123,610 0000000000002c1864272f6a6419253b3d7975aaec839f88ba5ee1a016ceec1f 0.01 MB 9 153
123,609 123,609 0000000000001db9814fd5a85a477daba7363b7279262917ab406dbc7ab40d82 0.00 MB 9 302
123,608 123,608 00000000000064c95d03a89b09a7261a6c53fe77c235089281ca93a51283e3e9 0.00 MB 6 0
123,607 123,607 0000000000005648b0411835227ab0d25d8682a4220eb231a37c171ff3396977 0.02 MB 30 209
123,606 123,606 00000000000002629e5cb900813e7ce381f5e0f43dedeac536ac12b83c2db4e9 0.00 MB 5 0
123,605 123,605 0000000000002bbc091568c6a612d155dc84cc2a6fc139944add700a862ef052 0.01 MB 6 1,131
123,604 123,604 00000000000002a6ce726919007e1cba9b65eeba8070aeeb81b88aaace4c076a 0.00 MB 10 0
123,603 123,603 0000000000006807b1bea8a195d8851d16a7400b9be8d8aca948f222b4367b91 0.02 MB 51 320
123,602 123,602 000000000000248fc8fc4a90befe369ade4ee6f3f528069c6ce778ef0dea1bb3 0.01 MB 17 319
123,601 123,601 0000000000001cbd4a04751b2298e3c73ab59faf0de3f4413209aa83e1c4fc32 0.00 MB 1 0
123,600 123,600 00000000000008161e5ac4f0f4ed64433df278f5dd0fb7cf9b422fc0e4d24bf8 0.00 MB 8 0
123,599 123,599 0000000000000a3d51a23bd51192ec7fc9396cc3b8705d93a89c9072d7ac7585 0.00 MB 6 215
123,598 123,598 00000000000052e7f9b5b7a1df61974405f1b0cfff8915cf562865abd0b53657 0.01 MB 21 481
123,597 123,597 0000000000005e33234f3d56c41ff5156d5295be5d2df5d2b7c6c58837dfaf3d 0.00 MB 6 630
123,596 123,596 000000000000315e1173c44e83f79cca0b5c20af41d16405900639d048fda990 0.00 MB 5 823
123,595 123,595 0000000000001594f24e31c713b312bab7b9b3f4a797e7b4592a7ccea813d715 0.00 MB 1 0
123,594 123,594 000000000000489134e806703a58a935c626dc75352eb16f4d91bb0f5e05bd08 0.00 MB 3 0
123,593 123,593 000000000000109109223d6331ca2ce88c47722e28cc2bf85e18e9536650f872 0.01 MB 13 115
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.