Memory Pool Memory Pool Refreshing

1,439 transactions (0.40 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,815 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,447 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,814 (865,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,956 42,956 00000000195486add5eee6ab45aec4c7b8cf7a2ffc86094b3a38ea381f66224f 0.00 MB 1 0
42,955 42,955 000000003f7274e707d37a11da58278e4cd256e7d3abc78edb4aaff290063574 0.00 MB 1 0
42,954 42,954 000000003c3ec153b92836501ee22aca63f6e4f692d39c81b0d434be099cbf8a 0.00 MB 1 0
42,953 42,953 0000000022ed484e6c2321b9cbf18b324e2d37c9d7644104667990dcbc648e00 0.00 MB 1 0
42,952 42,952 00000000018c2b00e00bd976e0239dd56c4ffcd41c16c3161855327a8ef2ef86 0.00 MB 1 0
42,951 42,951 00000000390187287110b7af405ae53a3b365c3bac47460abf2fab4758e464ca 0.00 MB 1 0
42,950 42,950 000000001bfccb599c3cc5e2bf411374520c20755381c868891d26a1d78fece0 0.00 MB 1 0
42,949 42,949 000000002bd6af2b006ef0399e8d34eedb716951a35f3ea9e112e0362b516713 0.00 MB 1 0
42,948 42,948 00000000220bf0e2c2c50cb82f5c8a0355d9b6b25b600e33182bcb1c923e4c47 0.00 MB 1 0
42,947 42,947 000000002f2aef84914ba729daed03e13a0237bb89f73c7a7d4fe067704ff0ba 0.00 MB 1 0
42,946 42,946 00000000312b075f1bae7762295b5dc56b1fae7c59bb309376ee74b7c16abb55 0.00 MB 1 0
42,945 42,945 0000000037f69d0653eaa35aa601ad19f7590d425460f03f0f2e2996ca864da0 0.00 MB 1 0
42,944 42,944 0000000018ea8824a6e34451e7bfb71c2707cd6b2317c548b53cc7ce42b95bed 0.00 MB 1 0
42,943 42,943 000000001bd6888244d486406bcc62f690072a5f9fa151cfac01aacaf503ecfd 0.00 MB 1 0
42,942 42,942 000000001fdd21585e8bc7f7a74443990a4039866816aecb51061b0865b40b51 0.00 MB 1 0
42,941 42,941 0000000020b0cf917ce5cb3193a714172921ac0ba44068b3aa215fbdb49792db 0.00 MB 1 0
42,940 42,940 0000000021e7b48b95ed7f669c4dc50a38aaca6e179c1f991771c55ee6bf6d9b 0.00 MB 1 0
42,939 42,939 000000002cc13ac97d95f3af1757a47b0d4f9435640fa254dda220a5918d8a70 0.00 MB 1 0
42,938 42,938 0000000004d576d0024a2beb4198f823c68ed18dc24c0cc9814ba658bbd4a119 0.00 MB 1 0
42,937 42,937 000000003dad88966cd13cf77363dd2e4f83e14ccf3ccc3c7418e33ef4bc2abc 0.00 MB 1 0
42,936 42,936 0000000039e92d661ab515a1c77428117cdd0ec9126d7dbd434445c257de5ecf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.21 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,857.64 GB sent, 103.14 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.