Memory Pool Memory Pool Refreshing

98,316 transactions
33.70 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,962 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,087 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,961 (588,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,653 256,653 000000000000000aff0bf03a4a8a63ef8504a590aeacb497884a05ab7494f312 0.04 MB 71 55
256,652 256,652 0000000000000005bf9d5ca3e878944f4b0d42ccadd99d88aa7f95e7492d3892 0.06 MB 103 37
256,651 256,651 000000000000002345cf7d0b4287ddbfa2624def3d0fd748889c6b3808e945c0 0.25 MB 177 17
256,650 256,650 00000000000000278fdab77779607469690400e0dcc6ab4df9911cc673430d8a 0.50 MB 1,048 55
256,649 256,649 000000000000001f2b2c816aedacf595253ce258798b10575b565633abb89cbb 0.25 MB 435 95
256,648 256,648 00000000000000288421b57949e963b824cc073591dd940944fc929ca14cb1c4 0.25 MB 826 192
256,647 256,647 0000000000000022a7aab66a57a837ad32b8b7b4f56622a5d3a09bae735d44c9 0.25 MB 568 114
256,646 256,646 00000000000000050ea832acd5bff840cf01a12fa68a98c56e20efe58baf8485 0.25 MB 416 55
256,645 256,645 00000000000000046e8c23471f3ea73bb79674742d44255240594a0512864ca8 0.25 MB 667 146
256,644 256,644 0000000000000008706fb682060e6fc592f297528382559889ee02aa211d537a 0.25 MB 729 75
256,643 256,643 00000000000000079207f3eac465e0695775d6b4b63f3cb6880d1cc4224912c0 0.25 MB 589 121
256,642 256,642 000000000000002b429f0f3e8978daf4602d89290baff6d5ec8caab72e1f3973 0.25 MB 657 148
256,641 256,641 000000000000002a353caecddd3ed84db074b598e9b5b56c3cfa450c244320b1 0.25 MB 640 160
256,640 256,640 0000000000000020d26b622daefe7c3d1232978f0d314b5967a16696ac1642d6 0.25 MB 570 151
256,639 256,639 000000000000000472cd11900d3c821cddff624fb31d853689794f1b91da020d 0.11 MB 271 102
256,638 256,638 0000000000000009a3fa8519e888d495fc56a6ca51f0839e2ffa9c411250b0fb 0.10 MB 228 114
256,637 256,637 000000000000000081bb2816615d37ae4ece1822a3dd7ec7bffd087fd60b8edc 0.31 MB 802 116
256,636 256,636 000000000000000d2a1e7e7c3c7b315cec18b222719d3daace835b3ea7ad2dea 0.01 MB 15 94
256,635 256,635 000000000000002ab7b0027acb8506cdf3933f0edf2eea82dd8e545cd5f9af2b 0.25 MB 613 109
256,634 256,634 000000000000000e9a146e8886cb1cdbef788baeddc6b3490612ed00db1f5454 0.03 MB 70 89
256,633 256,633 000000000000001921463243fed8914fd1158a60b523564a85d2bb89c8a3927a 0.06 MB 144 109
Previous 10 blocks ↓
Total Size: 652.33 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,244.51 GB sent, 73.97 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.