Memory Pool Memory Pool Refreshing

97,303 transactions
34.16 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,354 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,845 42
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,353 (512,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,443 333,443 00000000000000000f7934a0ae9a510007310e3f71c9c247091454d96edf256a 0.42 MB 553 14
333,442 333,442 0000000000000000145de5686013fb8b9022028323d5ea2ad546f766c1f6b421 1.00 MB 646 15
333,441 333,441 00000000000000001750911f32dd82a734877273d761047bdf769cd532269636 0.75 MB 852 19
333,440 333,440 000000000000000015d5be0e6253006d71804d0e524693a0d8d2459ab27cd32b 0.35 MB 1,076 31
333,439 333,439 0000000000000000067d4ffcd2e583245f883830f749874af016448b3f29ab57 0.03 MB 64 160
333,438 333,438 00000000000000000f9ce94e3fdbec5e2d4ef6336538abb70a180de9a866430b 0.75 MB 1,642 27
333,437 333,437 0000000000000000090b3ea72a808f2de7c5f0ddc4af05cb48db5c4d2a795d74 0.04 MB 32 62
333,436 333,436 00000000000000000a8431aa97b32b183d77f6a0901c1209ce65f98134e36920 0.75 MB 1,739 29
333,435 333,435 000000000000000014c7cb037aa78a7f9e071a2dca11c7eb11cbd5d5ec7ecef4 0.75 MB 2,094 35
333,434 333,434 0000000000000000190e9fab40fc3779e175db15d145778d406e5b57216077f9 1.00 MB 572 14
333,433 333,433 000000000000000006e4f31378524173087899cd73c93cc330c013499f809302 0.75 MB 1,658 32
333,432 333,432 000000000000000006ab243d4ee302faa528dd13cc520e2412d0233aa62d5ccc 0.07 MB 103 22
333,431 333,431 000000000000000003aff083795bc711338b7d32586608174a0b2de530ccf5ba 0.75 MB 1,604 28
333,430 333,430 0000000000000000101d7e425f176f1364567a8361f15cba77e101861821346a 0.00 MB 1 0
333,429 333,429 000000000000000001823bfa195d5bdbdcdc5defc981956ce3e642ade8865e31 0.35 MB 1,157 45
333,428 333,428 00000000000000000580f682f4886556430168d33aa53801b44f6fd2dda14b82 0.23 MB 537 25
333,427 333,427 00000000000000000212b11407337d89839d997222f79fe545fdc284fdf11dbf 0.62 MB 1,112 25
333,426 333,426 0000000000000000128b20073802c616d2fff2ead8d4a1dff81c24f9c8ce232e 0.41 MB 490 15
333,425 333,425 0000000000000000021fdafa64252c9600e9e7732822b06c46d1960e8b3ca7c5 0.75 MB 1,290 23
333,424 333,424 00000000000000000aa3c3cee41ce2359ea5ebb3e63c8573c1a6f24cc03174f5 0.04 MB 32 30
333,423 333,423 000000000000000012e2e8069cc90ff97161b803b9b99d17d02625c6ea87b0b2 0.35 MB 900 32
Previous 10 blocks ↓
Total Size: 654.86 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,414.71 GB sent, 92.16 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.