Memory Pool Memory Pool Refreshing

2,816 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,784 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (763,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,204 144,204 000000000000027b5cf5694bc36e59f093e3cfa61bcdbd2226554ed028ccc81b 0.01 MB 40 26
144,203 144,203 0000000000000704184b46d0892ece785692199f2cfdd3b23ce63d3b1923e363 0.01 MB 14 129
144,202 144,202 00000000000009011b3d4c80e85f686ac37ff96132b10a229e9d4f2f007b0451 0.03 MB 46 116
144,201 144,201 000000000000035dcb8fe986fdfd3ec27413a55b8ed7308e3e9bda749d062afd 0.00 MB 5 49
144,200 144,200 00000000000003527d9f089431010aeacf01da6150a1a12c8366b88e3eefb3a9 0.01 MB 26 254
144,199 144,199 000000000000029a95c50259a8df6c8c3ccc1e87acf295d50fb3dd94ef285bc1 0.00 MB 14 38
144,198 144,198 00000000000007af2fcc81f3cf66e42c1a6cdfdccff53560f35e1750227d6d56 0.01 MB 11 88
144,197 144,197 000000000000044061c07301e5bfafe9355586a9f72817bd3b176694cfaaab23 0.01 MB 27 54
144,196 144,196 00000000000006cd89eb73487925ba2082fe5675ab85ae6f30998aa0255f44c3 0.01 MB 29 235
144,195 144,195 0000000000000094fd40c51ef2c0bba38cde1b9add3d47148dca1378c0e3fcff 0.03 MB 53 215
144,194 144,194 00000000000001e3995d26b89e1c043c601217dbbb0852e7c7d36e9365aceba6 0.01 MB 40 90
144,193 144,193 00000000000004e4cabb5494378e19546fdebf43386c0a010f755c85a8fecb74 0.05 MB 92 213
144,192 144,192 00000000000005b6e3686d820ca1dc974c48f70e972acd6b30fd46cae2fcae7f 0.02 MB 63 71
144,191 144,191 000000000000084ad4617d07b5563d03d9cebcbd8fce0abdd0c91aa9439cf7ca 0.01 MB 20 173
144,190 144,190 000000000000036ff650a3ae9a3d35b961a5336f9f157acb8b7eec7d349e2036 0.04 MB 78 130
144,189 144,189 00000000000003d99ecbabfd9f6d357d6bd9429398d481f542dfa052145a67da 0.02 MB 43 44
144,188 144,188 000000000000045e93d1629598b9be661fc7e910507d943fa352c668ebca5642 0.02 MB 62 4
144,187 144,187 00000000000009432d1f8abfa7b3014de7aa3974e353924abc20a4e0217a4e71 0.05 MB 105 228
144,186 144,186 00000000000007cc573deb2cc43b83643913f247f8c4214c80af64d37621338c 0.00 MB 6 0
144,185 144,185 000000000000087c573c60d34fd429825289c5ecb92f43425793143c00a4fd98 0.00 MB 14 64
144,184 144,184 0000000000000838e8c50d7c61fa0b3c1ec72c03ff0fb04383f00bf2580e2e3d 0.02 MB 37 92
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.85 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.