Memory Pool Memory Pool Refreshing

10,228 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (605,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,783 301,783 00000000000000002fdec6fe2e4e48f16d8d3bcdaf4943b719bb8be408ada4b2 0.00 MB 1 0
301,782 301,782 00000000000000004a116c2417dfc9c69deb4da58a5fe25c82dfeb571aca4b89 0.22 MB 113 8
301,781 301,781 00000000000000001511fe4a499a6bb6c9ebcf4953370b31cc16201f6d768c65 0.35 MB 659 29
301,780 301,780 0000000000000000214c56521b4f7758c3991bb03e747dbcce0ef62ad714f1e7 0.69 MB 1,025 42
301,779 301,779 00000000000000003dfac6a3e4bc63bf99893536cc818d1b5b514bf345c1a85f 0.87 MB 1,397 43
301,778 301,778 00000000000000005bd0ea07725a1228e45d545b90d5707773b32bb7d010db76 0.40 MB 669 29
301,777 301,777 0000000000000000657ca17c01dc67b5ea27ae2863e50a90ffd245e69c30fb7d 0.16 MB 305 31
301,776 301,776 0000000000000000420b1c53f91c3d7ec042c6aa6efcb849997af17bb21b8f2f 0.19 MB 389 28
301,775 301,775 000000000000000042e852203384cbedbe8fd192c2d516749499957362a366c0 0.31 MB 412 19
301,774 301,774 00000000000000005c53b12950b6839087171e38c417aa9491cc4b82eecdfba1 0.85 MB 1,391 30
301,773 301,773 00000000000000002068ff190ae92a0c63a56291d421d06b407846a740b65d90 0.28 MB 484 29
301,772 301,772 000000000000000055540a8286372275e35175ffd20d2dbc97a611046516c240 0.08 MB 48 5
301,771 301,771 00000000000000007b7aa34f38730f3892e676ff2549f7a5e24340794964ebeb 0.74 MB 459 13
301,770 301,770 00000000000000007557c768f2bc91562b382613771cfcddee195cb1a2fc91fc 0.50 MB 858 29
301,769 301,769 000000000000000002b39af437722e7940b52b5ff020c3857afd1103ee7bfe3c 0.25 MB 279 20
301,768 301,768 000000000000000070d37b44be466ebbf8b3becee682d2fb5dc3b08d17ee4607 0.35 MB 832 35
301,767 301,767 0000000000000000696278bd67bbf104a6cad2476f8f062ed9d9d1ed5eea3e8f 0.35 MB 396 22
301,766 301,766 00000000000000005a2355b1d21fcffc667db080c9dc2be8c86482dd34fb5abb 0.35 MB 759 38
301,765 301,765 000000000000000034167a581e9ea7426e4dcbfc4e0d75318fe17e5539c3340d 0.03 MB 64 40
301,764 301,764 00000000000000002d9b7b29fe45f1fa11542cbe8cf12fb74adeb749a33a7cd5 0.35 MB 327 17
301,763 301,763 000000000000000048db7a2144c01449a2cd33979ae4e2e20515975b2856db90 0.75 MB 1,558 49
Previous 10 blocks ↓
Total Size: 769.03 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,625.72 GB sent, 93.04 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.