Memory Pool Memory Pool Refreshing

38,844 transactions
23.99 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,584 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,180 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,583 (729,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
133,295 133,295 00000000000002a4eb717e4d000d779809bbd521fddedd9b21f2d36ba6179318 0.03 MB 60 740
133,294 133,294 000000000000026d7f501a9d17b69fa6a5601569a88da9c7165d1dd466a45e9b 0.00 MB 9 1,307
133,293 133,293 0000000000000a12934e0514623855f8096711b06d336ec1aae02e22d83ab244 0.03 MB 74 535
133,292 133,292 00000000000000296519c27149c004207b37f8b20fad1496c11020ee9d4effe7 0.02 MB 59 208
133,291 133,291 000000000000079920b5c47176825c3b4caa21a4149a5eac21c5396c1381b620 0.01 MB 33 770
133,290 133,290 00000000000005ea8ac3629d24dfb688712b5bb78d8bde36e4947543197b7b65 0.02 MB 65 374
133,289 133,289 000000000000094d96d2c4d190677269809e6d3d335458f41c0c26d50649cc12 0.01 MB 21 860
133,288 133,288 000000000000034d33e361832605690e97e92eb8d2932a4d16bf90076b03bf7c 0.02 MB 55 412
133,287 133,287 00000000000000f5a5a2a38a93038cae13f7ef6c6f77a837facbdf4c42f0dd29 0.00 MB 7 44
133,286 133,286 00000000000002de93760353457f84f63be37b7cdfe7e1f6a1025b0c785f4162 0.03 MB 114 318
133,285 133,285 0000000000000ae015610b0347ac923d5cbf8e7b323a48e16cff6d6009a93606 0.00 MB 14 342
133,284 133,284 0000000000000b58aecaaf9b0c26b950ca2e9ddd690361077eafe861979d04a9 0.04 MB 142 176
133,283 133,283 0000000000000ad60bf92c23504009a1e2bd658fa4544d6c29cb5cca346fb3a0 0.01 MB 34 870
133,282 133,282 00000000000006d0ba290e5ef0d0049a97bee4096b7e6e18931a245d5c6c6092 0.03 MB 76 558
133,281 133,281 000000000000070a790e351eaa538886b758e32bf3510dc74da971f956d957bc 0.03 MB 82 952
133,280 133,280 0000000000000b34398ef588ffa5a78ef2f118f59fc9749dd4e024cad7c196ec 0.00 MB 19 854
133,279 133,279 000000000000031e31d37e7bfd2d134523bc9c432c716fe15d8eba82bfa47308 0.08 MB 318 14
133,278 133,278 0000000000000aa0557a3d7eed3edbcda722738f2095df1a5dae59e71c4c7491 0.03 MB 69 138
133,277 133,277 00000000000009c2e5a63023999f38573fa2fa498fb631a26fdd4d732e3af04f 0.00 MB 6 3,030
133,276 133,276 0000000000000a8626f5bcb3786464c2609d3bf8ccf13672fc60efa329a5edc9 0.02 MB 41 516
133,275 133,275 0000000000000a88187124c8419e270b4f0a3a72dfa1c329cd17bf7e8b7f47e5 0.05 MB 186 61
Previous 10 blocks ↓
Total Size: 685.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: 1,376.40 GB sent, 107.49 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.