Memory Pool Memory Pool Refreshing

1,221 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 3/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.64 vMB 1,221 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (795,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,682 112,682 000000000000cf47118c3ddf572658bee6235c29c23b3c88302fca19a4f11252 0.00 MB 5 718
112,681 112,681 000000000000baa2803c8a48df00252cccd9529d6fc57f940ee1396deb90485d 0.00 MB 16 220
112,680 112,680 00000000000010b0ffa067690c6a9a346c2f79213da7f451719904049b3ab077 0.00 MB 18 1,330
112,679 112,679 000000000000805c18b7c0448039ca3fb08f13294e663d5959a405d6fa00a117 0.00 MB 9 902
112,678 112,678 000000000000e1cb6c172563f536ac64249fe90e740cce5d08abf0146419ff89 0.00 MB 18 889
112,677 112,677 000000000000c09ef86fd7a09e99e49d28774469f47f556ff9c200c42c9317c6 0.00 MB 3 2,074
112,676 112,676 0000000000007edb92154e71fc43ff6037045ca5d860f5173b7d3d94ed2b6767 0.00 MB 4 1,048
112,675 112,675 000000000000e5096006495f5713b5e712e0dedc5e354676813f3e7a1c5a6323 0.00 MB 1 0
112,674 112,674 000000000000b9f54bd1898a34bb0bac2fe27bb4158fac001af778f30ce2eb5b 0.00 MB 2 0
112,673 112,673 00000000000034ad923b4b01665cfe37baf389256a66d9e3f0e7c610f7bd1cff 0.04 MB 42 95
112,672 112,672 0000000000002e692013a89ff849632644a81c3483e38beaf7b9a88888a79bd7 0.01 MB 27 890
112,671 112,671 00000000000053e7278a3cf8537ea889689222e7bfeadb5f31ba88a86132c3c4 0.00 MB 2 0
112,670 112,670 000000000000b3835643a19703d9b79ba1fa05a3cddcdcbbe059cd8ff247d251 0.00 MB 15 1,452
112,669 112,669 00000000000095f2aa0edf0aeea5e78526b141d857ff7a512d7ab0ee64b4ea81 0.00 MB 8 0
112,668 112,668 000000000000eb78fb172f85473b7a64ed8a43c878c79615cf780b1f4a952735 0.00 MB 1 0
112,667 112,667 000000000000ae6c691a0c5b8e0b5992a4c1e135a4fef2407b156fe6ee75f235 0.01 MB 22 1,909
112,666 112,666 0000000000006292dc9113fa034df5d22833cb385017014ed6cb0d5deb9c7e08 0.02 MB 8 133
112,665 112,665 000000000000f1721b110bf800bb1497548f264f7a1620e6c8295f933479a133 0.00 MB 7 2,172
112,664 112,664 000000000000c15f43856a16302dbb86e070847f149a5073d2600a1d2121595c 0.00 MB 10 1,340
112,663 112,663 0000000000007cecd80b7f9e29419d80662148d7d45c89e7071322fc86e0922b 0.05 MB 103 432
112,662 112,662 00000000000037c3428edb31ee1fd080234dd9d5cfd68af9cade52e9e3d4897b 0.00 MB 7 344
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.