Memory Pool Memory Pool Refreshing

2,234 transactions
0.73 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
907,993 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,215 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (714,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,415 193,415 0000000000000518a7dac4790531be31e4da5d02a180d9074424ac8b5dc2cc32 0.09 MB 221 148
193,414 193,414 0000000000000788c56c6956f1966465d5242f69deb49c6432cd5c8128d55699 0.06 MB 129 131
193,413 193,413 000000000000052c15a34f6db8117f737945b2c2589f9556d9ad3ff84ca7699d 0.10 MB 256 134
193,412 193,412 00000000000002d1f7e7cd07b244872d8c24f2e291f332ac3f1551ebed51e86e 0.00 MB 6 36
193,411 193,411 00000000000002ba67f1c63c544b6789c25a4b4df90f81fef499cc0943b92f4f 0.05 MB 136 141
193,410 193,410 00000000000004f1304fa993f53bf8da1e50c4a5b35fbc3f85623f1f3f9f4b0c 0.02 MB 52 68
193,409 193,409 00000000000007c60a5c28395a27886932cf6c4b672e4118d02634b916b4aa66 0.20 MB 512 54
193,408 193,408 00000000000000dbcd7238e183d9138b213985999675e11e0306ce0dd9df0163 0.24 MB 722 163
193,407 193,407 00000000000002430c341a1ceb80b284b86ff6ffa5e8d25914ad565c25fb1123 0.00 MB 11 0
193,406 193,406 000000000000012c02d391cb14fca3ed59740c211ee01a1ac2f960120fee3c93 0.00 MB 11 15
193,405 193,405 00000000000003662fe19f0b9b603b60060bd009137bbae91dadd23a8d8a91b7 0.25 MB 655 190
193,404 193,404 0000000000000486717e79048d7ba5dbfc595b3d32d80e06c7a46abff52cfe1f 0.11 MB 256 125
193,403 193,403 000000000000008334b5c01754f150928cf57cfb37a9c1a262c6429fdbac073c 0.03 MB 71 36
193,402 193,402 00000000000006c08e000b5775858839e04e4df3bda25d9beae3ec75ee14bf36 0.27 MB 565 122
193,401 193,401 00000000000003612d75e06e2b67824d508032ff541a67d6bd2eae03502577c1 0.21 MB 541 154
193,400 193,400 000000000000043b3fc193ad9d9d31a1aaeef3328037c63fb10a6ac459f78159 0.04 MB 125 141
193,399 193,399 0000000000000386fd3575c35a1eb81f8655858d27b2fb2cf1e88d8d51f2e56d 0.01 MB 30 126
193,398 193,398 0000000000000398489f8344a2baaa8de53e86342e3ba07e46f72e024e407fb0 0.01 MB 31 172
193,397 193,397 00000000000003522fcc7cd07573dce350fd55fa03058758532c9b2c12c0231b 0.05 MB 125 221
193,396 193,396 0000000000000149a47e6bf24df0809e62d6ff36c1d9632f4b6b13d8f4f931e7 0.15 MB 369 133
193,395 193,395 00000000000004b7c4d65c7eb1db32542e6840d1c6e7dfc57307d0b13745329f 0.05 MB 111 223
Previous 10 blocks ↓
Total Size: 769.53 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,648.11 GB sent, 95.59 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.