Memory Pool Memory Pool Refreshing

6,883 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,625 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (727,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,127 180,127 00000000000007feeedcfc34942687a95b19d4887184b679213c971f186e3762 0.15 MB 303 156
180,126 180,126 00000000000007a4d33e23498025ec9cf9c0ba49ccad8430e72b177bb13463b4 0.02 MB 47 51
180,125 180,125 00000000000004787113c30792e2c24bbfcd5823e17e53a6911ccbe790d6b66d 0.20 MB 425 114
180,124 180,124 00000000000006169f6ca5144a9dc3a79e263e4f44589085839e381d411dd6f6 0.05 MB 113 186
180,123 180,123 000000000000017d4d307a00e6eb22a6e2563ec8b40af642e7032bf9be7c35f7 0.05 MB 140 242
180,122 180,122 0000000000000873a9f8845883b803b3dc5c51338aebaf30424fd8808f9c165d 0.02 MB 40 128
180,121 180,121 00000000000005d8e504d0639fcf025c2f56072b3e2ed82f70b63143d2b23d8a 0.17 MB 373 134
180,120 180,120 00000000000008cf98f24d48455833c8935996af065189b009056b9d1040a49d 0.05 MB 100 188
180,119 180,119 00000000000006b1e20ea98db125de884f9fd6969655c03d1f7c951a7641f7cc 0.01 MB 24 258
180,118 180,118 00000000000005b4be0d9e75dc4ce5551681d284fd0d41c9e2be4056f1fcac73 0.10 MB 205 139
180,117 180,117 00000000000007282c3b91a09d1278980d4ff2e8241938fcb314c4384b1715e1 0.05 MB 150 71
180,116 180,116 00000000000001ae7c092f453cd519f68296c6e3482ad77f0d50061702a57100 0.13 MB 212 108
180,115 180,115 00000000000009316e82f888f6972745263baa716c70ae18b2d69cba705c1671 0.03 MB 56 143
180,114 180,114 00000000000001c6c623a7780a1b18cc9907c0dabe435c04be032f7537f247f9 0.07 MB 104 130
180,113 180,113 000000000000001f41566bab3c697cb27f0b10e4cad23505cbd33f7581149a9b 0.01 MB 17 3
180,112 180,112 00000000000003270519e65ff199b04b79cd3134df4aaa7d35b1e36b9e392617 0.12 MB 242 261
180,111 180,111 0000000000000229de6d1d8ba85fbed7836d90a5dded81a4b814be801b3cea73 0.05 MB 118 153
180,110 180,110 000000000000062960b463b0f6ce9a8fdb3641ca42ef68c4b251befa95f30b10 0.08 MB 114 85
180,109 180,109 0000000000000424424fbc7a9bf002b869bc5dd876458bd71946d70a35c913a5 0.01 MB 33 184
180,108 180,108 000000000000027404147f28c8dbdfb54d7a1aa360e2f0ea9001aec8803a61a1 0.11 MB 204 266
180,107 180,107 00000000000008f8d359d242d82f938586c028d9486ae84aa657b0247bfdb225 0.19 MB 499 116
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.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.