Memory Pool Memory Pool Refreshing

6,222 transactions
3.26 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,005 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (693,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,813 213,813 000000000000037aae7b68716f6946e6d12bbda1229eb63ba48c9a0f925e219b 0.29 MB 440 131
213,812 213,812 000000000000032ad4c10774b75675698b7e28577b698046123ff0d1bdf3dd32 0.20 MB 474 186
213,811 213,811 000000000000034b5d9b56d6455edfc792b6ed6f603fcbba7b6da5856096e613 0.03 MB 116 322
213,810 213,810 0000000000000330fcb849c6946363015d1858ceb3ca3202ed82973c49d5a761 0.00 MB 7 161
213,809 213,809 0000000000000435f5b4e64ba513ab4b66a6a74ef1b268aea4cf28b877e94847 0.03 MB 73 219
213,808 213,808 000000000000042ac71daed3c29ed5b370244b79260a2fbf16c0696a34bf102c 0.08 MB 194 488
213,807 213,807 00000000000002ad6c9bcf2272da797aafee2f7cb3cb3a6f6bdfbf86c204881f 0.20 MB 378 202
213,806 213,806 00000000000004a48903eac6b479bad13be4751373a5009f13755c8530ed41d8 0.03 MB 90 39
213,805 213,805 000000000000007aa9d3d0402da990fb72d6daa996cb92c8c619f1c636d46399 0.09 MB 172 170
213,804 213,804 00000000000002470a215e0fa9579874d4d3af28fc51a9f532fbe1205f685945 0.21 MB 548 215
213,803 213,803 0000000000000286a8591dac293a1476602f0208add97adb33bbd5851edaf14c 0.04 MB 93 151
213,802 213,802 000000000000027886a85f96eb1c27240f0a0fe70735b3fda1458c3e39b6e7e6 0.08 MB 154 197
213,801 213,801 000000000000026467aa9fe68448376f933ac0830060826577338a3b5cb46d3e 0.00 MB 9 188
213,800 213,800 000000000000034d7ee4e381b3655876ff54ee6e0ad81915cedfbe5fc1396cd9 0.08 MB 167 219
213,799 213,799 00000000000002eb0fc0ab54035d4fe41150f177b7803f7d264e2a5bcfdb05d4 0.00 MB 6 213
213,798 213,798 0000000000000211b6eb8772712e2cdd9de5e96fe271f35667de4ce50adb33f1 0.07 MB 155 232
213,797 213,797 000000000000045fdd7326e5fc46235c22be92b5e9e5d8f38ee19d9cebe5d754 0.06 MB 135 200
213,796 213,796 00000000000002f5d4f88734067ecdbb518767ceef89af038a1349e8f6db4567 0.19 MB 430 225
213,795 213,795 0000000000000047d466b7b886e4175bc7643556b01326b4e7e3bf315d120118 0.13 MB 322 190
213,794 213,794 00000000000000b0f0dad8b21cd795a28430c447110e37c9c6c26bb07f3add8c 0.05 MB 84 126
213,793 213,793 00000000000001c8a887fdf53f89757b2c7bb17e39be2b7b23c1c1050e2cecef 0.05 MB 94 129
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.