Memory Pool Memory Pool Refreshing

3,698 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,988 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (836,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,550 72,550 000000000087a9a7473e94d695dc89d029e1239a848b3528b32fe7b915df099e 0.00 MB 1 0
72,549 72,549 00000000008d933e11c000a6ce690cb9e823d05b1c6bf8d88a91566ecc59ccbb 0.00 MB 5 0
72,548 72,548 00000000003dfd33e9f55a87061598b73fd7de7f87f45ceb26818b2594e389f7 0.00 MB 5 0
72,547 72,547 00000000008f55346380f3fe1077e88684ace9fc59fe29124670a04796b3249b 0.00 MB 1 0
72,546 72,546 000000000016cd4a4b4c35f108f22747e9b49116cd30102f76f69737f6f5ba3f 0.00 MB 1 0
72,545 72,545 000000000093329670163a46bb83c453d474ae696837b9d057f229e07cafded4 0.00 MB 1 0
72,544 72,544 00000000009f4b053cc59bedfdba48857172c9c68959574bdfe033961d6e3697 0.00 MB 1 0
72,543 72,543 0000000000d56eaa30dc70733f80d12d9c0b82b4e45b4c6421b42af6e07b36bb 0.00 MB 1 0
72,542 72,542 000000000059042dba1189685b382bf3ab72c2838a8708bf1bee49cef67ab113 0.00 MB 1 0
72,541 72,541 0000000000fefdb96cb812a014f0d5a024b7d4d726e91af4fbbc07da834660fe 0.00 MB 1 0
72,540 72,540 000000000074db85c273a57ac06d98dec62d9392f926d13d18db2230ecec1478 0.00 MB 2 0
72,539 72,539 00000000002f6dd54bf29eb46dda5262b839befa1c9dd8e1e261f9f487c513bb 0.00 MB 2 0
72,538 72,538 0000000000368a34f769afc8febf1ed0ae8cf8e2c18e49e33279926ff595fe5c 0.00 MB 1 0
72,537 72,537 0000000000b1c3c93d5cf142668d944db3c17995b5a87c0df37615ab3aab3225 0.00 MB 2 0
72,536 72,536 0000000000fc71f81e3bf298d1b9396cbe7f7aed29b4a3239e7e82fb125be619 0.00 MB 2 0
72,535 72,535 000000000055d0fc21d714aff695f6c0a18e5823d3d8b7c7ab254c00b94897e8 0.00 MB 2 0
72,534 72,534 0000000000f14644474c62cf2dbc8493c3dfdef51f3478c7314c699f1391aeee 0.06 MB 3 0
72,533 72,533 000000000023cba733455618e5b2b812d7ac05727ac50ea69913743c3664d066 0.00 MB 3 0
72,532 72,532 00000000006d64926678dd755908eced35ab1a74faab67dd69f7cc52ce9faae7 0.00 MB 1 0
72,531 72,531 0000000000c886d777a506dd796a2df2a86625ae17f16ec332fc67f3b0192fea 0.00 MB 2 0
72,530 72,530 000000000050335da259727e3b00f204b53e298d741976dd7ad4be0f22f0639f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.76 GB sent, 100.69 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.