Memory Pool Memory Pool Refreshing

5,346 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,934 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (137,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
770,470 770,470 000000000000000000036a16460653c322b63dbe0256469ecf1e85d3e2f700f6 1.45 MB 3,168 20
770,469 770,469 0000000000000000000710a7dba229134f2ad0d6c0412ae64103d79002135f3c 0.78 MB 961 2
770,468 770,468 00000000000000000004dda2fa99ea41cea4fd822b47dae3ad4d6a521c32dd87 1.13 MB 1,017 13
770,467 770,467 0000000000000000000468acf7f8a0e36a723bd75c52c213d2975eb0a90b04e5 1.57 MB 2,460 9
770,466 770,466 00000000000000000007c0c4e3c6e506cec5cf27880e9d8a40df02a0d3309f71 1.63 MB 2,930 17
770,465 770,465 0000000000000000000138c56771dcd0ff3dded2db01ae4f7ff50172e713e03f 1.55 MB 3,433 14
770,464 770,464 00000000000000000004ab491c9ce15a4548768faef391ee620528e824409411 0.43 MB 1,014 12
770,463 770,463 00000000000000000001f36d8e556e0b7a69ba87142af21667a8f1cd3ea9e33c 0.02 MB 67 11
770,462 770,462 000000000000000000036cfb142e67199f32f8cae473fb675e054d36b5122d2c 0.88 MB 1,626 12
770,461 770,461 000000000000000000060cb4242d1f28e37b3d5fdc565990d6b8d3e95e6f3a35 0.53 MB 1,007 12
770,460 770,460 000000000000000000056f71e828fa8423ea4ee816cb4b892c2d720317f383d6 1.05 MB 960 2
770,459 770,459 000000000000000000030ddf5bf0342ff75406949eb14340007b1c36bee253c1 1.50 MB 2,631 14
770,458 770,458 0000000000000000000098ba2fe2b33e01bfde967bf98928a8f8b5d4171450e2 1.86 MB 2,407 13
770,457 770,457 00000000000000000006d1fa89e592c8aa7e9fdf84b925f5b6bbbfc6a34154c4 1.44 MB 2,738 19
770,456 770,456 000000000000000000026b9449800426ff76428c3b4f3e90dd1fdddaf5c793ff 1.57 MB 2,722 18
770,455 770,455 000000000000000000020d00438706ed88fce9f52158f95a9085ccc584116549 0.01 MB 13 34
770,454 770,454 00000000000000000003aaa849ceeef60981437108b73c8adec1daf53ad28183 0.50 MB 880 10
770,453 770,453 000000000000000000029dfe324a3b91fcfa8a37d721d18dd789d16123d28741 0.12 MB 249 14
770,452 770,452 000000000000000000061a5fb8c7319fdb632c8cff9df670075644ddd7a5e1f1 0.91 MB 1,876 11
770,451 770,451 00000000000000000000e5b4f5b14be7641e94b18cf51529ec91c0b01f889a59 0.82 MB 1,490 11
770,450 770,450 0000000000000000000139ad6c1fb36d70dd567326a6ae844ac2ca37094895cb 0.12 MB 258 11
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.