Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,652 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (764,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,290 143,290 00000000000006fa97c9fdd9d3cb88ebb53264f45fec338c75711bd6e276bf26 0.01 MB 18 416
143,289 143,289 00000000000003bec8e1499ca0f7b16c53945f6e210bbbfbc178b1b9b229b6b3 0.00 MB 16 696
143,288 143,288 0000000000000887a8f686ec60614b882358074087ea5234de7f583177afce63 0.04 MB 117 150
143,287 143,287 000000000000093b20230ceae86348477dc78e97f3699d5de3c93f0ca3326917 0.01 MB 5 176
143,286 143,286 00000000000001b39f9cff81574f42d50b215c382e6b9a70186c6df500c688a9 0.02 MB 69 72
143,285 143,285 00000000000001b1c1fba85d2eb3094839d63da20d51c78b156e5471dc207747 0.00 MB 11 712
143,284 143,284 0000000000000965f7a115b4b91b565728ed8fe732a284b3216fcec51dce5250 0.04 MB 83 156
143,283 143,283 0000000000000106a4a190d3e670da5e1b844c50e731ca904c70ee6f25d2a6ed 0.02 MB 18 166
143,282 143,282 00000000000000d916a57ebbcebf3050b8db18e44ead5bf19d3b66e3d7bb9ef4 0.00 MB 5 514
143,281 143,281 00000000000006d5f1f58a53871a4cd27a3849fd452c56b7f6ff4e5eefc3a85b 0.00 MB 2 0
143,280 143,280 000000000000049617dda791dd67e83a58a871ed29b06c3d73545e0010f3cf33 0.00 MB 2 0
143,279 143,279 0000000000000469661b354742b1efdf0d2e01de46ef967bf4ce10e0bcda98a6 0.02 MB 39 120
143,278 143,278 00000000000008f6d8b9160f4e347ffac28fa74305480fdfd740e2d7a1c834af 0.01 MB 18 427
143,277 143,277 000000000000029540660d4dc51f854080b4de31890ee90155c6feb917f6fbfb 0.00 MB 8 958
143,276 143,276 00000000000002052a94c2ee868afb038e876edee3dc5c538d3cca6739a98067 0.02 MB 80 42
143,275 143,275 000000000000014bfbe9649eb650c92aa607f8f34bb1382ddc474da7b137899c 0.00 MB 15 42
143,274 143,274 00000000000007f30dc394ec05653fb6d9f6ce5ec1441eb99bb6f1fe0ee852ae 0.02 MB 25 134
143,273 143,273 0000000000000669e4d28196463b5b7608f67d741f3db00dfbcb5187357bf710 0.02 MB 49 181
143,272 143,272 0000000000000547fc3bd631106b44a510ac9142d607f1feec896f9a95d9b822 0.01 MB 18 95
143,271 143,271 00000000000008fe0e806a60452f6065896dc19356d8dbabea378c09a5017984 0.00 MB 7 30
143,270 143,270 000000000000036866aaaa19065e5b1cb68453658615ec182829a7f192b1e8dd 0.00 MB 8 65
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.