Memory Pool Memory Pool Refreshing

406 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
905,616 000000000000000000023aa60000000000000000000000000000000000000000 0.13 vMB 373 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,615 (700,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,930 204,930 000000000000053f3a67751a6a71c64349cf0528a177399b0fae75ed52be88f8 0.16 MB 291 162
204,929 204,929 00000000000004e49429e59e52a82f85b79dd55f96b8b3116385a3c140ae6a06 0.19 MB 299 125
204,928 204,928 0000000000000152d7c4c38e7488c13e96c3661ebfc9e875a1800c7391995252 0.02 MB 44 123
204,927 204,927 000000000000021df0d1395d4bf156c5a638f6d066acfd69c2aae563f5b1e7a9 0.23 MB 598 89
204,926 204,926 00000000000003e4d66d274015afa5bf1713c4359e17146752c229e39b7c2e9d 0.19 MB 409 145
204,925 204,925 000000000000036d1d3dcc7f061c850767861ad3716b2ff7525a860157061e3a 0.06 MB 148 114
204,924 204,924 000000000000012c75b17d2a05afc3ff1c7aac0b8771b96283e054efc06deb14 0.02 MB 46 15
204,923 204,923 000000000000035ab0ce02445a4a34ddfef0072cedc9340a3d91ef0bad348a8d 0.18 MB 413 136
204,922 204,922 000000000000048b4f23263d7c8e7c82a87394c6da34c9f3e0a631572567394a 0.08 MB 255 462
204,921 204,921 00000000000003b3bfb1704aaafed3dbc990a2904ddc62c09d9917f116b50269 0.05 MB 153 140
204,920 204,920 00000000000003dc2a23fb5f1e0673a8df7ff79dd885e474846246cd09cf3d50 0.18 MB 342 124
204,919 204,919 000000000000051f34366ce40dcec60de0fef6cdc4b2d122401d587a2569c119 0.04 MB 103 142
204,918 204,918 00000000000000674256b38c2b5f9d8b63db08e966e3c855f7067c93a7d9b927 0.09 MB 175 116
204,917 204,917 0000000000000116f1e4c47136bd372c9a836cc9b873f9f659a298a2adc9efd2 0.04 MB 124 114
204,916 204,916 00000000000002717c62a81916d160b7b5bb21a9fad82e82bae8c0e500082f7b 0.29 MB 483 22
204,915 204,915 00000000000002e18c031a4c004bfaf541fb0566e541d2f0c8a6ee33794bd986 0.07 MB 200 155
204,914 204,914 00000000000001c59d436547cf8034089c9aff673a52b65ba7464998bbce0f98 0.03 MB 88 77
204,913 204,913 000000000000051a0749e849406934e71f921c583b8813b4cc7e646dc9b42e2e 0.13 MB 253 111
204,912 204,912 000000000000033d0f145270a970153c0e63d04ea785c349c260416f82cfc0d4 0.05 MB 125 122
204,911 204,911 00000000000002848207bdd4230b048fd6921e3aaebab2d0b0020a4f4313c2ed 0.02 MB 54 81
204,910 204,910 00000000000001b1c8b69d05dbbf0b216b4a9882a53308c8412b896b5cbf3051 0.04 MB 66 37
Previous 10 blocks ↓
Total Size: 765.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,351.14 GB sent, 73.52 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.