Memory Pool Memory Pool Refreshing

147 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 133 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (52,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,323 855,323 000000000000000000030da3a384369a41dce9e68e95568b6232d4d1e2e266eb 1.59 MB 5,869 4
855,322 855,322 000000000000000000009b8e0384af61fa9d3e548c573e3e93c6c32fb45b6ea8 1.63 MB 5,735 4
855,321 855,321 00000000000000000002ac5dd42ac796a18710752f32218cc0734775fa0f049e 1.67 MB 5,624 5
855,320 855,320 00000000000000000000d843fb9b87ee1b334409c7b22765b016ea73e9d27719 1.68 MB 6,001 4
855,319 855,319 00000000000000000001682abd1131979830825e11bf20ad9ca2ee2f0cd23eaf 1.75 MB 5,095 3
855,318 855,318 000000000000000000009b240fb1a9c10d7193b2f94ea8e141ac3fcc6ace6dd7 1.55 MB 3,812 5
855,317 855,317 00000000000000000002feac3562f7a5167cab619588f0e547b92104653bd691 1.53 MB 3,425 4
855,316 855,316 00000000000000000000c7431cf39c6ff656432713aa87ce7bb1264d66f895e2 1.84 MB 6,882 3
855,315 855,315 00000000000000000000f10a5b20a41e2973692bdbfb47323ef307ad948052ee 1.71 MB 3,370 5
855,314 855,314 0000000000000000000030cac2c29cc1531bc79fc8a5b8bc5f97eb9091b455ed 1.70 MB 6,665 3
855,313 855,313 000000000000000000010e687b8dd05afc27d88d23f83887651e3cc8f89d05a7 1.75 MB 1,498 3
855,312 855,312 000000000000000000018b5cb9e92736159cd1b19df9a3eed21c0368ebdd375f 2.13 MB 1,638 3
855,311 855,311 00000000000000000002518a4e23b91415268b4b0d684921c7c8d2d816589212 1.82 MB 968 3
855,310 855,310 000000000000000000024883227e90d678ab3aba9366c706b616094aba9879af 1.71 MB 3,144 4
855,309 855,309 000000000000000000011dca087393129f78207668a9ce00b7c470c23e33de72 1.80 MB 2,137 3
855,308 855,308 0000000000000000000276c27b2e0def1b4ac5e160cf4d0b4c12447f4da811a4 1.67 MB 2,657 11
855,307 855,307 0000000000000000000119637b2669c221aadc2fa77edc052771e9608138938a 1.65 MB 3,355 3
855,306 855,306 00000000000000000000bdeab58b6ccbe678b762906b8d16f15827c330d8dc31 1.55 MB 4,657 4
855,305 855,305 00000000000000000001e4e8be5283d2571632e5017722c083e77e119eff8dce 1.59 MB 2,924 5
855,304 855,304 00000000000000000001b4be56b98019ff08613135857a02d3a61259b82dca7a 1.66 MB 2,685 6
855,303 855,303 000000000000000000008565644f270bddcabc1754a7fd28cd5546d09d830aa6 1.69 MB 5,749 3
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.