Memory Pool Memory Pool Refreshing

2,229 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,604 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,196 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,603 (870,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,640 37,640 00000000b0359e6a64378aa3bcaa00a02a74045e557e1e969ce2cbcbffddfe51 0.00 MB 1 0
37,639 37,639 000000007ee876511eda20c76ebcb52a6aa88a577ebe0e119920a97d4f067c72 0.00 MB 1 0
37,638 37,638 000000003c2e0bd2b7eb45609d891261e66d412f501d7186a3f6d1a0f6a0c117 0.00 MB 1 0
37,637 37,637 000000003a1dded1e84e3aaf8e71916963ba14188bbf798c91407df9015ca9b0 0.00 MB 1 0
37,636 37,636 000000001e7a29677716e602b0d981524c7bf93be18b64b6b39d1eb997edea33 0.00 MB 1 0
37,635 37,635 00000000720b3c949f688a49a49986fd11abe4e055e4d8000946c15ab861e328 0.00 MB 1 0
37,634 37,634 000000001aceaa809b9b8a5b8c3f2202ff1b39847137868b2a70f959de07bd64 0.00 MB 1 0
37,633 37,633 000000006c45e3eb3d29a0be99841e3ebddeb2e8fc1ccbb70e3ec94839a0f09c 0.00 MB 1 0
37,632 37,632 000000006d3e2bf3f6daa06651ccc90750f81c36df4498d23435b778d7cda890 0.00 MB 1 0
37,631 37,631 000000006a5fab1a285debd2947bb7e35bcaf7e5dca424be5880a56775e44427 0.00 MB 1 0
37,630 37,630 000000001f22e7632e8b5eb338ac08b7e9576710ac3bdef4f11f9e0c725b2cea 0.00 MB 1 0
37,629 37,629 0000000028398b0f6a50478db3fc96a3db56831353872ab4788cb8d3aedf2b94 0.00 MB 1 0
37,628 37,628 0000000072653acaedc393a7a58183c651b05e1e4d856957d85c792780c3bd9f 0.00 MB 1 0
37,627 37,627 0000000033ce1290de4fcf3fd5bea770226b3905e4f7d101d98cc1e6c0dbef0c 0.00 MB 1 0
37,626 37,626 000000004fdc33f3aaac766ef8c27a592e4372b099c6029c6ca7ea3fb1958af6 0.00 MB 1 0
37,625 37,625 0000000022117d44801694e60a6c37ebac2f94a9991551b2515d6dc755653c3e 0.00 MB 1 0
37,624 37,624 00000000b187e6fdae2fba813d0592fa48b73ee2f1b0bf3916737c58acc2b692 0.00 MB 1 0
37,623 37,623 000000003d7536a6fa5cde055af0ec6537cafccbf75da786ac773c42502e849b 0.00 MB 1 0
37,622 37,622 000000004e040b98297e6d22d058a4f1dcfcf921632192faa5e4e22202eeaaa3 0.00 MB 1 0
37,621 37,621 00000000966f57fce95d847495faf75241743bc9b688e0388ec0261a6bc94639 0.00 MB 1 0
37,620 37,620 00000000653ebb4326398149ce971ff1da30ed2e3dc1aff15e13131d7c9d2d90 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.82 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,849.55 GB sent, 101.04 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.