Memory Pool Memory Pool Refreshing

56,369 transactions
27.61 vMB
Show Random Selection Loading Transactions
Max Size: 140/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,324 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 7,135 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,323 (588,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
256,632 256,632 000000000000002e8d3968d2d7eb5a1cd509da4c013a85799d0dce05ae8b9611 0.05 MB 111 118
256,631 256,631 000000000000002763bfd37b7a86109535fcd94fb38db4ffbc8b52232f28a027 0.15 MB 352 108
256,630 256,630 00000000000000229adf81dda3d4a4fe3234acae013a46581dbafb4a47df04ce 0.17 MB 408 103
256,629 256,629 0000000000000015934f69d84f2f2c143d2655a8974a11df90634df3c552b7ef 0.12 MB 291 116
256,628 256,628 00000000000000113b90fde061764ccdf10d408ba616e1fdc6c437ef895d89fe 0.02 MB 41 65
256,627 256,627 000000000000002c8b3cb91886375b1806acef18e588e7f7697a0fc390d0f47f 0.00 MB 10 112
256,626 256,626 000000000000000fa3c1d863170dd44aff15e368b4094488680ee3deba196acd 0.23 MB 479 53
256,625 256,625 0000000000000002c465f9411c7a823f78ead02ec8cf67b72efc7b7af70b6de8 0.25 MB 772 178
Previous 10 blocks ↓
Total Size: 653.01 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,293.28 GB sent, 78.67 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.