Memory Pool Memory Pool Refreshing

4,401 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,731 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (591,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,967 315,967 00000000000000002b37fe7897d3f98a4ccc933dc97011a6998f7da8ae1a5084 0.43 MB 810 25
315,966 315,966 00000000000000000c0035b19f7d74166a5a30dbd7c6be4061a28222da7d5632 0.16 MB 512 55
315,965 315,965 00000000000000000b1b761f70cb991db879cda06bf8f2dc52977a4fbc0d85aa 0.15 MB 216 22
315,964 315,964 00000000000000002019647ab12e6598f7c9c33b30ba6c86286dc0fe2e967fb1 0.03 MB 52 35
315,963 315,963 00000000000000002282593007ee0fc4e25014de45154192cc0c7e25d580ca25 0.05 MB 102 27
315,962 315,962 00000000000000003583f3b6a158e92cc9bfff7369db1f61280716af147c5643 0.06 MB 116 25
315,961 315,961 00000000000000002f00f4b3abf059816fdd370c9c24985a5c514cc43e8f5abb 0.46 MB 773 26
315,960 315,960 000000000000000003a999b5952522bced4ba25dbf7155843019ae0d417abe64 0.22 MB 376 25
315,959 315,959 000000000000000036fc0d83ade930d21b8f01c3f2e22fbbf502373f5696b26d 0.20 MB 247 22
315,958 315,958 000000000000000035c858ac3ff9f4e159cb66039f995c2349d5019c93082b17 0.11 MB 256 39
315,957 315,957 00000000000000002bcedaa392de310c965aa7c1ad19f4791fef098634f38a1e 0.20 MB 332 23
315,956 315,956 00000000000000000b731e74c84508052e4fc354e6b06bfa7d0052b5e2da336c 0.27 MB 372 20
315,955 315,955 0000000000000000087d93a7231e58ab64b846c6b5b98b8115ed739596a4ac39 0.18 MB 327 30
315,954 315,954 000000000000000019561197cca8500e6efe40d862e24e5a2222d03d83476495 0.01 MB 18 39
315,953 315,953 0000000000000000316409fa2bbffda0cc2aba56472c913352ea52d858462b9f 0.14 MB 298 30
315,952 315,952 00000000000000000cc27bbe12fe35700340c0dd738b100ade7fa13a6c9ec1ce 0.07 MB 176 37
315,951 315,951 000000000000000021ab913bf491449d7b3f004e878291d380db8b8e06d5da54 0.20 MB 484 37
315,950 315,950 00000000000000000f5c03f098715a0c801e147c382178691bc6697ed1f91cb6 0.22 MB 459 35
315,949 315,949 000000000000000002521bf5fcd329bb37969ea4ea5ed3ea125d42f80138cf0e 0.56 MB 1,141 30
315,948 315,948 00000000000000002e52190c8bb33e8c8c2739a5f863452268c25844234cd14b 0.13 MB 261 51
315,947 315,947 00000000000000001ea3c635cbeaf93f8a8a3268838fd895134f41d5a7e980cf 0.36 MB 631 28
Previous 10 blocks ↓
Total Size: 769.08 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.24 GB sent, 93.30 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.