Memory Pool Memory Pool Refreshing

75,465 transactions
31.15 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,893 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,360 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,892 (381,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
463,529 463,529 0000000000000000002f99cbdedf9ec9d3cc417ecc4008884348c89716450865 1.00 MB 3,168 140
463,528 463,528 00000000000000000140c100c61edd1dcf5a82d9b657fb3de2189a904ca18a23 1.00 MB 2,337 126
463,527 463,527 0000000000000000000a7847a30eb385a9ffeb00124f0ffac6e434b03c4ed711 1.00 MB 2,399 217
463,526 463,526 000000000000000001123c38c5cba2b4d0e28a21862b2c76d035d22b853028c1 1.00 MB 3,175 144
463,525 463,525 0000000000000000009b6b767e437cb78cb0122cbb523d406e563189d260daab 1.00 MB 2,254 175
463,524 463,524 000000000000000001d0e3c053e467c122b7cb2588fa177b8633d297fbb835e2 1.00 MB 3,287 130
463,523 463,523 0000000000000000019063c1f1b308ea8254aba3afb5fc213230dcdf5f845a6f 1.00 MB 2,028 175
463,522 463,522 00000000000000000170f02f8e4576af24d427f99afc64ca2ffeb2263756ef76 0.00 MB 1 0
463,521 463,521 000000000000000000b0861e0fe8b6b50c79386a8378a1efea4fde2d318329f5 1.00 MB 1,912 151
463,520 463,520 00000000000000000068c18ae801ecd0e701530799696701dee0aa58e738476e 1.00 MB 1,168 105
463,519 463,519 000000000000000001b6a921dd872ba1c34b35ef5b256ec2fb0b8901dc001d43 1.00 MB 2,013 206
463,518 463,518 000000000000000001da6a96b9a6f80a13a0d812bc6d8580d8a7ce299f719fb8 1.00 MB 1,944 158
463,517 463,517 000000000000000001d265f7cd91be5b5d2ed7b653f2c12e2b745f85f84c69e1 1.00 MB 2,446 182
463,516 463,516 000000000000000000d68aa24b2658171e778a47fb2c533753ce267123148207 1.00 MB 2,106 163
463,515 463,515 00000000000000000014f49f8286675710c11c35844549db572934c0acdd304d 1.00 MB 1,880 158
463,514 463,514 000000000000000001fcf8d9dbba55209053582abe230deed33fc51cf312017d 1.00 MB 2,101 138
463,513 463,513 0000000000000000003ff472ba99f3e1f3b3044e2210a5e409686306bbb8e9d2 1.00 MB 2,355 182
463,512 463,512 000000000000000000e2193bfd3a5f7f4f4f9bd0778b919f10d6686371a4f30b 1.00 MB 2,645 184
463,511 463,511 0000000000000000016b918ce4d0c7f6ef34d06493d055df31257532b4b585ba 1.00 MB 1,934 181
463,510 463,510 00000000000000000043fff6f66df06082e3b37449280db883baf7c3013b3a8d 1.00 MB 1,607 170
463,509 463,509 000000000000000002111940b71eb24c9095748265fe5f73bcf8d533f77a1126 1.00 MB 2,167 160
Previous 10 blocks ↓
Total Size: 652.20 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,212.80 GB sent, 73.06 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.