Memory Pool Memory Pool Refreshing

15,051 transactions (5.40 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 29/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,890 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,437 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,889 (833,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,376 75,376 00000000000539bd7d952657c6bbb29759ed5c00e706d321e4b5f86b3d7dd49d 0.00 MB 1 0
75,375 75,375 00000000002a9d8d491a53fd0417759c4f9d23a343f26e25142e0381191b5f45 0.00 MB 1 0
75,374 75,374 00000000007720a700f37ebb9714953f68a8a84c56a2f46a80381ece0d6934e5 0.00 MB 1 0
75,373 75,373 00000000000f9e05a9f2949fd0ea9d85bacdd57fc063a6991f8f94bc2211eebd 0.00 MB 1 0
75,372 75,372 0000000000024b306b29ce0a38dfe1b158711e830ed38a5120d4e19793957b3b 0.00 MB 2 0
75,371 75,371 00000000000f3a5ff33da41c994ee487fb7021016e6d97c1e31fd46e4a16827e 0.00 MB 1 0
75,370 75,370 000000000033b0c9371659e37c87d7dd028db0735b2f2499ab1fa7c2df5cd7ee 0.00 MB 1 0
75,369 75,369 000000000049a4c057219dfa9c5573038e301bf157fa61b17625e449a41b06da 0.00 MB 2 0
75,368 75,368 000000000002909d6b0c479545b348d5ad3e6b413f24b4a3e54b60ae38fd7d31 0.00 MB 1 0
75,367 75,367 000000000008e055dc91f5aaebaac27a429884e78429ee0e34854647faef86be 0.00 MB 1 0
75,366 75,366 0000000000032ccb5a2ffc14e60d1229d98d47368feb5b7a91d5af2e7ae6e07b 0.00 MB 1 0
75,365 75,365 00000000001aace528e8bd21642a3f490e039131302451a8cb9f688ac394e82a 0.00 MB 1 0
75,364 75,364 00000000005524495e54a1bb1ac914902f1ffb7608ff398c431e88d0c1f5fb1e 0.00 MB 1 0
75,363 75,363 00000000007f05c3f5470eb86980fb8708cca778ddf5fbcf3dcb47a68b5357a9 0.00 MB 2 0
75,362 75,362 0000000000282009422ca0a4a550e2a7dcc104d803e8e78f5ea2618202ffc799 0.00 MB 4 0
75,361 75,361 000000000002537ec915a752d7aa0c272b2f43d3bc966e47c7ade8dacd944711 0.00 MB 4 0
75,360 75,360 000000000063ba467d2d8d8aed6fe43ae5c82afa708022bc1dbeecfe3669d959 0.00 MB 1 0
75,359 75,359 00000000004d940da32781fd1beeef776ab512cf24cac92b7c1c428ca7878b26 0.00 MB 1 0
75,358 75,358 00000000003c6c91c2c353e45833eb54681cd6ebc68d72241a851ea57d5b518e 0.00 MB 1 0
75,357 75,357 0000000000798c39c0f12ca0de25310f1055a074ab0f25322b0bbe4a94dc00b0 0.00 MB 1 0
75,356 75,356 00000000000357041eedde7a45e35c869e0f20d9cf9b186bd38635c180d509af 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 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,863.22 GB sent, 103.96 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.