Memory Pool Memory Pool Refreshing

4,832 transactions
3.71 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,297 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (849,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,795 58,795 000000000d1d5b63bce534a6d16f8b655179a5516177f44590689a52d2404b06 0.00 MB 1 0
58,794 58,794 0000000009bb07db0e64a708461f2de1fe779cacb50a63decb91e922d505411a 0.00 MB 1 0
58,793 58,793 000000000038f2142855e25b68241f4c8229e9dc728250d634c180b3343eb660 0.00 MB 2 0
58,792 58,792 000000000b6271c527c379e3963b82d49bde8707bdf27b6b8f5948ab6314dd40 0.00 MB 1 0
58,791 58,791 000000000d6a5e158f334cda706fa72c6cdd1baff99db423422e6abf6c182c0e 0.00 MB 1 0
58,790 58,790 000000000dffa65189ef26d9341e85a93978cb6043ac00b0063d00117abd9d2d 0.00 MB 1 0
58,789 58,789 00000000025599fca30404fc355951e8b30f2da89c0c6f32eebcb768e892b6f5 0.00 MB 1 0
58,788 58,788 000000000e3e8b45bcf17ddb91933d8613ac6ac29431574ee199624e68f3aead 0.00 MB 1 0
58,787 58,787 0000000009ff58e74fd76fa55f1c027b2d64426f5539418362172437cfbbb908 0.00 MB 1 0
58,786 58,786 0000000005d6fff8d94c9b9aa4317ee93be91e95bbaffc9de4a9cd4567bf5abc 0.00 MB 2 0
58,785 58,785 0000000002f62258ddfa42fce76ea5cbe830666428b8b606fffd7fadbb009cd4 0.00 MB 1 0
58,784 58,784 0000000000b80cf82567852c10c1048600384ee7e73a8d0cb91087eea5d50047 0.00 MB 1 0
58,783 58,783 000000000789ad3dd7c85f459a3c2213fd99ab1dbff8dedbbf99db667b652a3d 0.00 MB 2 0
58,782 58,782 000000000cd7fd43bdef3f4d724e4e60446c97895c1e38010955561a2e4a9c92 0.00 MB 1 0
58,781 58,781 00000000050ff1626ddcfab36f101a6569cb05811b56c7d1f815750476f5ff2c 0.00 MB 1 0
58,780 58,780 0000000002be6f8a11bb2957ea664a989262902141bb4080dd668ead1bb76636 0.00 MB 2 0
58,779 58,779 0000000005a6dcd5dd16557be6cf4cac236c3fb1cd4cc82cc4e7738ccc31555d 0.00 MB 1 0
58,778 58,778 000000000b2f505dc3a1cbb40c51de8b9d73d39983b3229f2e40e9763669f1e7 0.00 MB 1 0
58,777 58,777 000000000de2cdaf25ab009faf3e68223b39c0a29fab5d22b0e060acd7e101a2 0.00 MB 1 0
58,776 58,776 0000000004753f8475a21ea1cf7c44b8b257e2e71ed73976cece7af0f20a2613 0.00 MB 2 0
58,775 58,775 000000000d70fa899f8b1557dcdffdb4601ffe157d02f63cedcbb515ddf3cb91 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.