Memory Pool Memory Pool Refreshing

485 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,837 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (58,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,616 849,616 00000000000000000002f5c9ba34b417c5473ef93eb29f317fb498502cd7eb28 1.63 MB 1,979 13
849,615 849,615 00000000000000000000b60d79e9ff7e7c6c5cc26f2d70daf97d4a2f54f14133 1.55 MB 2,956 18
849,614 849,614 000000000000000000027e5608c0eb209b122a67dd1c3f6b630ab38e5e319b24 1.79 MB 918 10
849,613 849,613 00000000000000000001ffa7fed8fc3e55975be8bfc8eeff06b597cea31147de 1.56 MB 2,796 15
849,612 849,612 000000000000000000034327df153019add1d6cdd7cbf6ddde389bce0ea59367 1.44 MB 2,804 23
849,611 849,611 000000000000000000007db1b6e2c949c6414ca11270b23a262a659efd97731a 1.83 MB 2,232 11
849,610 849,610 0000000000000000000058dc0cacae516ac3384e1ddd45ee68920cf8c7f57a29 1.59 MB 3,501 18
849,609 849,609 000000000000000000022b48bc3d801573f1a2a92edf083e7cf5e12815296a82 1.55 MB 3,170 25
849,608 849,608 00000000000000000003195496e8bbd514348c906defdc1f16f66cae2b467b8d 1.83 MB 1,955 13
849,607 849,607 000000000000000000032115704e152e2bbf74a29116f346e8fa64b03cdcfb25 1.68 MB 2,742 14
849,606 849,606 000000000000000000025e9bd4d3feea73f52c236a7cf736f18c26e7551581fd 1.47 MB 3,775 15
849,605 849,605 0000000000000000000018c49a1ac6bb3123d76c6eef710ff81c41c365fcfd04 1.60 MB 3,322 20
849,604 849,604 0000000000000000000052cf190d1a269fa6ce088737d459948bb59488d7480a 1.57 MB 3,674 24
849,603 849,603 0000000000000000000230f0e2c720bb958a04b0389d53e5a4dac5a0bfd211cd 1.55 MB 3,464 25
849,602 849,602 0000000000000000000335b88f778cc71fe8649e735c5aee3d46711643e9b5fa 1.60 MB 5,869 10
849,601 849,601 000000000000000000000cb16f9c0db7b74a61cb79c4e5c0a575fc97b1603cba 1.95 MB 2,345 11
849,600 849,600 00000000000000000000cf6bbba3ed4108d7bbd4c933b202b810a6665bff0215 1.90 MB 4,696 8
849,599 849,599 00000000000000000001717729840ec94e7bf9f0a5ea76848a90f1608e2a78cb 1.91 MB 1,482 14
849,598 849,598 00000000000000000000d688119388ae1604ac5e18142608d1c40b7db24aa1a3 1.78 MB 3,050 9
849,597 849,597 0000000000000000000269d9af1c5d62cc30064bbdd889a1f4b15d90ba7a3a21 2.04 MB 656 11
849,596 849,596 000000000000000000017e8d179066aead28671feb8e5d848806759645a46674 1.44 MB 2,873 17
Previous 10 blocks ↓
Total Size: 769.24 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,634.82 GB sent, 94.09 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.