Memory Pool Memory Pool Refreshing

1,411 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,404 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (792,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,150 115,150 0000000000002679e7e8611b88bab0c5e4a935a6258ea2b8b0e0cb200346246f 0.00 MB 4 3,875
115,149 115,149 000000000000c819c2ce4d2db9ac30ed5764c52a3f5aa2b2747c5b46c4dc6782 0.00 MB 12 0
115,148 115,148 0000000000000d17d2ed721f305386f1ef8e9073b4133b68fa2c3a1035a6cc40 0.00 MB 12 0
115,147 115,147 0000000000001f6c2f040f9add3f3104025006cff7abbccee39a37ab5f7b7c1c 0.00 MB 10 0
115,146 115,146 0000000000000dccc9841efef80b6c1bada8378608ce3488c286349027148164 0.01 MB 23 645
115,145 115,145 00000000000056136f824322b23bd21b1a229c14751b10833adb2da8e27bb52b 0.00 MB 3 1,200
115,144 115,144 0000000000000c76185d6ab9b04672082d8d9a876fbe9f908c63bd9ec5d02433 0.01 MB 15 527
115,143 115,143 000000000000830b40d78b927ffd7372cb5b22f46afde7f42a1607ace00fbd16 0.00 MB 10 1,232
115,142 115,142 00000000000014900a40f34b354eb6be28c1ae6374542ab5b17b6624759fe385 0.00 MB 10 332
115,141 115,141 000000000000da5506515b2fa34f4f3a919bcea557f83ec4d1c251ed5840867c 0.00 MB 13 0
115,140 115,140 000000000000649a8915950e0d711690747e817aca8841e58640226fa3e90c6e 0.00 MB 9 643
115,139 115,139 0000000000000ff94b52a413a51640c10c13912af2f9a68cbfb489bb7769068d 0.00 MB 12 0
115,138 115,138 00000000000083f2ddbc187f6a23fb7abea92e710c3dd380828bd3d01abe27e6 0.00 MB 12 307
115,137 115,137 000000000000b6fa9cd843346fde0a1895d8765172d1a38afe240d0d2cabf26d 0.00 MB 13 578
115,136 115,136 0000000000009136e966d7cfce0a6ed43863b31b7824cdb96d918247fa92908a 0.00 MB 11 499
115,135 115,135 000000000000885cdd119f08f55c51d027ecb1689baac65fc228c0cc7939a272 0.01 MB 22 689
115,134 115,134 00000000000034233e47b112283622d85d4a10654a461c4cf7f6b1a0479c744f 0.00 MB 7 0
115,133 115,133 0000000000000633dad1cd73827fc89ae680f6c1a5aeb0dbfd118e1c8f41bf1d 0.00 MB 12 319
115,132 115,132 000000000000517c531e612792ba60ae1ebbacc86682648b156d6a13c3a92e55 0.00 MB 5 954
115,131 115,131 000000000000484928460e8a826f503b20dc4fc913b5a05dd8a734c7a6ad3a7c 0.01 MB 17 774
115,130 115,130 000000000000b63c8d2ef0d4e75902263e6b946f884d07306d9b01036e3311b6 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.