Memory Pool Memory Pool Refreshing

98,827 transactions
31.63 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,076 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,428 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,075 (515,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
330,841 330,841 0000000000000000056bc2bd458428276c8bef69f6f22bb2aeabac10f67cf85b 0.35 MB 881 34
330,840 330,840 000000000000000001b61b37c67f3dfcafc99891b5804cf5e43a7b5938f517ab 0.07 MB 131 54
330,839 330,839 000000000000000015b58a3e97d418883a07fbacc5a6a01e0898c1a3c145307f 0.17 MB 407 29
330,838 330,838 000000000000000006ed9eb6cbd53028f07f2e43cb1641f44966a234cedb13c9 0.30 MB 534 26
330,837 330,837 00000000000000000a1995cdf02a0e8350523bb0d07b8ab8bbdfc13f84ed0fd1 0.02 MB 68 28
330,836 330,836 000000000000000015f9c779e6e451bc2040e458df515ab963a60eb752b7ede2 0.74 MB 1,519 29
330,835 330,835 0000000000000000176b3d00d66a4612fd40634ff30d87ccc7e4fd68fa95a19d 0.16 MB 297 26
330,834 330,834 0000000000000000194dd76c219a6b5740f2f0ba1d2f7c76836e2c9adc22caac 0.05 MB 45 20
330,833 330,833 0000000000000000075a5008ad5f68043c2203d4772cb05d4c42fc9800209f9b 0.02 MB 68 38
330,832 330,832 00000000000000001269ad4528526a3803f447aa6f4ef6b77f510813866636a5 0.17 MB 315 22
330,831 330,831 0000000000000000175af17261d7560da358ec1d09ad1ad27c173824559f7f63 0.75 MB 1,331 25
330,830 330,830 00000000000000001a75784fac4e42c526f223648e710fea06f1eb583ca276cd 0.22 MB 408 27
330,829 330,829 000000000000000018ff2a33c4b8062e3b5a54339b2dca135c044ccd17eccad1 0.13 MB 262 32
330,828 330,828 00000000000000000fa5a73efe17dccdacd0c59448ffd170ed8a023c166482b0 0.28 MB 537 29
330,827 330,827 00000000000000000566dc395f3a7e51ea264807094756ff5844af505f3b4e7a 0.13 MB 280 24
330,826 330,826 00000000000000001328251c55c2049df6ac78298e5f137af45b79d3a6fda0fc 0.01 MB 18 17
330,825 330,825 0000000000000000187882e58c9aefe956e7deefbf9b70822f60ad1a18e5038a 0.15 MB 293 30
330,824 330,824 000000000000000017abf1e02cd61ccf5f84f4aee2d67c0663c27bacede834f0 0.21 MB 402 27
330,823 330,823 00000000000000000f60bdacba691f6e71cc7a4bc25e9c9a93e46a210df869fc 0.40 MB 623 25
330,822 330,822 000000000000000003a1900819b937069783142488fdd7614aad25647f96cdd7 0.30 MB 624 29
330,821 330,821 00000000000000000addd15c4a2865620bcad41c2a30f5226d504699b5b22f70 0.05 MB 66 17
Previous 10 blocks ↓
Total Size: 654.36 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,368.70 GB sent, 88.43 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.