Memory Pool Memory Pool Refreshing

1,817 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 1,813 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (906,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,262 2,262 000000002e3aedc3009c8f2d92a3db486eb5990d61f8506623bf059e227eddf1 0.00 MB 1 0
2,261 2,261 000000007ce675fe62345c4b8fc6bddb22d185651856fd93164db8f637f49678 0.00 MB 1 0
2,260 2,260 000000003b1f1db33f398ce3fe36e7575923241564657be2bfba10c2056440e5 0.00 MB 1 0
2,259 2,259 000000007584156178c8a6cd790e7aecef21680a290c0c78b087d2703c5ebaac 0.00 MB 1 0
2,258 2,258 0000000040fd733264a702fcbb1b6365e160b2c601613aa23fcea98aa60f65d6 0.00 MB 1 0
2,257 2,257 00000000aaea93b8453e6ce62678ec19c0adf491e2156170ba6a4651d9a0ff6f 0.00 MB 1 0
2,256 2,256 0000000016c9a2b06db02a157b3eae0309e0075c43eb94b3da72bd3ff7c81a14 0.00 MB 1 0
2,255 2,255 00000000a2a171ff52ca3c9d046592c8ac623b136b8d6910003728a3d22691cc 0.00 MB 1 0
2,254 2,254 0000000084c67b198b88497ccf47fc0d136f72ab463ab25e399502d254f62aa1 0.00 MB 1 0
2,253 2,253 000000009b2fb1f7423e64170bdc70f65d5a2ff9b51201e87e04d8f93a550b63 0.00 MB 1 0
2,252 2,252 000000004fb7e21c803fbcea643b54990da805a851e11cf5fc17af614a00c9e5 0.00 MB 1 0
2,251 2,251 00000000fdaa632818dc340c1583270703135e1c919315e526e679ee873f7ef2 0.00 MB 1 0
2,250 2,250 000000008b1fb5ef9ebdb8c39fd8e9d317181597ac827297199658129dc158b8 0.00 MB 1 0
2,249 2,249 00000000df91191a0541d325be6a89e00c3dd3b86731f6463adda453f887db6d 0.00 MB 1 0
2,248 2,248 00000000ac91f00435bdb716d610b2657a2bfccfea305c96253cf4ff4a4e0b72 0.00 MB 1 0
2,247 2,247 000000008752513a044502dd2d75009ff847b5703ce1985f3e9fa8647ec50bbb 0.00 MB 1 0
2,246 2,246 000000005a2ba0f0644d2abd0066353c16fc79c4e0bb7b5ab4741e20bb491727 0.00 MB 1 0
2,245 2,245 00000000a56a59203fe39de44f3ee4b091bb40d869ed8d8f1c2e8f19c31fedf9 0.00 MB 1 0
2,244 2,244 000000007f0b0e0dd45c162fa9422351a5d416678049860fb8d0eec97f33e925 0.00 MB 1 0
2,243 2,243 00000000f56c824cddf4becb0afc1b448b079a09c8a94f41060a9f0f106281a6 0.00 MB 1 0
2,242 2,242 00000000f0befb49abde7a1ccd219fed53cb65e22fc5672355b9e3a7404e0406 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.61 GB sent, 100.68 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.