Memory Pool Memory Pool Refreshing

28,200 transactions
40.03 vMB
Show Random Selection Loading Transactions
Max Size: 137/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,962 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,220 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,961 (413,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,477 430,477 00000000000000000450935db4e4fae914a311cf1480bc8ec909e2959641e0f5 1.00 MB 2,511 99
430,476 430,476 000000000000000003dd67154e8ca5c624bae8207cff3677c2067d4b1ba87c68 1.00 MB 2,085 49
430,475 430,475 000000000000000002760cc4bf1646b77cfc9bb5fd9663ace352ab527de04fed 1.00 MB 1,981 61
430,474 430,474 000000000000000004109e7f3f47f602996e7b712e16daca3a5147f6751830aa 1.00 MB 2,596 80
430,473 430,473 000000000000000001506cfd425bb4261c455c3cee75c60e0d168d3b221bb4f8 1.00 MB 2,622 61
430,472 430,472 000000000000000002a2cc424bd04871638b6f4211ca0d6a2592c6d05b9792e1 1.00 MB 2,146 66
430,471 430,471 000000000000000002f50e7d14acb4aed481e660ccb1f47fd63d6fb4999c7508 1.00 MB 1,948 75
430,470 430,470 000000000000000002226033333c6f8fdd86a619a060795a2ba616d3788253bd 1.00 MB 2,116 94
430,469 430,469 000000000000000002feeefb0bde22cbfa459af3c974bd399bf3c35cfab97436 1.00 MB 1,545 45
430,468 430,468 000000000000000004a48af189a2480b62690b2e54fd24d5f3d3fc8f3910beb2 1.00 MB 2,093 51
430,467 430,467 00000000000000000154acd84f1746b0af6ed108fd42b7239e7d3308b6314a90 1.00 MB 1,962 72
430,466 430,466 0000000000000000046fe288a1ca3036e3ef057cab22e8d77556b47c382a7e72 0.25 MB 629 71
430,465 430,465 00000000000000000279f0acf867478a6a61d2b6f3f709f26c940b559af91292 0.78 MB 1,404 51
430,464 430,464 00000000000000000216396e5d61538e7d562a10d2f2763cf7aca54b305384f2 1.00 MB 1,669 42
430,463 430,463 0000000000000000042b3c4b5e62d3aac8f28d7055e6cd9e7b1d898caf90d023 1.00 MB 2,785 79
430,462 430,462 000000000000000004cfe274a238c72cf97123c295db8be1f087af10267b2a41 1.00 MB 2,465 61
430,461 430,461 000000000000000004c29d9a5a46a72e661c74932aa18d93f911da3f3695a667 0.74 MB 509 18
430,460 430,460 0000000000000000009db44cfb6c1f652d8ee2014d957741582c5b955069ffc3 0.10 MB 208 63
430,459 430,459 0000000000000000048a1c8ab58a73e16f504c8c711186cbbad1537bb1e598d3 0.11 MB 214 66
430,458 430,458 00000000000000000196d7a45b0698c6f308a46544f3d15d0292f91058f8a989 0.97 MB 1,739 51
430,457 430,457 00000000000000000395a357ada64bcee8ed5d2ae1dd4625bc4dd4f07e061428 1.00 MB 931 26
Previous 10 blocks ↓
Total Size: 650.44 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,978.07 GB sent, 62.91 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.