Memory Pool Memory Pool Refreshing

103 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 88 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (687,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,263 220,263 00000000000004c55550192a9b5c5ada541613f357d4cd1a910d9ca52d16e025 0.12 MB 303 1,079
220,262 220,262 0000000000000472ccd4d97bcdc6d50934ab8b7bce631881f7c483ddb28a435f 0.20 MB 288 150
220,261 220,261 00000000000003ae1499a86aa9a63606d589f54e8f0795274ead3968ab950972 0.08 MB 113 92
220,260 220,260 00000000000002f53fe605d9b4baf7b1cc5c5d1a9a5fe9c36857e5d3a6739433 0.04 MB 96 62
220,259 220,259 00000000000003102f57a90638b6a85668e9c3791a49204c298b26aea7f66c2e 0.05 MB 135 126
220,258 220,258 00000000000004a326baaf17a0739b8ce4d6db78f3dc2c4c1c00d2d8ba821e24 0.22 MB 517 200
220,257 220,257 00000000000003baa8df620650c98e7a0717ba18c4838bc2ec9b425912f7dbcd 0.10 MB 190 143
220,256 220,256 000000000000048158474f46ea23f7bfad5d4b684ac27512dc4f0b057e0e3a0c 0.16 MB 396 208
220,255 220,255 000000000000030b4e5ab5b5dc46d46b776938f7ac4af24b6784ee6be4c8ca87 0.19 MB 495 233
220,254 220,254 000000000000020f5752b52c40b4698b54840ddba616c462c9eb6dbb0bf577a8 0.00 MB 11 46
220,253 220,253 00000000000002d5cdcca3a09db6852296ef388e06d789cc748e1eddda245e05 0.20 MB 464 183
220,252 220,252 00000000000003f32f49db6e1db4d6273901c279d3d1f0e3ddad69cabfb23d56 0.25 MB 592 242
220,251 220,251 0000000000000074dbce6a46bdb376c09eff4004b1dacf8a6a23a6c166b1f92b 0.42 MB 377 81
220,250 220,250 000000000000034461ced0b0718517864a82c918061570dfe8fb1e258136c3a1 0.25 MB 776 275
220,249 220,249 000000000000011b4c0718d55b53ec4bf42eb5fed611fae0d0e6372a37907916 0.04 MB 111 182
220,248 220,248 0000000000000218ad45fb62783077a49a54ee5fa3abb0250cd423b20597ba1f 0.05 MB 135 67
220,247 220,247 00000000000000b225962f936ac452751b857d20ae580030a3c9df637705a088 0.21 MB 445 172
220,246 220,246 000000000000051caf86dbadee8210e498ab40bb20dac9bfbb61efd1c2ee804d 0.18 MB 513 205
220,245 220,245 0000000000000269efc67a0b7a68076a11921b532c3eff00950f0fcd9d455db9 0.15 MB 298 172
220,244 220,244 000000000000028326a03cb44148f5d117bc0efcde1b011f1b03e1d952707bad 0.25 MB 512 159
220,243 220,243 00000000000004f57b60d4ae361dd59a97698b1cdd897c28cfc716a9a6633d49 0.28 MB 260 47
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.48 GB sent, 94.30 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.