Memory Pool Memory Pool Refreshing

1,754 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 1,743 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (713,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,865 194,865 000000000000022039a0bca935971498b9c638d81aff2bc3bf078462fca87061 0.21 MB 512 202
194,864 194,864 000000000000079d69546ce805e9670e5dc65e2b4a33a442815c59dd4e3fe848 0.03 MB 80 199
194,863 194,863 000000000000074d24954936dbcb614e66e3fd79aadb58945d37110e4eb926e9 0.05 MB 132 135
194,862 194,862 000000000000057757efdca5b4dc5a861f09cfe904da363a3614ee3314de5f33 0.23 MB 454 156
194,861 194,861 00000000000000c4ca80b231c7b3e9947cfdb0685203c4fcb149c76aa4e745f3 0.05 MB 162 189
194,860 194,860 0000000000000377d62faf534cb8c9420087283d80fad19c63fa008428edeacb 0.25 MB 616 148
194,859 194,859 00000000000005ce2d50390fd90b3bc15e678f24d6b527128f5332fcd734ed65 0.03 MB 99 353
194,858 194,858 00000000000004b9fbd904c2ecaa1c43308bc32b7881f4e13397d43563eab9e5 0.00 MB 7 15
194,857 194,857 0000000000000133ac2db084071c44dc4551506baed504e62dffdc350f70e14d 0.08 MB 263 272
194,856 194,856 0000000000000323207f379898ddab0a866a022906d034ef23a1aff56762ac6f 0.16 MB 435 158
194,855 194,855 0000000000000097a4f3f1dcae716a63dedc7a6fbbb22d618016455409e4acb0 0.18 MB 538 247
194,854 194,854 00000000000003ec68be6c1671caec099ce2266b66e241a2e92d7843a74f7e6e 0.18 MB 267 116
194,853 194,853 00000000000000b7ec3bdfe91d63cca4193d115c2021b825d602b9559b29c847 0.21 MB 537 164
194,852 194,852 00000000000004d0e4727eb34e169a1fd36bbb8d7f1265f1b6180ded6fcb1dd4 0.10 MB 157 96
194,851 194,851 00000000000007a2702656c6f69db9cf732a677376d13c204bd450cc738a878f 0.17 MB 398 174
194,850 194,850 000000000000000b4f43bf1bc55a9e58021912774adb6e2c7fdeeb4c797cbd33 0.01 MB 34 240
194,849 194,849 000000000000071ca23759dd4143ed95aed0ac88776436a4a5c63b06180676bc 0.05 MB 117 118
194,848 194,848 00000000000000b7b074cd8044ec8fd706ab6b2bbfc784a99b4c2810126091d3 0.02 MB 62 11
194,847 194,847 0000000000000183a63b13c1d178cc5968a75436bbef79541126d2d654cc3959 0.09 MB 204 218
194,846 194,846 000000000000003de8fc656d7f18dd026e7736f5e5aac44494f38dea207bd615 0.12 MB 297 141
194,845 194,845 00000000000002b65cd0527498d62f5e83075c9178db864b0e4d37f434961a6d 0.02 MB 37 100
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.73 GB sent, 94.45 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.