Memory Pool Memory Pool Refreshing

87,571 transactions
28.26 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,022 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,396 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,021 (728,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
117,257 117,257 00000000000077aab8e7fb7fe0cbdafad5c0186e57d4abd0d56747ddc9f8f01e 0.01 MB 30 0
117,256 117,256 000000000000b82beeb1769d934caea61028aaf53a2aec404ab44c9d3ce5169a 0.00 MB 12 0
117,255 117,255 00000000000023e1f095f2fb97086e3e390eb2a02a1d015c91118cdd0024c37b 0.00 MB 11 0
117,254 117,254 0000000000003a4771296f5c0b2262d5bfa628e195af23e70091b88a6245f388 0.01 MB 9 150
117,253 117,253 00000000000044a17c89a3791dd66dbc4334ff486c9331fd7167b0cf09f2529a 0.00 MB 12 0
117,252 117,252 0000000000007eec0aa736723b646546e30c67bfc58bcda8a935102f2696203c 0.00 MB 11 312
117,251 117,251 000000000000334565ebab2a1568dfdd728d662854ddb54e2551eacdee400eaf 0.00 MB 11 0
117,250 117,250 0000000000006a50e2d834c80a197cdd2bbedb99bd5c20bac2e3c09eac01c3fd 0.00 MB 11 323
117,249 117,249 00000000000033d3b90844fd2a5665fdbe75d79757564046e634f5c5a0c361bf 0.00 MB 15 781
117,248 117,248 000000000000012f1ddf691d65a4044c646dc586fe32941060d6700e1a6a1e1b 0.00 MB 14 572
117,247 117,247 0000000000004b40fb97afad1ec34d6bcf0875608c686e3685032cf95b1e5b9a 0.02 MB 11 933
117,246 117,246 0000000000009597ba551cebc068b291dff25a16bf5bc4373d3bdfea8fcd50b3 0.00 MB 1 0
117,245 117,245 0000000000001823e98f8f087902fb662cb23673944241b67308776eb63f147f 0.00 MB 8 579
117,244 117,244 0000000000007cbad6d1dfa46b5e1065b1f3e2a811fc8c1923b0c02bcf57c164 0.00 MB 12 859
117,243 117,243 0000000000004488aac2db115fe9767bd789ce2e428e30962b80b9e2464483c3 0.00 MB 10 752
117,242 117,242 000000000000583bdb02c9e6ed683656d15e2d0c6379b4f23127582153a54764 0.00 MB 3 2,469
117,241 117,241 000000000000c668cbeeabc3d7cf07fd65b1913a3e77f96982332c57e3dc4891 0.00 MB 9 0
117,240 117,240 0000000000005b2f7b5ed1fdc87a0b2d081ecd448d5b7006af320fedccc027aa 0.00 MB 10 314
117,239 117,239 00000000000042d77b1bc36f6ccea2c5da906fd6fa3a4d45d25e08a59ccbe23f 0.00 MB 12 0
117,238 117,238 0000000000005d12ae0f5cdceedb0da6d46eb4571621bb89df57dd2d8372c90a 0.00 MB 13 856
117,237 117,237 0000000000001f1ceb4cb841110fe1cc44989565b8d9cc6ad192638f5e1741a3 0.01 MB 16 545
Previous 10 blocks ↓
Total Size: 654.27 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,365.09 GB sent, 87.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.