Memory Pool Memory Pool Refreshing

22,324 transactions
62.46 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,793 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,537 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,792 (827,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
16,112 16,112 00000000598b4b8a62ca58373345d7ba9ab05f6598f785013cd4cabcd98fcf8c 0.00 MB 1 0
16,111 16,111 0000000031028e5f66444b575cbf2037f380f8b3a96d0953ec402b3b52c530fa 0.00 MB 1 0
16,110 16,110 00000000250f737f31a25b9e66340aafd9b7d77c3ddc83a936e7e1c5cd45aa0b 0.00 MB 1 0
16,109 16,109 000000000d25275709f4c34a683312a3f54cf1d3b88f431dfbc5ba254042839e 0.00 MB 1 0
16,108 16,108 00000000395182824baba51c79eb9cdf4ec27fe31137608a2f419028970360db 0.00 MB 1 0
16,107 16,107 00000000c314d01aba70dc30860ddf15cf960cc22622e7b9e856330bae8bd351 0.00 MB 1 0
16,106 16,106 00000000a34ccba805f0052c69163a52d99853c6edf21d0a8539bda9db60945c 0.00 MB 1 0
16,105 16,105 00000000149023ac91d5e8d995ceccd604ab9622c96bdeca02d8020ee5cfd5a7 0.00 MB 1 0
16,104 16,104 000000005759f56823ad46ea7d1668a48806f46adf37c133464ec7e3f4cee528 0.00 MB 1 0
16,103 16,103 00000000f897bc4b23fa02802fc4b773a77a776c0af0208e9c9d7a6c63b89d38 0.00 MB 1 0
16,102 16,102 0000000096e4874641a5575daa1c20afdc35eaf5f7334fe8410039b1542174f1 0.00 MB 1 0
16,101 16,101 000000007135937dfcd86ea9f941a7c006cb26aadf4f47a873385642f6f75566 0.00 MB 1 0
16,100 16,100 00000000c6907e502c525418f7353dfd67bf15bf83448dffd78332e7ad25f2e0 0.00 MB 1 0
16,099 16,099 0000000088340053cebc132978b2424251b01f3b90404e247d145676f1ae88b2 0.00 MB 1 0
16,098 16,098 000000000964c0021d5614e0a5059ac9d7a3501f21c50ce385ba91e1f051e852 0.00 MB 1 0
16,097 16,097 000000002dfb7e2ff1b50e7382588bdc24d041cafab2b32e435693ad98e43f58 0.00 MB 1 0
16,096 16,096 000000003501b67599f24c61eca176620aa426571363cf2a6a60fb4595142e0a 0.00 MB 1 0
16,095 16,095 0000000060b2b2c0d427dab531ddad0f92ab27bf61d3e0bf83aa3921a9fb1451 0.00 MB 1 0
16,094 16,094 00000000d0039d0dc7dd7368dd56a3e277c216bf3dcf2d144809aa8e07116545 0.00 MB 1 0
16,093 16,093 0000000018b11acb48f658f8692aff1221d9fb7d4a45af7581cd1ef5987897d8 0.00 MB 1 0
16,092 16,092 0000000019116c3f29c6cd92cee130e2ae522e04aa5863ac50ea2d2f88468e4a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 650.14 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,931.33 GB sent, 61.39 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.