Memory Pool Memory Pool Refreshing

2,613 transactions
14.52 vMB
Show Random Selection Loading Transactions
Max Size: 60/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
908,303 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,309 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,302 (831,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,554 76,554 00000000006d521db0b76c529a1f3bf728b80406a2c3800b1f3414c155ab3410 0.00 MB 3 0
76,553 76,553 0000000000303a123b88872fff93aa9efeaee235acb8c8c647203f99f43c2832 0.00 MB 2 0
76,552 76,552 00000000007cd407e7d909fd7e4d3eb43d60dce35c2e92d0c01b1380c10e348f 0.00 MB 2 0
76,551 76,551 00000000005425f812290bf2d0cff81ecd9ae894f3f65524e1742ec81df34d4f 0.00 MB 1 0
76,550 76,550 00000000000541e29a73441085ce3da7682c5b14a0d7ac2090b4e85a84ea8202 0.00 MB 2 0
76,549 76,549 00000000002f07d4d34780dc4a137efb235a8758f238d27949f126d4bb027e99 0.00 MB 2 0
76,548 76,548 000000000059cdcd7334f9a025a14688cddc41e63e73084377f3db92047eae85 0.00 MB 3 0
76,547 76,547 00000000007e4d79957d9683a00079ba0e9f91da98fa8613867e749114e3d1af 0.00 MB 4 0
76,546 76,546 000000000077e89534715f4d01e0f90b4e746a88999f6d67c8893ad0c534559d 0.00 MB 3 0
76,545 76,545 0000000000402c3f6faa1239c6d4d440ef6b4dbc8569f22b1aaa29cefe096745 0.00 MB 7 0
76,544 76,544 00000000003cc74d9f48ee68c444e2e88126f30d9bedaa26b7e4c036e096bced 0.00 MB 1 0
76,543 76,543 0000000000178f33430f306ef02b7f3670e68bafafa700ff8fb3f6732a610847 0.00 MB 3 0
76,542 76,542 0000000000398f221f60361e203c7bf2b5ecc4b26f44ad740c8284c85494df47 0.00 MB 1 0
76,541 76,541 00000000003b3985d715686c734d745cd37d3bc064c477510fc38336f5b1e198 0.00 MB 2 0
76,540 76,540 000000000015eed9b3a117a7ac9625ec0aa70271f25637dc3f5afb2f5671e40d 0.00 MB 1 0
76,539 76,539 00000000006ce58f158438b0544ef9d5800d3e0d23730c48dbca78aa76cd6346 0.00 MB 1 0
76,538 76,538 000000000065499fa340f3cfd729967dd83f1cab122091ac90088e09126732a5 0.00 MB 2 0
76,537 76,537 00000000003ebd73e0c3905889ee136958bd9c8bec957ea33deb7fd4c39a2d2c 0.00 MB 3 0
76,536 76,536 00000000002b030f46aa5dd79e3dc4959aebddfe8d6729444733074da6a8fa39 0.00 MB 1 0
76,535 76,535 00000000005cf507a303006d0938a8d192b8e64d1bbde3b13ebef603e43c7c81 0.00 MB 1 0
76,534 76,534 0000000000081dcc90f011327dde6a2235c7799650de507a8b3a81fc6f0fd9a0 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.29 GB sent, 98.48 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.