Memory Pool Memory Pool Refreshing

5,162 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,898 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (796,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,692 111,692 0000000000010cd6e14cfcbe51f248c26291f55724585cfeb123b0633b06cb6f 0.00 MB 6 0
111,691 111,691 0000000000003278ab2799c45a9b0ca2d5016648a330a9c8c7398d01d59d19dd 0.00 MB 1 0
111,690 111,690 0000000000006ecf2eafef8158466a4b56aec39b86ea29509d78e3a41ea333ac 0.00 MB 3 0
111,689 111,689 0000000000011b4078fc9c812eec9c1e172ed461ff90e7678a53718a7fa70665 0.00 MB 1 0
111,688 111,688 0000000000012bc1d810e4bc9360373a52f3f5248b4cbd2958733ededb4e1198 0.00 MB 9 0
111,687 111,687 0000000000001f79a93d45c116a778855da7fd015781610f6f9804ce1cfa2a45 0.00 MB 3 0
111,686 111,686 00000000000119a460c85087d5ca5c4ab7e05fe912c0f1a2deb44b9b0bf4beac 0.00 MB 7 248
111,685 111,685 000000000000dd726d77cff3d1e1d16cebc9c064af396758381915b933f516d2 0.00 MB 4 0
111,684 111,684 000000000000dcec3dd5744cbfade22f1b1a7451d0b1356a6b7d76aab5219458 0.00 MB 20 0
111,683 111,683 000000000000c884e13049339ac170e6a057cd7fa858e1965aa65e9771e6f84b 0.00 MB 8 0
111,682 111,682 0000000000005d1760feb8acf982f091bb84558f4784d994ade9c84805c7f91c 0.00 MB 6 0
111,681 111,681 000000000000f9a75591471859d31704db85d9f120308d8e0c3eabb6fd50aed7 0.00 MB 4 0
111,680 111,680 000000000000ccdb55ec45c66630e0304876d97d149f07a63da51cad4c552a2b 0.00 MB 5 0
111,679 111,679 0000000000010e8efbfa5bb6eebbd3aeb1de1d1eb1f4f9ba8c305043c04ccabb 0.00 MB 3 0
111,678 111,678 000000000000e24fa29653299e9050264e5dcdd57be3bacbd6f23fee71e88d7f 0.00 MB 11 0
111,677 111,677 000000000000e0862bc0345e1d872f0513d4b5f78296fe63484a0aa65b0f296f 0.00 MB 12 0
111,676 111,676 00000000000078c32358db6d4ffc15b2385fa60d1e91b227513f9531716b1a27 0.00 MB 12 0
111,675 111,675 0000000000002d6b45e6ee03a69eb0414d3e468fec43c2defdfdb5689c1b74ca 0.00 MB 12 0
111,674 111,674 000000000001218fd9aef12f8e6b5a87a9bd253c6c5a2a86069fe9db6d4aa908 0.00 MB 10 0
111,673 111,673 000000000000611ce7888d047e8fc40b84ec577325d47df114a0683234b0ecb6 0.00 MB 12 0
111,672 111,672 00000000000050b3b58cbdc27f4ced8f48f95bfc77bfb599d406be47e7205858 0.00 MB 11 0
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.51 GB sent, 94.00 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.