Memory Pool Memory Pool Refreshing

77,145 transactions
33.41 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,113 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 2,254 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,112 (354,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,265 518,265 00000000000000000016f8d9e938a1380ef38a3ac5bdaffd929ac859a23bb345 0.00 MB 1 0
518,264 518,264 0000000000000000000eeb1b5078b323238fb9ad724488b214e7d4c49f5c73a8 1.02 MB 202 3
518,263 518,263 00000000000000000034fb3987d0dbdc00bdc900ec96ac6d68012c1a5ba1fa19 0.99 MB 207 3
518,262 518,262 00000000000000000021ac8deb737b629977e39253c587f8ac2b4fef64da4e1c 1.10 MB 1,108 12
518,261 518,261 0000000000000000003a73832b019c75ed021a1244bdf358ac54599f6da965f1 1.00 MB 611 7
518,260 518,260 00000000000000000047422a0e53723aef11edc99fc56d43a8098d084450ecdf 1.04 MB 823 12
518,259 518,259 0000000000000000003d9ed27dc6dd6f833a60c71997f617eb34ffcb536e2bd0 1.01 MB 544 9
518,258 518,258 0000000000000000000f2589880d42505b96b6a7b78bb7b11730f9a6007c8038 1.03 MB 476 8
518,257 518,257 00000000000000000005c7a25b3d70b0ac1376dcdeb232ab1ed1b5178617d927 1.05 MB 1,166 14
518,256 518,256 0000000000000000003e4380732d71704005146a6f425a203166e29b72fe2214 1.00 MB 55 2
518,255 518,255 00000000000000000037136147284127acbce0ce0614b75083ff47d808c6f94e 1.00 MB 237 3
518,254 518,254 0000000000000000003cf2ef88b24bfe35322d59d0f31ca834e7b257a6dd2586 1.02 MB 587 12
518,253 518,253 0000000000000000003543574bc38dbd91eb4585bb6f22635720088b1b03a036 1.00 MB 297 4
518,252 518,252 000000000000000000066b188c02adf9e500470d87a5a20fd63fac52dbf080fc 1.06 MB 1,072 13
518,251 518,251 000000000000000000196cde5a5d191cecdb9c219ec96de33d5c136625ef74c7 1.00 MB 63 2
518,250 518,250 0000000000000000000815be686a429a21b57263dbe5bd9239d66ca0aaf6a179 1.06 MB 1,066 14
518,249 518,249 0000000000000000002d7047cf066318b4031a63c415ca2274495f5d16ece618 1.16 MB 1,517 20
518,248 518,248 0000000000000000000f15d953076063641fbae5a8409b60856edda1d60d7665 1.16 MB 1,750 24
518,247 518,247 00000000000000000004a423388f841b675621b076621501871e2d8f7d0ed015 1.13 MB 1,619 27
518,246 518,246 00000000000000000032b889b2b42d61c7b6b33287a6ef00f38c7c45b230c6cd 1.11 MB 337 4
518,245 518,245 000000000000000000048f2c4b9dccd23a220d9fccc0c11e621307977899d71f 1.10 MB 422 6
Previous 10 blocks ↓
Total Size: 705.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,668.09 GB sent, 245.93 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.