Memory Pool Memory Pool Refreshing

83,608 transactions
29.67 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,149 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,210 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,148 (548,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
297,838 297,838 0000000000000000657b739d176961666f7c72e7ef6e732df90ca52060ff6296 0.35 MB 409 21
297,837 297,837 00000000000000001b230135c1b019c0959c89451f5af92bc2012192565f4c24 0.35 MB 998 51
297,836 297,836 000000000000000011be75a3c3421837ef9299c9cde47f6168df3da21fb111ca 0.01 MB 28 23
297,835 297,835 00000000000000009b45e865670a96fb75f6d1a7b1460e6e572f3ef9a581e406 0.04 MB 119 36
297,834 297,834 00000000000000006838c5a6a66ce1a0c97a417128a02570bdf82e9c322bef5a 0.02 MB 34 28
297,833 297,833 00000000000000005ebe2c0420dba766f436f52c5f6b994729e3eb050bb8dead 0.09 MB 166 27
297,832 297,832 00000000000000007df9592e005c74615d8ccc623ffb68d54f517d38b10a9df4 0.30 MB 677 37
297,831 297,831 00000000000000008cc931f913474647d044a8eb244ac7a72162bc3933f6ec60 0.20 MB 466 36
297,830 297,830 000000000000000009e577470cc832a8f5a4b2fcf47ec0373344b948aacd57c9 0.07 MB 127 33
297,829 297,829 0000000000000000035c1abc0fdda5af88b520bbb15960c493acc80492589255 0.32 MB 471 28
297,828 297,828 00000000000000006fef57d2a26d4e8598c958d9925711d7dc9b4a89e40c3e16 0.60 MB 897 24
297,827 297,827 00000000000000000b7f0f8990b0ff50e4b532eb2a2d8e71d35b85bcb925758a 0.05 MB 128 41
297,826 297,826 000000000000000085f2e3823ac5a94f1d7007e559702a641bbb820b440881ea 0.12 MB 256 33
297,825 297,825 000000000000000022012a344ba2638c995aa713b3696bcce812fef19b7cb6d3 0.15 MB 237 25
297,824 297,824 000000000000000059bd2bc243ccb8a4de785ecea8aa6ecb2cf79f578b5bde56 0.15 MB 244 31
297,823 297,823 00000000000000002a3dfd41175a153dbb9f6d49bb81ce0c8ce4b0b63ce59aa2 0.22 MB 512 33
297,822 297,822 0000000000000000558b3d4c27722c0e725b65061f1f122394a4eade5c8c5c16 0.43 MB 707 28
297,821 297,821 0000000000000000201aa1e60dfedba845aebe932c09e439e61c13099baeba0d 0.02 MB 64 40
297,820 297,820 00000000000000003fc20460c1e6883ac89920d5449aa0ea64bb1bbf80143ea6 0.50 MB 993 36
297,819 297,819 00000000000000000699a7e6e81c93b0fe8490774f867e987b07e87a8137aff1 0.10 MB 209 43
297,818 297,818 00000000000000008ad4959ea2a68b3e2817585c28636352f8b22c8f31992f66 0.18 MB 386 34
Previous 10 blocks ↓
Total Size: 654.49 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,377.91 GB sent, 89.36 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.