Memory Pool Memory Pool Refreshing

50,438 transactions
47.26 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,230 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,825 50
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,229 (436,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
404,445 404,445 000000000000000002a30661e374163fa7f568a32da04900531f1be37ea0e252 0.19 MB 229 17
404,444 404,444 0000000000000000045aeb87b748ef47f995c7d0cbc95313c30b5f498365824f 0.36 MB 484 24
404,443 404,443 0000000000000000061e5da2ba6f74eaed6d4bf7361edf9a335e2e08dc0abd39 1.00 MB 2,106 30
404,442 404,442 0000000000000000001be38c2a8f94b04aec18e4f3be2520b3f527d8e6866056 0.99 MB 1,903 46
404,441 404,441 000000000000000003035d245ebf03f8039ac1046b577a0a90bacb25a3dd862e 1.00 MB 361 50
404,440 404,440 000000000000000002b93c9b70499e3c2203cea702dccd879523b3b04baed5d6 1.00 MB 874 61
404,439 404,439 0000000000000000019ef79faf51d1db86be6c7e5a5ed5f5ff536ca5650b1063 0.13 MB 338 42
404,438 404,438 0000000000000000051551c179dfd119e2e18430802089579ed7babaea1608f7 0.16 MB 372 41
404,437 404,437 0000000000000000063e8387ce427278d703d4738dc226033378fde9b093b2e0 0.55 MB 1,042 35
404,436 404,436 00000000000000000166e3ae9d96440de8a7761fb2341ebdd2226013f24f869f 0.53 MB 975 32
404,435 404,435 0000000000000000001c1c4bedbe0befa8443816b1ce6aa914a5802994cad773 0.99 MB 271 3
404,434 404,434 0000000000000000006c830c32723144fcadefefe1b3127c8e33ac3b0f0ebfbb 0.65 MB 1,493 43
404,433 404,433 000000000000000000c11558603981986e6368044880772093c46c1533943078 0.82 MB 673 14
404,432 404,432 0000000000000000030ee1881407b5eed862b3aefe07e8e45f1570d293a6b898 1.00 MB 2,457 44
404,431 404,431 0000000000000000005d7e3297f2289ae9c8516dc7cece8ff3dfed9011fabfe1 1.00 MB 2,049 40
404,430 404,430 000000000000000000df0df2dd18c3261732266965b7f8897a956d38e9dd0490 0.09 MB 71 11
404,429 404,429 0000000000000000009c184c6744119b94d23a3203930476e715b729542cae44 0.27 MB 564 32
404,428 404,428 0000000000000000008ab0ac1e8bcf9ab9ee432e3f36d87c362fb1353a3de2c5 0.05 MB 82 33
404,427 404,427 0000000000000000018937279621dcf44a1b0f6b96f6ef23a805af85e3fe2ff1 0.16 MB 142 24
404,426 404,426 000000000000000000c9b4348641b7584a5f51f5a5e0ceae1f54c02965fbf241 0.04 MB 82 31
404,425 404,425 000000000000000005986b281adbcced458fa113db79f03a92566240b59a4661 0.46 MB 875 34
Previous 10 blocks ↓
Total Size: 645.31 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,232.00 GB sent, 31.68 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.