Memory Pool Memory Pool Refreshing

35,543 transactions
40.43 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,475 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,898 40
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,474 (411,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,706 430,706 0000000000000000010dc7a92cd681f24e4f01d79b0135f7e2eb306ee2f081e4 1.00 MB 2,027 60
430,705 430,705 0000000000000000035e214199218e93b1c764732bfbb37a935936fc87c98726 1.00 MB 3,161 85
430,704 430,704 0000000000000000031dde4c9c54c85266891b506e4d8edf648f1a7f4a7f73f1 0.77 MB 2,018 68
430,703 430,703 0000000000000000021e4acdb03bd767414541fe5c76540610c208fa9e02c277 1.00 MB 1,948 47
430,702 430,702 00000000000000000108b9b38ab7d06e0c5c0e4815e7dd12dc8c2f5d0b182308 0.00 MB 1 0
430,701 430,701 0000000000000000014c2a8f4b6aedd3d010c22b6d60541330cee46607f505aa 1.00 MB 2,795 75
430,700 430,700 000000000000000004ccf3e63dd3c9ed21f90b6d6527e982ca7c49243fd61bbb 1.00 MB 1,870 43
430,699 430,699 0000000000000000005119f798178181e0eb0acec55773bbf8e87c348678c7c8 1.00 MB 2,353 64
430,698 430,698 00000000000000000145ccd9d32284e4f96208ee7c8fa6bfdb2efc152922c8cb 1.00 MB 2,954 76
430,697 430,697 0000000000000000011ccbe530f2703be922b1a9d838a8f3d619a393aac5c8ac 1.00 MB 2,703 79
430,696 430,696 000000000000000002fa46ad55a9e9fb90a3c5e5964fbd7cc580b7a9c97f54ec 1.00 MB 2,425 54
430,695 430,695 00000000000000000496cdd007048beed2683fd55c518e321fe5b129fb3160f7 1.00 MB 2,750 76
430,694 430,694 00000000000000000016d339349d1c706231b049c896cdb1a5b8e522b29e9c14 1.00 MB 2,594 83
430,693 430,693 000000000000000000179b078f0954f32fcaf443511aef1d69a8ed7bde801961 0.23 MB 423 55
430,692 430,692 000000000000000004c4c071206d2c54f5d84dd80b74d59da5ddfbd3f26c0bef 0.49 MB 599 32
430,691 430,691 000000000000000003ddc1e929e2944b8b0039af9aa0d826c480a83d8b39c373 1.00 MB 2,673 73
430,690 430,690 0000000000000000039bd53965272838782a84143e15c8d94624b33fef7d9d45 0.19 MB 472 66
430,689 430,689 0000000000000000013b1d72d961363b16067f3e1e41f99de0bf55cdc245ef1c 1.00 MB 1,572 40
430,688 430,688 000000000000000001876f07873c3af36d4a647407a3fb0fbede13f0ed0bfd94 1.00 MB 1,982 42
430,687 430,687 000000000000000003fd7a9100733f75aa5520e47a6b93a713ee979722e29868 1.00 MB 2,685 71
430,686 430,686 00000000000000000192309f1ad3c62b6830bac62a4ac38ab545a16562a29092 1.00 MB 2,232 84
Previous 10 blocks ↓
Total Size: 647.62 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,520.90 GB sent, 46.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.