Memory Pool Memory Pool Refreshing

63,197 transactions
38.49 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,122 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,360 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,121 (540,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
301,534 301,534 000000000000000043f97b70c3df03a5da8de48c3693a6ebd4d30bd588e3b844 0.04 MB 123 34
301,533 301,533 00000000000000006d21b98926a506af39fd862761de1f38ed4fd1106947ef06 0.19 MB 356 29
301,532 301,532 00000000000000000cadd0be5b134a44381865c6db9f7057086fc6b42ab74967 0.08 MB 212 35
301,531 301,531 0000000000000000513a37159d26a6e2591e60988578401a8e04d18493f0ffea 0.18 MB 288 27
301,530 301,530 0000000000000000442b08d1a31a9883bd989f54c06db3f773eef271cb7466fc 0.23 MB 457 30
301,529 301,529 0000000000000000314384dff0f56a07131df994210e5b83380b528519dc6493 0.28 MB 599 34
301,528 301,528 0000000000000000404b47cf0b0b7043b0ed723e08e5878af7a6e9c62968472e 0.04 MB 53 29
301,527 301,527 000000000000000035dda99d6b150017e883d6630b44119f8a6bdbb0d283c741 0.04 MB 57 25
301,526 301,526 00000000000000002b3964d14d5562acc7dd7101d82accb451535ced1da2d629 0.04 MB 80 29
301,525 301,525 0000000000000000539336109e6076a918b2b1f7bcf110a03cbe93ed42feb838 0.08 MB 123 28
301,524 301,524 000000000000000028e6f5416ef601e1b02888546f8fb5ec3236639c7ec3f20b 0.36 MB 334 22
301,523 301,523 000000000000000010dd0aac963ac0749a9fd9d3b19c0ff2956d6bf2c735c2f7 0.35 MB 716 33
301,522 301,522 000000000000000031b5fd82cbbb1ee375bc343156296644a742c117182be78a 0.19 MB 256 21
301,521 301,521 0000000000000000071dba5898098e66fc7f29a4e39ea43bfe1e3dc7a9f2e515 0.10 MB 181 27
301,520 301,520 000000000000000051be1f174ccb503527e4d5ffd94f92d5388a6648bfb6a18b 0.02 MB 18 17
301,519 301,519 000000000000000070ff96cab989b41ff8c2125d9e0633d80ca6b0c92dce66ec 0.21 MB 426 38
301,518 301,518 00000000000000000ccda4e4a349c23909bdd575edbdd56386b39356a256b38a 0.05 MB 95 28
301,517 301,517 0000000000000000156e3fb7e28c52e42aa666a5fde4022e6854668810246e9d 0.02 MB 40 24
301,516 301,516 000000000000000023f0e03232d8727f5ead2890b1e4d2a2edfd50ee22d7d8a5 0.15 MB 235 31
301,515 301,515 000000000000000066a094a78ae36ebf9d16c8f52a8d7a520a96cf906ba760c8 0.13 MB 160 24
301,514 301,514 00000000000000002cd131200a4cc251d850bf93dfa5d3b23d2bcb824fafba79 0.04 MB 67 24
Previous 10 blocks ↓
Total Size: 646.97 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,441.83 GB sent, 42.01 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.