Memory Pool Memory Pool Refreshing

731 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 723 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (63,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,737 844,737 000000000000000000027d7ef87e117148fb2f0fd86daa593be6a9ab60d90b55 1.58 MB 3,523 26
844,736 844,736 00000000000000000001220ed083199982e9da1b9a083c4385891afb7708a6f2 1.49 MB 3,632 12
844,735 844,735 000000000000000000009bc830c90bb019c525854464402696ce2219ecc0566e 1.79 MB 1,834 11
844,734 844,734 00000000000000000000c1097a2ede0df36030bde8b6b6e62ccc9dffefa8f280 1.56 MB 2,533 13
844,733 844,733 00000000000000000002eb241ace8ad59454a7a4aa53367dee93b8a3644439af 1.52 MB 3,344 15
844,732 844,732 00000000000000000000ff98cfa3ed17036561b846dae1364ba684bd7a07e14e 1.28 MB 2,441 14
844,731 844,731 0000000000000000000139b6b83852ce078a2f041981cd2a8ed1d075ecd8426c 1.57 MB 4,691 14
844,730 844,730 000000000000000000017eb0aa4ddd86ab48c46475b35f2ee1a7e440eac9fb77 1.48 MB 6,415 16
844,729 844,729 00000000000000000002921606b36caf54fe960dc96a173832db4864eab755a3 1.60 MB 4,773 20
844,728 844,728 00000000000000000000cb1600dfd34816d9c58921cd1380316e83cca2a92ccc 1.77 MB 2,920 20
844,727 844,727 000000000000000000003a8b74f103a58a14cc62d52e04ab43773c4bb902355b 1.57 MB 4,808 22
844,726 844,726 0000000000000000000035f72cd983bc0b095177ec5c452f74c922bce141e157 1.55 MB 4,291 32
844,725 844,725 00000000000000000000db6afbfbb13875e39cbf51e9e00b89ad0a2a06ee0f35 1.51 MB 6,762 23
844,724 844,724 00000000000000000000d33758e80cf14ed317687a85b781e6ec69ea1fd9ad66 1.58 MB 5,520 29
844,723 844,723 000000000000000000019bcd94181d99804ad43c7995841bec1ee5a87f0d562f 1.49 MB 5,608 24
844,722 844,722 00000000000000000002454fdf141aaee986d664c99ceb320cd4f43fedba658d 1.55 MB 5,648 22
844,721 844,721 00000000000000000000ba121608982c4bdc730486b3ba1c583de93c4a722f8e 1.41 MB 6,637 21
844,720 844,720 0000000000000000000154fedcf8f846ca7b0f54f751b9ac643f62bfa2b15418 1.56 MB 5,929 27
844,719 844,719 00000000000000000001f05d36c11d6e1c0330e658c109045292dc2f1bdba325 1.61 MB 5,067 24
844,718 844,718 0000000000000000000339d8666897e728523692df6ec84507db8dc8068933c0 1.52 MB 6,462 27
844,717 844,717 00000000000000000000890ece62858dd7d0d360b875d6d9b8876867b29090d9 1.57 MB 4,779 30
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.33 GB sent, 93.42 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.