Memory Pool Memory Pool Refreshing

54,001 transactions
26.59 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,780 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,960 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,779 (55,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
814,253 814,253 0000000000000000000416674b278272fc228b01a3c1347d265bc61d02c2e4f6 1.63 MB 3,451 8
814,252 814,252 000000000000000000011eb7b8bf17c69c885e6da6f9a2b81e52ed5cab624146 1.43 MB 1,478 6
814,251 814,251 0000000000000000000470bd0dd58d7c46035e476552f8375732477a3f097fd2 1.73 MB 3,496 13
814,250 814,250 00000000000000000000052b9313b9d9f44f1cd5e5c6be5e072c03a722164f39 1.68 MB 2,654 14
814,249 814,249 0000000000000000000277fbbd7b1d3890ec8d28909cc226b0cdcab7993757e8 1.54 MB 3,693 22
814,248 814,248 000000000000000000002f94027d3c0a275cbc452146bee3a82c1d8b0973d94d 1.55 MB 3,683 23
814,247 814,247 000000000000000000046c09710e212e62e288fd305255f16f41945f4dbd37c7 1.32 MB 1,725 14
814,246 814,246 000000000000000000030f1c9d574fc4ebb33926eb341606bda5d199ed695e11 1.54 MB 3,040 4
814,245 814,245 00000000000000000001a59352f3244fa4c351b6da492127a77adeb59930d8ec 1.70 MB 3,231 8
814,244 814,244 0000000000000000000409dc4a25f4d84cebdc6adb98bb7bb0cf3ea03b6cb1cd 1.62 MB 3,107 11
814,243 814,243 00000000000000000000b0af6c96a2010bde462da6ebb4d4317e0768ad46dbd4 1.63 MB 3,279 18
814,242 814,242 00000000000000000002acfdb0c21f8ad18dda6cff609e20c9d8e69ec4408771 1.78 MB 4,677 13
814,241 814,241 00000000000000000003ca7318736138c4d437d619025ae163caba285ac18880 1.70 MB 3,991 20
814,240 814,240 000000000000000000040ef5aaf6d8a0ce9e7f3f36a080c540795d13ea6cdb8f 1.62 MB 3,869 22
814,239 814,239 0000000000000000000185637e69586a152814c5b4f90481e1c926ebc4a0e747 1.59 MB 3,258 16
814,238 814,238 0000000000000000000013d9731f300206c70edd08d990b1a13df827147b0134 1.80 MB 3,767 5
814,237 814,237 00000000000000000004948fa53a96952668fc3647eef5a07e1f0149111d4280 1.72 MB 3,994 5
814,236 814,236 0000000000000000000355cc9f2bd57483661313efc6a6795f1cd9d57fddf72a 1.81 MB 3,409 14
814,235 814,235 000000000000000000015919b4248e717ddbdd1bbf2f579f09a957373cb58d91 1.79 MB 4,841 8
814,234 814,234 0000000000000000000427ee7a65cc20042a25145867541bab61ca88bcf6998f 1.68 MB 2,863 12
814,233 814,233 0000000000000000000437bb51fee2385e8155851a313f048f5771a2a51e4439 1.64 MB 3,960 7
Previous 10 blocks ↓
Total Size: 699.04 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,107.47 GB sent, 204.28 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.