Memory Pool Memory Pool Refreshing

1,158 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,153 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (128,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
779,415 779,415 000000000000000000058a6336daef33a63dc289436137eaf7fb7a6b6cd7673d 1.98 MB 457 3
779,414 779,414 00000000000000000002dd19a96ef4d42d6434d7b82b398e7b96000af71eee76 2.31 MB 1,224 2
779,413 779,413 000000000000000000054d16d8f8dabda830cd08f53da54ff2fe66f508714458 2.26 MB 1,266 7
779,412 779,412 000000000000000000055eb6b3e96865e724b59b24a770a3a92210ee3e0c0810 2.14 MB 1,015 3
779,411 779,411 0000000000000000000005f8a3dc468d611eaf97498c810eeefcc30eb480b02d 1.83 MB 1,476 8
779,410 779,410 0000000000000000000681cb51c19fdc56e3949e92e6b4ef64293df74919cdea 1.57 MB 2,449 16
779,409 779,409 00000000000000000000e6a2bfe928fd844e4707aa8fd3e70b4f6a7995b3bdba 1.52 MB 2,783 18
779,408 779,408 000000000000000000042847ae707c5d928a7bc54d8d9552bda2c26b492f6229 1.39 MB 2,994 22
779,407 779,407 000000000000000000019c80f90ede36663a9f85b77af76fee950869c34dc688 1.35 MB 2,017 21
779,406 779,406 000000000000000000035159f8af3f461dcd6a9ab5946405d5850a1ed20b907d 3.00 MB 671 2
779,405 779,405 00000000000000000003623061b8affa59d606ba3f5a71928eecfa410c605190 3.52 MB 674 3
779,404 779,404 000000000000000000009cd9a5f9abb65610fbd4edd4bfeaae0215ebecc69c36 2.89 MB 471 1
779,403 779,403 000000000000000000035994dbb46915d9560a39535d21aeb6298c6f529e453a 1.52 MB 3,038 6
779,402 779,402 00000000000000000000396a56289cd8be9f48091d2963947c1382430856825d 1.68 MB 3,618 5
779,401 779,401 00000000000000000000fc06102b66cf81e2392d4e361d08fa2ef1be6a3836cb 2.53 MB 1,531 8
779,400 779,400 00000000000000000002312cc44b9309558d4044b40440854ac26eb5a5cfb597 2.22 MB 2,215 10
779,399 779,399 0000000000000000000169737b598147da4c9512eab25c7200904c4e544452d7 2.15 MB 1,851 7
779,398 779,398 000000000000000000050b80abd1325825bc1ecceec37460c6ce93d6759ef66a 1.40 MB 2,923 18
779,397 779,397 000000000000000000031c3323f951623504fde237cf44c95497a07586de5464 1.61 MB 4,497 7
779,396 779,396 0000000000000000000477e83a19088cf628449c6336c614320374c485faa31f 1.73 MB 1,345 6
779,395 779,395 00000000000000000002b182c3084c38c9d63f9436422eaad0f96fa6ae8abfd4 3.09 MB 1,224 6
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.