Memory Pool Memory Pool Refreshing

4,112 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (70,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
837,657 837,657 0000000000000000000025e050611593946fdc4e2e32dd7eadbbf2bc695474eb 1.86 MB 2,856 19
837,656 837,656 000000000000000000021cecb4001ebefbf8e06bdf0c14b3de3f4c235ae167dd 1.87 MB 1,898 15
837,655 837,655 000000000000000000018f4da18445c26e822d2fad01ec60384292549fe5db67 1.62 MB 2,121 17
837,654 837,654 00000000000000000001ad5f6e86515a2cd5e3af72dc82e0c309602294abeeba 2.36 MB 2,566 9
837,653 837,653 00000000000000000000be2b95239d101bc10b6fa502f110c8694329c3345ec7 1.89 MB 3,517 14
837,652 837,652 000000000000000000015fae5f4eebaf332e84df7949677aaf0afe8ebed9624c 2.16 MB 1,504 8
837,651 837,651 00000000000000000001b5a0fa63aa989f832b7b6640cf585044f5383444cbe2 2.01 MB 1,025 7
837,650 837,650 00000000000000000002569cbe190c8ced5cd0199f40a7d03f0de46a53fed8aa 1.75 MB 3,063 16
837,649 837,649 00000000000000000002bf0695c710dc89246c1c87baac7bb9747d2fe0b1de9f 1.49 MB 2,309 13
837,648 837,648 00000000000000000000aba8511d7687e33d0d90be7e58d94155f4e7cf0347bf 1.66 MB 3,205 25
837,647 837,647 000000000000000000030103b8239d4eebe9c4a7e669de10e109fbb06d50cd2b 1.83 MB 3,457 11
837,646 837,646 0000000000000000000100fc16a52773aa838f84913048535f09b2cd610d9848 1.50 MB 3,255 25
837,645 837,645 0000000000000000000029bf881c1574b1762f884b4db843c5b59b63faf9103f 1.63 MB 2,886 17
837,644 837,644 00000000000000000002fab9ec2d60d847801b75450e8a97e30abdd4dc876782 1.78 MB 544 6
837,643 837,643 0000000000000000000067d7d73c213c0f87740f24366c1f2623acc372f2827c 1.72 MB 2,612 14
837,642 837,642 0000000000000000000200c2c98f80cac8a933aa1a65ad12d113ef4aa3a74e3c 1.73 MB 1,300 11
837,641 837,641 00000000000000000000e79b89c15c1d793b39bd39f1319e4804982bce3ce974 1.87 MB 225 8
837,640 837,640 00000000000000000001d83b4f5d8bf968ffc261f2a9a90d88a264dfe2ab8d49 1.70 MB 3,002 13
837,639 837,639 0000000000000000000171abfac85fb4d76822aa7e0f5e0c37894ada1ad34750 1.96 MB 2,678 11
837,638 837,638 0000000000000000000037c2c2f0293c26fb45d0e90e3e2f45a95e46052c806e 2.57 MB 1,968 9
837,637 837,637 0000000000000000000043d45654816dc58503dfe1ff7fccda674414cfb4d7f4 1.88 MB 575 7
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.