Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (338,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
569,288 569,288 0000000000000000001e79f5ae647bd848e374939ecf79d52c12db6dd56d3f9b 1.14 MB 2,974 19
569,287 569,287 0000000000000000000bfa12f9c5cacb4e3a8ba2f95db8136f17ab365aafd342 1.22 MB 2,785 33
569,286 569,286 0000000000000000001b1778ec469654bbaea1e7281b30c41b0d9a983163ed2b 1.15 MB 2,256 27
569,285 569,285 00000000000000000028cca18c5f9b54bc85abee736a9a3c45c0164a89adbf7a 1.23 MB 2,248 46
569,284 569,284 0000000000000000001bfbb69c066f6e015aad23b8bd33686bbc518dc855b6a2 1.17 MB 2,264 36
569,283 569,283 0000000000000000002b9fbe93ead476715814f9ec7aa960920065ba9e56910e 1.28 MB 3,089 49
569,282 569,282 0000000000000000001b494deeb8c9ee7db2ba74d304c717c591394540d32f37 1.28 MB 2,670 39
569,281 569,281 000000000000000000046456ece137639ef3a8948c2c615ba8053b66afa1ff0b 1.09 MB 2,771 9
569,280 569,280 00000000000000000005075d49ab7c08fde640ae2050560c84da02621133ca58 1.24 MB 2,711 41
569,279 569,279 0000000000000000000f898364b87fc0223ceceb63b8de05da3a4c94540e6bbe 1.10 MB 2,992 8
569,278 569,278 000000000000000000037bc02dc31de51f6d677b5c70eeaa3a4d3f4fe1340073 1.17 MB 2,522 22
569,277 569,277 00000000000000000028b24300b2c4f2463b1a13d2a57b3381aecec94c693ad6 1.20 MB 2,159 42
569,276 569,276 000000000000000000111606dd6b6f2c011fabc7e651d19aa9dd392320518d07 1.26 MB 2,273 42
569,275 569,275 0000000000000000002342e99c693cccc9a108e2b2219f8b6949e304a373b1ed 1.16 MB 3,203 26
569,274 569,274 0000000000000000000ca75c8ad25dd00fcc78fc65ddd71726628c35359a46cf 1.04 MB 435 2
569,273 569,273 000000000000000000033c960243b68740db1516d8a67e379d77f0b17c3ff5ee 1.79 MB 758 3
569,272 569,272 00000000000000000022b5e15b710de31db01d3dee1a1cec4d6d64534f2f4d42 2.01 MB 915 5
569,271 569,271 0000000000000000000b96410d7d28cd1a984ee828600ecf74be8a6e68972f9e 1.11 MB 3,001 16
569,270 569,270 0000000000000000002b3d7ce9f52eb9ffebe0f535346b96395d466404e2fb13 1.08 MB 2,957 18
569,269 569,269 00000000000000000023a9532fd67854259ecc11ee659713b1c91ac3edffb7b8 1.10 MB 2,819 18
569,268 569,268 000000000000000000160d1c5dc3677bd2123cacec4d9ff7f4f132de7a0e1a20 1.82 MB 1,424 9
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.