Memory Pool Memory Pool Refreshing

4,625 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,634 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (796,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,146 111,146 000000000000b4880aa62c230b91eb5a810bee23219574a6a2b6803c985cb0b5 0.00 MB 12 0
111,145 111,145 00000000000002d97645c8b4338dd810b3de152ce4be3575303a13f6e8816f46 0.00 MB 7 0
111,144 111,144 00000000000038227e9d44c6112ac986239c21ce8b5fd35675a292dcc0784547 0.00 MB 10 0
111,143 111,143 000000000000b49412545d829a78cdb18cf9a1c5d9e9009dc1e08673b3b4ddf8 0.00 MB 16 0
111,142 111,142 0000000000012c52e52b57e6ae26385e013cdfa2eabd062de7be283a47a9bbb2 0.00 MB 12 0
111,141 111,141 0000000000006c7611cb38865175a60251306a97a9ce3644dc3e546ebec48378 0.01 MB 11 500
111,140 111,140 00000000000076e07a30eb9af3d8573506ef32b246ad4cd76aca38517b000b43 0.00 MB 3 0
111,139 111,139 0000000000003f91d27be646d1642545a3b43888176c5d1174c6e6543a1ebbce 0.01 MB 8 0
111,138 111,138 000000000000ff328059cac04c613e792d391bc8712e0887c182c58870bd532c 0.00 MB 12 0
111,137 111,137 000000000000e0b75bd11d44d821db20a2c60fa8159526ca49716f42a30a533c 0.01 MB 12 952
111,136 111,136 000000000000f10802b0febe28b4c928ce10b0fc653404e1d3c8968690e6c8e2 0.00 MB 9 0
111,135 111,135 000000000000c553d2530b6cb8e38f057fa8711ab20daac335fb79a43566f483 0.00 MB 11 0
111,134 111,134 000000000000e8c0da9fc163ea42d7535e144a2b34c487a603ee40b4502ed522 0.01 MB 9 0
111,133 111,133 000000000000fa5c064fb4d2745debcf3b17ba9d79a4421c0993d8936a835d90 0.00 MB 13 0
111,132 111,132 000000000000e789f486365a52ffe8d2a08f8ed423708fd51e3f50532cbbff75 0.00 MB 7 0
111,131 111,131 0000000000004426a5708d08ec5e9e10bc891f7e7c7ad79acbd32b185ed7f10b 0.00 MB 12 0
111,130 111,130 00000000000002bafd353880661f834be4bc430d5f463f490e22299f0b597aa3 0.01 MB 23 87
111,129 111,129 0000000000009750fb60092cc7701416ccd63e1bf7153bea501d632635666b5b 0.00 MB 11 0
111,128 111,128 000000000000a3911464864c91e935368e79c8e646c57bb6de14a249da3bf3bd 0.05 MB 13 759
111,127 111,127 000000000000ee7c29f61622d8180bd2657f6f1ec7063a0381524643e3c4c227 0.00 MB 10 0
111,126 111,126 0000000000000cc8467269ac5738c0a79f51818e5854370865fdadcd27fcc23c 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.