Memory Pool Memory Pool Refreshing

58,864 transactions
27.68 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,906 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,202 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,905 (493,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
376,898 376,898 00000000000000001117d95858f53c017df77e3a9105d3c77ec23655570ab5f1 0.44 MB 987 44
376,897 376,897 00000000000000000592dbdf2dc69d09de1b08aa5bc84f0603597bf6e9af6dc0 0.10 MB 228 39
376,896 376,896 00000000000000000a6329b8f64c9bf706569d9f350e713d8209131bdeedb75f 0.80 MB 1,066 18
376,895 376,895 00000000000000000aebddca3f67c24c488afccf4d81098d6d473ebd344b4396 0.93 MB 2,659 80
376,894 376,894 000000000000000010bf939fcce01f8f896d107febe519de2ebc75a4a29fef11 0.16 MB 160 28
376,893 376,893 00000000000000000997ac1b7881ca95e62df9aff502bbc510e274329c9c7d95 0.83 MB 1,431 30
376,892 376,892 0000000000000000113e82fbb356d2c01f669c28e7bb1c5527de0e0015bd5dbd 0.00 MB 1 0
376,891 376,891 0000000000000000074b9b40756a132fab5dfb6756ce1347503aa12be6613bee 0.90 MB 1,737 38
376,890 376,890 00000000000000000f18d3d4d6bb5750baa6286a481a0fe47e802d75d25fa5f5 0.82 MB 992 20
376,889 376,889 00000000000000000c73fc753c16f187e0b9b7aca83fa0a3b047d255f5b1e3fd 0.36 MB 683 32
376,888 376,888 00000000000000000103cb49331658d217871a4f67e21bfb1c2b48b09dbdb342 1.00 MB 1,957 35
376,887 376,887 00000000000000000fdb91a8b0d53ba74c5d9b81580ddd20d034384710be84cd 0.95 MB 2,389 54
376,886 376,886 00000000000000000d6e2f40f4426e2bf673a7f314e2fe6163cc9dab6b9e5022 0.19 MB 330 37
376,885 376,885 000000000000000004bd625873f28476095054d96d5416e02e71fe0754d6b8f4 0.34 MB 338 20
376,884 376,884 0000000000000000020982d9be0f65eef01565c5572757690aa697a5a45a764c 1.00 MB 2,560 47
376,883 376,883 00000000000000000e17eddb968cadafd438b64d9cf797a7397cee4eb42ea315 0.06 MB 99 20
376,882 376,882 000000000000000003fbc9e2ea50835ea74006307209f0b2fa66018a736605b7 0.54 MB 1,331 41
376,881 376,881 00000000000000000dfa28a8a2de63012dc105af19daa47acfdd816f5c155d49 0.16 MB 294 33
376,880 376,880 0000000000000000063ca150b1d25a53f861d010a379e5be404ae37426a01a75 0.51 MB 899 27
376,879 376,879 00000000000000000ed54a38d6fff2a06fdf5e765226653fe06fc7df7d5201b2 0.93 MB 2,247 46
376,878 376,878 00000000000000000abe37237246d84b6124287163d56937a4e05a5a40361793 0.21 MB 553 39
Previous 10 blocks ↓
Total Size: 699.28 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,154.46 GB sent, 205.67 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.