Memory Pool Memory Pool Refreshing

2,064 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,478 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.69 vMB 2,058 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,477 (906,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,625 1,625 00000000b3483281759f10027c5664aba7bbcba1afc95a0f30a7679b90e5ae1e 0.00 MB 1 0
1,624 1,624 00000000bd7a659da73ba4bbeb4dfd8c9326463fe4e243f45cdb905bfe0daa1c 0.00 MB 1 0
1,623 1,623 00000000dd6dd4852c465daec9d045abf836107dae2c7bf711692d62b96a00cd 0.00 MB 1 0
1,622 1,622 00000000ccdabc8da7cfade006e318da72afdd3fc48102b960722313d087382f 0.00 MB 1 0
1,621 1,621 0000000026aab7cda3077736591040d50a80a40b6654ddd5f080b91a6f2b99a6 0.00 MB 1 0
1,620 1,620 00000000896aa7735d5a1f1e4702f17425abaa2112e7736c67b8d3cc1ca90fea 0.00 MB 1 0
1,619 1,619 000000005d0d49633cb396d5d6d03f3436e22b4bd145cb800d2f96a9cc2a3fd0 0.00 MB 1 0
1,618 1,618 00000000b52ea769a94d61147fc8dbd9c36afb0bf10499a179d14cde80cb46bc 0.00 MB 1 0
1,617 1,617 00000000970de9b79c0e4f91652dd43ca9b779257fb57759f80e36e2c0835330 0.00 MB 1 0
1,616 1,616 000000007caa0b0b5926322a85cc521e6dd04b8b01474ea13044e530910e6e9d 0.00 MB 1 0
1,615 1,615 0000000098c7727f332946230e251548a8a2b896e7f8727d416162f71b8b34bd 0.00 MB 1 0
1,614 1,614 00000000928daa509077bb7de093159fb5af09035713efd177c580b4b22b1f2b 0.00 MB 1 0
1,613 1,613 00000000e8221c0f6f0f42336add588eb183969abc5bf0d967fb60fa3987a698 0.00 MB 1 0
1,612 1,612 00000000ec083259298a88779883c683fe245c7953788b3c0a7686f3a3928756 0.00 MB 1 0
1,611 1,611 000000002b13991d52f8f0e629c3cf8e313ec593f01bdf05ede184dc5ff23ff1 0.00 MB 1 0
1,610 1,610 00000000d97359bd7dd742427a81f88bd01a27ebe66c5e0ae010df031173ee7c 0.00 MB 1 0
1,609 1,609 000000008b1ffe418820785bc733082b62377cb97b2ee2282e4bcb6d70823738 0.00 MB 1 0
1,608 1,608 00000000745067eb1bc28aa5f31d157455e8eef074c8c998174bfcecaeb488f4 0.00 MB 1 0
1,607 1,607 00000000fc33b76de0621880e0cad2f6bd24e48250c461258dc8c6a6a3253c7a 0.00 MB 1 0
1,606 1,606 000000005d388d74f4b9da705c4a977b5aa53f88746f6286988f9f139dba2a99 0.00 MB 1 0
1,605 1,605 00000000ba96f7cee624d66be83099df295a1daac50dd99e4315328aa7d43e77 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.60 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,785.94 GB sent, 99.96 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.