Memory Pool Memory Pool Refreshing

3,859 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,581 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (220,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
687,552 687,552 0000000000000000000d89b5be67b70cc36babfd6dbbbc5c7096d853e618dc0e 1.48 MB 1,963 41
687,551 687,551 0000000000000000000c7daf858513f7eba2a73bcd2e9bb5694f41427ff6975e 1.34 MB 2,632 56
687,550 687,550 0000000000000000000382709b3b305b30b0df29bcb18db19a57a8361286ffed 1.38 MB 3,026 48
687,549 687,549 00000000000000000001ac31d24e88a9557580e2011af4acd3875c8c9f372ccd 1.45 MB 1,837 17
687,548 687,548 000000000000000000022705aa6d1f652b1b993499df2f4eb5ad5f05f7f6e0ed 1.53 MB 2,271 32
687,547 687,547 0000000000000000000a0241befde2070a280f130462d80ff19a19caee66f7b7 1.70 MB 897 5
687,546 687,546 0000000000000000000384017590ccaa0e9d747d05d93649959c4992ba6b9102 1.46 MB 2,922 24
687,545 687,545 000000000000000000075041367d0c1e8d7318dcc923c3b4f26c2c6ff2a95a8b 1.41 MB 2,444 16
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.