Memory Pool Memory Pool Refreshing

472 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 446 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (162,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
745,304 745,304 000000000000000000066be38e22d29857bf1087530a3c5444c479cb67f26ebd 0.51 MB 508 11
745,303 745,303 00000000000000000008c53d49b0a08a9fff14e44abbb9ee39a83e4de0181576 1.05 MB 1,749 15
745,302 745,302 00000000000000000002f9c0eb8f5474992e181ff468c18732002153b2a898f5 0.77 MB 1,293 16
745,301 745,301 0000000000000000000168fa5fb6fbe78e911c9243ae79d6c33b31bc77d30432 1.32 MB 2,417 17
745,300 745,300 0000000000000000000134db550bc15aa4cff07a0622dc3068d1c5e94f3eb180 0.98 MB 1,589 15
745,299 745,299 000000000000000000038b766ff38c5608953c56ca8bd49df22cf5a89cf6cc91 0.28 MB 529 19
745,298 745,298 00000000000000000002bbed494bd1dbe2cbd2cb4f79af8d66b42e8b34ce1b70 0.51 MB 903 19
745,297 745,297 000000000000000000045b9523f357224c8ccacdc2aa41a647dad081f842d687 1.18 MB 2,171 17
745,296 745,296 0000000000000000000063a7b5f28a334c46e1a1aabe6f4f7d2999ad1648a92f 0.00 MB 5 27
745,295 745,295 00000000000000000004ba6834c85ed8e5ed52d9733950a8eec4b53c0405481e 1.17 MB 1,095 10
745,294 745,294 00000000000000000006f42d6029188d07415e2fcd9c585ea07483ed22ae2f9c 1.27 MB 1,253 20
745,293 745,293 000000000000000000023f443b501ccf554b2bd4f079d809480d70b369f06304 0.85 MB 1,072 19
745,292 745,292 000000000000000000075c8db9d09fdd4141a7b7842f99d388e66a4cdf0d2dd3 1.07 MB 1,586 15
745,291 745,291 00000000000000000002465be102968bc45d08b167cf982375f341c19b365fda 0.39 MB 777 17
745,290 745,290 00000000000000000006e6ac71ba64fc2ffa4288e019d02e208685c6a5b7b29c 1.00 MB 1,267 17
745,289 745,289 00000000000000000000549de4ab59a9067ad1f48af5f3cf507a99ce595b3f35 0.11 MB 279 20
745,288 745,288 0000000000000000000819241ee88611cc5c3ebc39136c78f3cb441035529f88 0.58 MB 1,228 19
745,287 745,287 00000000000000000005b883406742e7793dc6077b63f3694204cb16f4cb4d67 0.27 MB 629 18
745,286 745,286 0000000000000000000871e0b6eabd0fce6397e95a17462ec808a2f101a95ebc 1.58 MB 2,244 15
745,285 745,285 000000000000000000090f29c1091202d0276327f3de6b12fde10b279003b687 1.49 MB 3,176 23
745,284 745,284 00000000000000000004c675e835acde913dc9978d08c1ce3c493bd8042133b8 0.77 MB 667 6
Previous 10 blocks ↓
Total Size: 769.27 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,635.37 GB sent, 94.27 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.