Memory Pool Memory Pool Refreshing

2,685 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,352 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (69,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,354 838,354 00000000000000000002a2132e146962520d201b3c49b14494590cd7b87cd036 1.70 MB 2,980 46
838,353 838,353 00000000000000000000a442d8a3fd209405c31f9dcdda65f25d88b69011300d 1.89 MB 2,649 34
838,352 838,352 00000000000000000002fa6a37f3138ec7c3a021016dfad5a10560fde7c26467 1.61 MB 3,132 44
838,351 838,351 00000000000000000000e1d772618adb08ff1d333aead3810d7fa009751a17d1 2.78 MB 1,791 38
838,350 838,350 00000000000000000001f6a5935cb284ab2880f58c15c06cfc694b6eb29a0959 1.90 MB 2,891 38
838,349 838,349 00000000000000000001d10bdd4f7aa2f7e49d23ff8c4619a8ec9ed6a2367376 2.10 MB 2,593 41
838,348 838,348 0000000000000000000269acbbbcc48539002f98e6b26a57da6bd4eb9270a024 2.56 MB 2,466 37
838,347 838,347 000000000000000000010e1ac160111d15254db1baebfab4b7f72b9d7a2e630b 2.39 MB 2,490 43
838,346 838,346 0000000000000000000268035fe190f16da49e81534d6fe7999f63c083fe820d 2.53 MB 2,495 36
838,345 838,345 00000000000000000002d4019326f2fd185614b13d427403afc2514a51301205 2.63 MB 2,181 39
838,344 838,344 0000000000000000000350bc353cd86a035a6a03839f9b9973ee74631225c86e 1.92 MB 2,859 39
838,343 838,343 00000000000000000000e23a374453d1f6532592ede8a307342f8763ca51fe7a 2.17 MB 2,469 43
838,342 838,342 00000000000000000003105b1cc6b6036243373f6fddeb1b192aa330854ca940 1.99 MB 2,383 49
838,341 838,341 000000000000000000025430024aa09469a5e72cbe5fd0010316041cff4c5587 3.36 MB 1,000 39
838,340 838,340 000000000000000000001d0bbf7bcb10d60988caa57527aadf3d792f36bac87c 2.80 MB 1,969 38
838,339 838,339 000000000000000000004efbcbf4f66abc555d24dd2e233ccccc1ea853b9e50a 2.56 MB 1,955 43
838,338 838,338 000000000000000000029f303f9a66b15f199a9595ce51b33e16d0cd53e301d9 1.93 MB 3,052 44
838,337 838,337 000000000000000000014c18ebb2854507588524e570087d8d53f77178605ed7 2.77 MB 1,755 45
838,336 838,336 000000000000000000018c2ca062a790589ac34ff57fd0f16b575bd94217c462 2.37 MB 2,597 37
838,335 838,335 0000000000000000000242bb70c3fbf34d6b636a19d0caa6203aabe443465d33 1.94 MB 2,967 39
838,334 838,334 00000000000000000002a1dca461b4beddcbec5303205c1a3d90b6944615c3da 2.41 MB 2,281 48
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.88 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.