Memory Pool Memory Pool Refreshing

5,248 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,721 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (752,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,540 155,540 0000000000000337229d6900e1dfc27630906a99d61c7b2f3344681dab1a22b2 0.03 MB 82 121
155,539 155,539 000000000000003cd88b37b305f1ab4145459a95e317983a604b67c2ece8ae88 0.01 MB 25 51
155,538 155,538 000000000000072642ede58f8b4d2a47bf5814cba1908881ad3c1ec1f664a71a 0.02 MB 50 366
155,537 155,537 0000000000000b7e82a903de3ce04d01a3017dd8d6badf1013738ce28549d0f0 0.00 MB 8 120
155,536 155,536 00000000000005c7edbddcaa8cebd65c135271fba69f6d0e7b27e9ebb30ac4fb 0.00 MB 12 40
155,535 155,535 000000000000027c25e4fe861474a7ea33b976fb33d43a6a1d00e1f91bf8978e 0.01 MB 10 57
155,534 155,534 0000000000000a22e318c3ad49bcaa5aeba40a631f757f4ba374982389f645cd 0.00 MB 12 18
155,533 155,533 00000000000000c87dc1fea6ee3ec0f01f95879ed71ffceb05b260e50bd9afc5 0.03 MB 58 127
155,532 155,532 0000000000000a98679cd8ba557c11442963ac12829cfd20bd459973eb52056d 0.05 MB 20 39
155,531 155,531 00000000000004a49e521ac983ce2586b26feb37ca6574b77162817a1ef8d8cf 0.03 MB 78 45
155,530 155,530 0000000000000961b03e4a500642f11a92ed04d1860271afd032d60a5c4d2b8a 0.01 MB 28 6
155,529 155,529 0000000000000c8819b24b918a0b4e9fcb7d2042aeb8333dd82de996eee01721 0.00 MB 8 570
155,528 155,528 0000000000000dc181dba1db70adedb1a164abf6192a1b31be26f04c66536ca5 0.00 MB 12 17
155,527 155,527 0000000000000c2da9881191900a1449e72f1a81a709ed820cb3ebb379700f9a 0.03 MB 57 25
155,526 155,526 0000000000000eae95c1b0fe702c849a5c34cd26f809245171b23560cec18174 0.01 MB 20 55
155,525 155,525 000000000000085aae26c9371ed9c660731963cbdcaf03a4b260b5338c46d97f 0.05 MB 34 209
155,524 155,524 00000000000008f1093433c9bbc339e3917f81b2a17be32a0cfead5eb00eb58b 0.01 MB 25 8
155,523 155,523 0000000000000484a9ea7db447c2fa003ce8580877a0ae123874f3ffa0ba5c5f 0.05 MB 153 18
155,522 155,522 0000000000000f545d3ef0fd6b178f3bb5cbf58ba57b9200fb09943545043304 0.00 MB 9 0
155,521 155,521 000000000000027ca180cf533900a2eda73bc1caa4377ab5dcae8690f423116a 0.03 MB 13 9
155,520 155,520 0000000000000d95fcc66319279673f2a798449b417514418b7da26902d2e660 0.00 MB 9 15
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.42 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.