Memory Pool Memory Pool Refreshing

63,368 transactions
30.91 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,346 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,118 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,345 (691,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
178,858 178,858 000000000000035b4716e50afb3d25a78b9f569d26f7b85df97589492ed3317a 0.08 MB 234 76
178,857 178,857 00000000000007b92b78987e0e3ac0e65e4cd3f219bd7eed9f6efcee98f89622 0.03 MB 74 97
178,856 178,856 00000000000003fbd67c48e94410765b0c0658fd64760c31874ae03955e826eb 0.02 MB 32 75
178,855 178,855 000000000000084a8c6107e78178e6ab3093fb9e0f4329dba573b0e371f62ae2 0.01 MB 20 66
178,854 178,854 000000000000042a3feaad68b62051bc7426718cc2aa2fd6706f07cc74aa7b31 0.01 MB 14 51
178,853 178,853 00000000000003442a9dc8a5a0831739d8c8978590507034ca75e5ea7137f009 0.01 MB 20 87
178,852 178,852 00000000000008bbcb2ff0d69914ed92055e7e11d9946a5cc3261c45e962df44 0.06 MB 151 116
178,851 178,851 0000000000000374c38c273d80c11640b576aec509505baf74ce6f17e550e575 0.05 MB 144 50
178,850 178,850 000000000000031d5eab1368e14e6583557ec30776729211a88c2d8fcd80fdbc 0.04 MB 98 54
178,849 178,849 000000000000092fef76511ac9bca02e39519ecd5b5651f9ad2ba99043761881 0.06 MB 127 75
178,848 178,848 0000000000000414bff80d71c65aa35860de12f59794e83b68f68ea6ed6d23d0 0.05 MB 87 75
178,847 178,847 00000000000009647cb12aef189aacfee384538138eba439fa2f617d1adcd242 0.03 MB 18 46
178,846 178,846 000000000000083b517f0e47e8523483c0126aec310f665388af30f0d018b1e7 0.23 MB 214 140
178,845 178,845 00000000000007d9cea4464cb765612d4c874459b9b06716d665cc3a99b3c31c 0.03 MB 13 69
178,844 178,844 00000000000002e7cd7e492316dc26a439a85e0c06dc73ea946e78e253a7e530 0.15 MB 255 104
178,843 178,843 00000000000005a96c848547a4d306e9e24a0d9128263d34025d8fcc36765507 0.25 MB 132 69
178,842 178,842 00000000000006af81d91fa93ac9b7c46a374c6fc06fa53913b7366e2b1e269a 0.25 MB 37 64
178,841 178,841 00000000000009732c2de8fe57f997d20d770d26d46e3322b221cdc20691fdae 0.01 MB 44 257
178,840 178,840 00000000000006503170ef2f228f4ee966f0073a59815bff10d84d425537f214 0.05 MB 85 72
178,839 178,839 000000000000032079ed9061058efd3a1dc8a328f45fe8294ecb897d4652c76f 0.02 MB 64 72
178,838 178,838 000000000000062e297f86e63212307b98c378a2594d2d144811c14678760c9e 0.09 MB 166 152
Previous 10 blocks ↓
Total Size: 700.10 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,238.74 GB sent, 211.06 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.