Memory Pool Memory Pool Refreshing

2,438 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (892,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,259 16,259 000000005fa6c9d83fa89130cdcbaca9cde6d5440c5bf158f81b03e84093a45d 0.00 MB 1 0
16,258 16,258 0000000041e0702f0ba1cd76127eb620320890fdb0763485d30a8f28a4716d35 0.00 MB 1 0
16,257 16,257 000000006274451f0e6586d191136f142e657acb5337fa7787ef575da2ca4ebc 0.00 MB 1 0
16,256 16,256 00000000b045203349c79ea7c1e4f3ce86a29faeae8c15d89be078c0c6ac2645 0.00 MB 1 0
16,255 16,255 00000000e5798e3d01f0350094bb6f472866d98adadd5e2b4d2772840fa118a5 0.00 MB 1 0
16,254 16,254 00000000615f0bf5132bc52bc3e971a4e181a367c14795f39fd9173fc8c0c7cc 0.00 MB 1 0
16,253 16,253 000000005c549727d240e6db6b3503dfb11e414612ec5ab3b7e01a8270b38b44 0.00 MB 1 0
16,252 16,252 00000000523a6c4c8a16fbbd4a4466f7a702403875922775250c2c403b66206b 0.00 MB 1 0
16,251 16,251 0000000045b7f775d7806ecbdfa03170d07c4bdccfba1d07cb8994d0f6e06cdb 0.00 MB 1 0
16,250 16,250 00000000ffeb2708cfc0aa1b5db3a6eacccc9112eb10cc0de2ec3e98c6c11a7a 0.00 MB 1 0
16,249 16,249 0000000035245e9ba6e907903bfa1d3991396002b4788c3ca6922a3f562c8c01 0.00 MB 1 0
16,248 16,248 000000006a6605467f48e4f2e2c1d02ae9b323accbac9e0aab30514bbd32ed81 0.00 MB 1 0
16,247 16,247 00000000489e56f50924a0e2781f0fc18b51358add5f41f3bfb1ed3d66c6eea5 0.00 MB 1 0
16,246 16,246 000000002a13a1f7436b69af3cf69768249284526f3e067b8ff55e91e5a66654 0.00 MB 1 0
16,245 16,245 00000000b465fe450470fb99e0d2b870f17f947361ff5d76e6f700a4f3380f2c 0.00 MB 1 0
16,244 16,244 00000000f4170e2df85bc4d406ac17c0c92765a18ea5eee4ec1e2eb30355af41 0.00 MB 1 0
16,243 16,243 00000000e26cb82dfcea65e605f23d6ae296aa6e90baa828b22e7d3f197588dc 0.00 MB 1 0
16,242 16,242 00000000d9423afa897fe5a253671fc7d29e2082dcb11e6ca3a7e1770c12869c 0.00 MB 1 0
16,241 16,241 0000000080b4a6576acd89c6203a312c23a336e9d9988beb539d6014548e11a2 0.00 MB 1 0
16,240 16,240 00000000a9f7c09cf2180026508ca1491c3c4508531f5e0bad0a0666bdc183aa 0.00 MB 1 0
16,239 16,239 000000002009d7144b91291375f8358d78fe2b9dbb8ec8886704a1814bf0a955 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.61 GB sent, 101.73 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.