Memory Pool Memory Pool Refreshing

3,790 transactions
1.85 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,334 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (587,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,062 320,062 00000000000000001f85f0f49046809b90f83d26ccef7084cae2cef8d799f58d 0.14 MB 288 33
320,061 320,061 0000000000000000048b15aa58aac3f34e131f4227749662bed0644268710eef 0.32 MB 578 27
320,060 320,060 000000000000000002d3b9e86c3d26f370c24ff9cd19f47d5624368b4ba217e7 0.09 MB 188 30
320,059 320,059 00000000000000001e9d905100fe654bc9140a9712198e9a27f97016b09c017f 0.03 MB 30 35
320,058 320,058 00000000000000001fbea7ec92d34f215163c3b1e74b919f209826c882b685f2 0.35 MB 689 29
320,057 320,057 000000000000000021e3dae47ea1db150397ae480d707114e967320a91d4a4af 0.01 MB 32 32
320,056 320,056 00000000000000000edea692af34117915f82be6bc240753fe7a64cd65cf374a 0.23 MB 474 27
320,055 320,055 000000000000000020a7e07d1e12aae606d8cdf478de4fb0a03a0f44aeb41725 0.01 MB 20 23
320,054 320,054 000000000000000025684bb09dfc7716e15222f90107d732016b76518924f4bf 0.65 MB 1,370 29
320,053 320,053 0000000000000000088ded02e7e5e490549914ca7b5972483f9d01b0f3b0bfcf 0.22 MB 465 30
320,052 320,052 000000000000000019a8883a1299fcdeb1fa84d0d3b92d7d33084116d1e6f722 0.21 MB 281 22
320,051 320,051 0000000000000000050734da6da038dfff0ae78652ca5ad45d8099d22b2d8a80 0.28 MB 394 23
320,050 320,050 00000000000000001a903fc16a46a5c1edf4acfffb117beb7c6bac5e71241b24 0.44 MB 964 31
320,049 320,049 000000000000000020ac33020c4edb4ba493e6f207f4e4c102b248e9960c70a1 0.08 MB 163 32
320,048 320,048 0000000000000000194e492ba042403b7e7b55c6bd7b622fd2d2d31b0224e56c 0.19 MB 326 25
320,047 320,047 00000000000000000dec203787b876e5bea5cff64cb8f30406d453dc7cd2ce45 0.12 MB 203 25
320,046 320,046 00000000000000001d6546d261e79564b59061a176214097dadb37dbc33efa5f 0.17 MB 263 25
320,045 320,045 000000000000000009377642b0fcff22838892276dfabc8ebfeadf7e0a4349ee 0.03 MB 55 22
320,044 320,044 00000000000000000d0534e30bf7e1c82eb334877d691931a8cf6b1381b877aa 0.14 MB 219 24
320,043 320,043 0000000000000000108401872f932ee9ca7e618bc4be804b56d5d3ba8b2507ce 0.02 MB 42 28
320,042 320,042 00000000000000001e3c5b550e0d9079e2696205e112223e6afd740817490366 0.43 MB 883 32
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.47 GB sent, 93.12 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.