Memory Pool Memory Pool Refreshing

47,618 transactions
40.47 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,291 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 4,282 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,290 (562,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,832 281,832 00000000000000009ea68a8a372b8836bdcd5ed149b387943da0b004b6bc091d 0.35 MB 572 18
281,831 281,831 0000000000000001b8531b18eda3a9087de583460a7a19f1641404fcc58577c9 0.02 MB 46 33
281,830 281,830 0000000000000001b4cd6cc7f26da854d92d724b6115f7fd6574a4c2b86b119b 0.10 MB 90 13
281,829 281,829 00000000000000009e0a8bbde68411b56b76bf725d5581afb8b968951f87a209 0.06 MB 118 82
281,828 281,828 0000000000000001f370d9faed17ed3277427ff005607fd1c68e9c453de6d8ed 0.57 MB 532 23
281,827 281,827 000000000000000201fd8006132b9b4b240c9778b4c5d1dcc3fc474cc8d95221 0.25 MB 578 48
281,826 281,826 0000000000000000a94bc7172904aba7d112f0f08c62ccf791b0f2b99ac92344 0.25 MB 331 28
281,825 281,825 00000000000000005cbd42bece3797c41d0d3b3e9ace1fee3ea2af36097f2280 0.25 MB 679 35
281,824 281,824 0000000000000000003b68d2b980b486c4cf2741096ae393a6e4d918598b51c5 0.05 MB 142 193
281,823 281,823 0000000000000000c65dcabb7582b0d4916f78b95e15eefc79fa8d0e4b8ac2fc 0.24 MB 489 42
281,822 281,822 00000000000000025efb7853640796fe3078737c04e5318d43dff1a1fb0265b0 0.19 MB 316 35
281,821 281,821 000000000000000083b4bd9e94292678b007a4b3305077b26265b334b89a66f2 0.10 MB 197 33
281,820 281,820 000000000000000257d7922c398cfbcba917fc734d4a152e5c42e9fefde49e6f 0.10 MB 97 13
281,819 281,819 0000000000000000ba1d55c219c3636ecd74a8f47db238ec7a4476082fac15ab 0.13 MB 275 48
281,818 281,818 0000000000000000a9e5365f0e40dc02936de521606c0a2cc542edcc5c0270d3 0.14 MB 261 42
281,817 281,817 000000000000000114f8b49dbf23a1b1c599295fc79013ae63177751c7d7f34d 0.10 MB 173 30
281,816 281,816 0000000000000002110c8d1fcec49eb2e7cdac87bf50be43c0d068726cecab2e 0.10 MB 177 35
281,815 281,815 0000000000000002470078403da15c3f0f515ba06717976e68e3652e2501acf5 0.01 MB 31 168
281,814 281,814 0000000000000001b57e2cfd68f7f6a637ffbbabb9ec9f042e86587afa93a2e0 0.11 MB 238 44
281,813 281,813 0000000000000000d94aae66fd0709c21f5cc125921095bc7519d79d8172d316 0.03 MB 63 33
281,812 281,812 0000000000000000b18059827d31a5819446a28294c32a67037e13a65d556634 0.25 MB 293 26
Previous 10 blocks ↓
Total Size: 651.05 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,078.15 GB sent, 66.42 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.