Memory Pool Memory Pool Refreshing

994 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 985 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (542,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,138 365,138 000000000000000013033c310de3f4e1fdf8e007a2ac4a8bc76de749496f3f18 0.00 MB 1 0
365,137 365,137 00000000000000000ce27dcf3e48b0a3c3723537bab5a8955430e061d160e3ad 0.95 MB 584 12
365,136 365,136 000000000000000012d376a767491793da5eabd097cb4cfa83c91fbb7f17f12c 0.93 MB 1,067 30
365,135 365,135 0000000000000000136d9e1eea68e22120ecec700d481524aa85557c2defd88f 0.75 MB 347 11
365,134 365,134 000000000000000000dded5dd140e9e4dc0ecf2810e5eb52cbc5dd5254ab6ccf 0.63 MB 1,322 205
365,133 365,133 00000000000000000e41ce7aba330794f067417486183d38df330f7044b29477 0.75 MB 1,113 31
365,132 365,132 000000000000000011a305bae7299ec1a69240feb17e87e640916a25a1dcfafe 0.92 MB 162 7
365,131 365,131 0000000000000000091a53ed8b6542b63ffbdb49208995285c82d8a22997a1dd 0.95 MB 1,376 36
365,130 365,130 0000000000000000022e5e3b6304c907bd76ec39ce4518ff00e3685f0548e7e8 1.00 MB 570 15
365,129 365,129 000000000000000004a04ca59d9746161f130cd47374e449e3ae7f27902169c5 0.11 MB 177 38
365,128 365,128 00000000000000000c9534265062634d29a550cda3e9eb162446ac291e5b668c 0.75 MB 1,112 32
365,127 365,127 0000000000000000027b5f7be8bb998e21b1207ea20c712c16dcb4573d0a309e 0.00 MB 1 0
365,126 365,126 0000000000000000070b11b7cdec630275906272e27d60f52d4efa4f89cf43e0 0.16 MB 191 11
365,125 365,125 00000000000000000520ac443e9ef5e4097273208587203bdc160804b4d695df 0.48 MB 1,049 40
365,124 365,124 00000000000000000a0e804bf094e761037a7372ecbbbf38789c10b76a2d6979 1.00 MB 300 8
365,123 365,123 00000000000000000f6ddce9fdc430a3e4a821eec30286f677992cf437468176 0.93 MB 1,240 29
365,122 365,122 00000000000000001010b677d7101e192b9c70e207ec6a1714bfb613eb95a000 0.75 MB 1,684 42
365,121 365,121 00000000000000001536100ce7437d33ba59e6cbbcf131b7397e0a3f36e8712c 1.00 MB 403 9
365,120 365,120 0000000000000000066b4a43aebdffc3ebb6534c8b082af5b2c0b01d4452327c 0.93 MB 1,016 22
365,119 365,119 000000000000000007bf348785fe39bdfe119b12415a38df9e0c774e493020fa 0.95 MB 1,182 28
365,118 365,118 00000000000000000ddbcd1b5efc8e41a80116c7d85f9bc0a0a81d67b6b4d8ed 0.95 MB 925 54
Previous 10 blocks ↓
Total Size: 769.15 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.61 GB sent, 93.62 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.