Memory Pool Memory Pool Refreshing

4,322 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,302 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (220,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
687,573 687,573 00000000000000000008eea14a7a45244256afacf5b57beab6f7396d88b54c21 1.42 MB 3,030 50
687,572 687,572 0000000000000000000b3246197b8eaaa94ed32a657fbfb2c0738b8947ecab54 1.31 MB 2,954 49
687,571 687,571 00000000000000000005faece74acb27159b7c3804234cf10dd76f10124938ee 1.34 MB 2,792 94
687,570 687,570 00000000000000000008b1593f01fa22d314cb400919eeb9465bc642975da6b5 1.40 MB 2,874 36
687,569 687,569 00000000000000000001f49bdd88f8a6409644f14d0356d317307130dadb3104 1.15 MB 1,177 31
687,568 687,568 0000000000000000000618168a95acb99e3ce92205477c1ad4f1b7d9974e0015 1.55 MB 2,353 39
687,567 687,567 00000000000000000008dff86a297df0932746905e5b43aa6262d6ca0d9368eb 1.34 MB 2,101 42
687,566 687,566 00000000000000000007eac8d7c5786fb6ba2bcf09d67aaa45bc5a93a136350a 1.39 MB 2,509 44
687,565 687,565 0000000000000000000963b96fef0ccabd41a8b2220070d72c7ecab06f83ea65 1.51 MB 2,543 36
687,564 687,564 000000000000000000084abfe3c1df95d77f17703ac735694ba6bf6dcc527c1a 1.39 MB 2,514 78
687,563 687,563 0000000000000000000c8cd5287b09d2bafebe274dde4aa78ba0ca10f747b3fc 1.32 MB 3,142 28
687,562 687,562 00000000000000000009a8a8b0a0b6f89ba2f47ffaa7b7cdb4d166487983d2e5 1.35 MB 2,124 28
687,561 687,561 0000000000000000000aac87a968831514be7426e5bfd5ddb25b479e1a7817ae 1.04 MB 251 30
687,560 687,560 00000000000000000008f69cb73d8c6b6c663867e5afc5eee8e7c1e2b66cd827 1.52 MB 1,851 40
687,559 687,559 000000000000000000088f8253d1a6888bdad069839e3a62146a6dd8ce0e1025 1.47 MB 1,740 35
687,558 687,558 0000000000000000000e09f5f17e00328d451732d3ba6d21d487d318be307e40 1.43 MB 3,011 50
687,557 687,557 0000000000000000000dff897cea8c0eb7844a73d0973b9b2669d5fdf6dcd50d 1.34 MB 2,959 62
687,556 687,556 000000000000000000062cf09c1d4baaa37fd40a4ea20d76721a7be1b9a67d62 1.42 MB 1,084 30
687,555 687,555 0000000000000000000b960371fbc8ac4747dad9e129d56bd63dbbfd11ad2ed8 1.56 MB 2,046 64
687,554 687,554 00000000000000000004efd135eaae4d44dcda373d939690ea673aabf5e90d67 1.48 MB 2,435 48
687,553 687,553 000000000000000000055b5bcac13b37072681486e3373b6c3dbfa99290ce480 1.23 MB 1,270 39
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.