Memory Pool Memory Pool Refreshing

33,338 transactions
40.99 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 841,642 (468,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,521 373,521 000000000000000011987e5b6d468124d71307322a05cc28d5acd441121a301e 0.60 MB 854 30
373,520 373,520 000000000000000007c96ffebcc564f9c1175e68a074bfe63bd0f7a4abcaee93 0.27 MB 629 38
373,519 373,519 0000000000000000033cae150e699755786602ecc99e84117b1a8bf8a33d2579 0.93 MB 1,795 34
373,518 373,518 00000000000000000119fba0b1729cf8a54ecde4dc445c7a841b48eb5cf10f97 0.32 MB 562 36
373,517 373,517 0000000000000000129d21cc6fdf39041dbbe25492ca3c47b27aefb091f57d4f 0.91 MB 179 3
373,516 373,516 0000000000000000037637be76126ec35d10960f79ae389168fa2569a6717ab8 0.74 MB 525 13
373,515 373,515 0000000000000000052b74917868223d991da3b08bcd861d3d3b2594d0b3de78 0.92 MB 634 14
373,514 373,514 0000000000000000069d7c61dfab87baa5bf7983c607f8d74f266054fc01c214 0.99 MB 676 15
373,513 373,513 000000000000000000b6e3b4a0d63ae98a9309d62d57548943476fd57b1f3fd3 1.00 MB 301 4
373,512 373,512 00000000000000000167ecd1a209510e29048d87a618d9cee659be459261bc09 1.00 MB 1,617 25
373,511 373,511 0000000000000000056bf27e8460c0edf45a4c08750b4d560de91002e4a88bb9 0.91 MB 387 8
373,510 373,510 00000000000000000fff48f4cfb77630269e686916e75a6bd187f4ca993a590f 0.92 MB 391 10
373,509 373,509 0000000000000000105398f8981492476ac378e80637daac11adf11e413bb54d 0.99 MB 1,613 33
373,508 373,508 0000000000000000002f41fb9f8bed42a09fe151e61e76f231bc6406fa761b20 1.00 MB 2,388 54
373,507 373,507 0000000000000000067945d46fdaee1058e715c039dc41a02b67025c2f141633 1.00 MB 552 9
373,506 373,506 000000000000000000cb5f8423555d98321adc16431f8f27c02104298a69ba93 0.68 MB 1,574 52
373,505 373,505 00000000000000000e758508e195df980d22fe6a6673551e2b5ba6807a9e49ea 0.30 MB 740 43
373,504 373,504 000000000000000012390ea677582ae332871fd76e4d2b81afc619bfd1a102b8 0.93 MB 1,728 33
373,503 373,503 000000000000000011bf1df6d57dcd90be98897bdab9009d67bc597d60827abe 0.24 MB 311 21
373,502 373,502 000000000000000009973bcc3817a0ee91f90391d6e78f7630de9cc177249455 0.23 MB 501 45
373,501 373,501 00000000000000000510f37098d77faa90d307b09b78c0410d840d6c9accf373 0.72 MB 228 4
Previous 10 blocks ↓
Total Size: 646.09 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,324.95 GB sent, 35.84 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.