Memory Pool Memory Pool Refreshing

40,074 transactions
47.44 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,755 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 691 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,754 (584,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,966 256,966 0000000000000010d01439368b51b94aa5b1786b18c2b84574007a33c8b49362 0.19 MB 350 161
256,965 256,965 000000000000001c7c4b236438d2764d3f01a3fc90c4257bc64de4085c228724 0.25 MB 485 117
256,964 256,964 0000000000000016dc1bfb0bf3c653127709d7bf5981e5404be9bf9e95b2f3c1 0.23 MB 422 88
256,963 256,963 000000000000002899cb6d7c2529c19475ab3437f8336bab76616a3e1021a600 0.25 MB 278 58
256,962 256,962 0000000000000023b14ee4103f97921d6163f2baa37d2e7efc5d056cb84a340b 0.50 MB 857 89
256,961 256,961 000000000000000c15dfb68cc1abead192f718cf8b772977d79938f3a4259afa 0.90 MB 3,861 13
256,960 256,960 0000000000000021c6ceb6bc81fac61e3dc176672e5e5d20569990b94ffc09f8 0.50 MB 679 121
256,959 256,959 0000000000000011af64254bd8fc3ea2ea7f3dad3d3a2ad3c9aeebe65fc96816 0.18 MB 455 126
256,958 256,958 000000000000000c72351c8f47957bc28517f4ded767130032f75f31fe0869ad 0.13 MB 305 134
256,957 256,957 000000000000000f465e3aa789f55987eb765f956b784423f2410a249c72d65d 0.05 MB 119 81
256,956 256,956 0000000000000009b62ed771e20645d54fc1941dd55690a0fb881d917001e8c9 0.22 MB 524 150
256,955 256,955 000000000000002a639deb2f9b693d38ca58caf5fd501e6e48a157adff4ce9b9 0.20 MB 444 107
256,954 256,954 0000000000000027e22a076ec3409cbdbc0ee11c38ec9f38d7126b8b2351d62c 0.03 MB 47 66
256,953 256,953 000000000000001cd47ae97302fe0618d998fbbbe079039ceac28cc755424c34 0.02 MB 38 76
256,952 256,952 000000000000001410278b731345fd3f5861364b5da46eccf572dc0688a18a1f 0.02 MB 71 148
256,951 256,951 00000000000000130be3befe546de1e10bfa3b810d949bcbd4cd823370728ba2 0.12 MB 261 103
256,950 256,950 0000000000000007fdee870f45ebd3f9d18d58205a34fc7a29d570c11cd48764 0.09 MB 257 47
256,949 256,949 0000000000000009b71d14c0be251800106a5662bf9c7a1963469862d8748ef1 0.25 MB 630 144
256,948 256,948 000000000000000d8484ccd358a11bd376e8644553cd04827fa02082b895f46a 0.05 MB 123 93
256,947 256,947 0000000000000016a8ea77a367e956504ac05785a070689b64b6bcac5161d03e 0.11 MB 212 81
256,946 256,946 00000000000000005fcea04edbb564b023f62a69c639b0ebc28b3639160bc03e 0.05 MB 63 22
Previous 10 blocks ↓
Total Size: 646.30 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: 8,339.70 GB sent, 36.95 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.