Memory Pool Memory Pool Refreshing

7,791 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,976 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (632,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,565 275,565 00000000000000027deec9fa560d1480ea3643ae236c3acb2e56813e39d013c3 0.24 MB 232 9
275,564 275,564 000000000000000017918761f5e4d4e104f51c5b02e00153e2f20acad5bc9b38 0.25 MB 565 56
275,563 275,563 0000000000000001e083735ef433ec9b30c66e0dd719ed818580e6a9910fe0e0 0.18 MB 295 46
275,562 275,562 0000000000000003b0ad44a02bd19b5f6b00dfc598798b76a5b21f54a2d67c56 0.24 MB 548 49
275,561 275,561 0000000000000003533ca84f8ab69b3e0c2badd725a0af2a34e6d8d5c0d368b7 0.46 MB 632 29
275,560 275,560 00000000000000013e0bdcd4c721fd344a39c435b32eba6003a8ce84e112421a 0.02 MB 41 23
275,559 275,559 00000000000000048ae63b2b5ffc6136bfca6f6ccdf02d8fc76a90ec32abdd87 0.25 MB 579 48
275,558 275,558 0000000000000000bd7d1f329626755b25312584c4314340cc0c7aefc0815bef 0.25 MB 593 49
275,557 275,557 0000000000000001acc725c38db94bc7318fbda757dea4b97ea504f548a5e47a 0.03 MB 91 55
275,556 275,556 000000000000000276721b6edbcc27443fa9373207d921e08587a331308723d1 0.04 MB 106 19
275,555 275,555 00000000000000048847a944c908816f2ab8415db5c63b94b467863d098799f1 0.20 MB 531 47
275,554 275,554 00000000000000048ab18ec1ffe16d541be9c968a94332e95efed3eb6523fcc7 0.39 MB 834 45
275,553 275,553 000000000000000417381ed078a23d9ed4b0be702f682b34fcadf202c0ee15ce 0.10 MB 225 39
275,552 275,552 000000000000000432150f75c241b699582899e950657842e778037284b24b17 0.12 MB 251 40
275,551 275,551 0000000000000001617089441c74abd2f20b0fe07d5770dfeb83a6d899f6e13e 0.03 MB 56 30
275,550 275,550 0000000000000002e735822e4e6d355b2e1731f8d07ab7c9acb81b38cd6ee35e 0.01 MB 21 31
275,549 275,549 00000000000000028cc0dfad0c5905a0aa8b7b36be9a58a8b8b3832cb9eff115 0.03 MB 71 43
275,548 275,548 0000000000000003380fca5fee13810f0744d9e035095e03cebf99c1919f6bd5 0.20 MB 267 44
275,547 275,547 0000000000000001e8cb9a2dcc6d4e9263e910e042755813393502c99d117321 0.01 MB 20 44
275,546 275,546 00000000000000036b5ec76f975afe5df2b7ded5a064f6dc15662a80bad332c8 0.10 MB 197 24
275,545 275,545 000000000000000164da7bb66b3f35c5121eb22584f1ae260a702fb82bddf9ac 0.24 MB 179 15
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.01 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.