Memory Pool Memory Pool Refreshing

5,683 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,090 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (14,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,504 893,504 00000000000000000000805e914b1cbd480b93fb37647d440e1955d4f81013e0 2.80 MB 2,961 1
893,503 893,503 0000000000000000000110001aa535d4e97dc8f4eb6334ba5b4ffada38f9d94d 1.76 MB 4,513 4
893,502 893,502 00000000000000000001b2485e7ee1cae3ad2f9a94c4e8a63ed7e54c34385d3f 1.58 MB 4,565 2
893,501 893,501 0000000000000000000025102c31e8d3380be777d2f2cc388af0c59960c4db64 1.42 MB 3,342 3
893,500 893,500 00000000000000000001fc9f1541e7d413036ad15eedaf919c19ca0791e14ff1 1.69 MB 3,410 4
893,499 893,499 00000000000000000001f0067ad5a2ecdec9b5f4767f2fca02f05dcf37e0f95a 1.62 MB 4,211 2
893,498 893,498 0000000000000000000191563ef62563e1bedd02245f8344a2e40a96200a627f 1.73 MB 4,173 6
893,497 893,497 0000000000000000000077de4ce214338f872c08343a498ba4e4825d946b4e0b 1.84 MB 4,274 5
893,496 893,496 00000000000000000001aae0d2f32ffad76755718f2caaa4fcb9068fb7791749 1.76 MB 3,998 2
893,495 893,495 000000000000000000011aba2ec9a8f7a549c65e2c2ecc8b3d6b431ab5debcf2 1.76 MB 4,812 3
893,494 893,494 000000000000000000016ad23462f980f5baf4017dd567a6e2a3061b81b26cf6 1.74 MB 3,917 4
893,493 893,493 000000000000000000004f58cf0aa703fbd92f4cef4691e2a6383817828dc2a9 1.70 MB 4,122 3
893,492 893,492 000000000000000000010fa6143841a979b92607c602bbf5903d26f8f371dbc0 1.64 MB 4,215 3
893,491 893,491 00000000000000000001eebeb890766a94271a16806ad6848ab61d28aed7dca7 1.43 MB 3,422 4
893,490 893,490 000000000000000000013b7ba138a90a7b716baec622a2580d34a72be0fd8a2e 1.68 MB 4,611 3
893,489 893,489 000000000000000000005c6b2d06c6df1b7ec371fe0eae701c7fe2835624ee40 1.67 MB 4,195 2
893,488 893,488 00000000000000000000da034d85567bcf64d851a6658f687e1210122044b44f 1.95 MB 2,973 3
893,487 893,487 000000000000000000004192eaa70926840ceb232d26cde9f195b2e2dafc385f 1.57 MB 4,320 8
893,486 893,486 0000000000000000000021e5782b6a636a01355eaad2dc343896f4efb34d9168 1.61 MB 3,793 4
893,485 893,485 000000000000000000019e43808373274c398dbc98c593ee1b0b00d1e1d4a736 1.62 MB 4,551 2
893,484 893,484 00000000000000000001bca3546488c41501f7f522ca9413e2e00b3f6a4af84b 1.78 MB 3,326 2
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.