Memory Pool Memory Pool Refreshing

1,236 transactions
18.60 vMB
Show Random Selection Loading Transactions
Max Size: 75/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,327 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,048 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,326 (862,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,627 45,627 0000000014f30221825f9f75c814b719318a71e41bc8b25a46a03336ef8dd957 0.00 MB 1 0
45,626 45,626 0000000031b8f1c1ea531ddc0d019b691353266babc8fee03e608eda6485fac8 0.00 MB 1 0
45,625 45,625 000000002b475336991a82509e411ed1142644db1b8ac7544d62e8673273a587 0.00 MB 1 0
45,624 45,624 000000002d1b7f00737eff8348f2c86b1d98fac05f07620820d846d773d739dc 0.00 MB 1 0
45,623 45,623 00000000082d567396c9ba966d22f5aaa1b9eab122976ece4a475b6737c3f933 0.00 MB 1 0
45,622 45,622 0000000003ea9bbb4777823bea61b584b5152efca0af341ba1afdde834744012 0.00 MB 1 0
45,621 45,621 000000002eae8b8d8ab8a47fcacb70bdb056228d59ca20529d573f84ffde15b5 0.00 MB 1 0
45,620 45,620 000000000c83744f62570fa3ba4ebb2d038ab8a10bf2e82ea2f04bc5c917c248 0.00 MB 1 0
45,619 45,619 00000000077f54abd7b289b9d6dc8a0051fa9d9d158b55be551e76b36c391efc 0.00 MB 1 0
45,618 45,618 0000000011e337008562c35148d5ffcd77c61e01057359571399edca07cfcd22 0.00 MB 1 0
45,617 45,617 00000000179971679330f0b0d4ae98e6339faf7b28f1763990c263339729f6ef 0.00 MB 1 0
45,616 45,616 0000000018a174c13d1b14c7c85c31aeb45e5574c373f4dabfd610215a1fc6fa 0.00 MB 1 0
45,615 45,615 0000000021657ad64c14b6b166bd5182f238f24badae94a5ff65c50191bf78c5 0.00 MB 1 0
45,614 45,614 000000002d86d0fd2abdf20c93914a96ca6515a1fdedece63c62e812c81dd694 0.00 MB 2 0
45,613 45,613 000000000b49be49a07393905d8b18da9067ac5b1279ecea98c89cf3355c18a5 0.00 MB 1 0
45,612 45,612 0000000030927d2ada72a8f1dbaf2e574f0576529679ce67b9c4155c09c0dc05 0.00 MB 1 0
45,611 45,611 000000001c0a037df4c3e49de565d6030ca4547e2ad0d9139eb77844aa88a461 0.00 MB 1 0
45,610 45,610 000000001b00ba04819e8ab066425037d52c4db8ba9fdf94f608b9d4b720dcc1 0.00 MB 1 0
45,609 45,609 000000002fd6f458df33dd5dd82efe854e74e71b1985f0f17175b55ea4a9a6ad 0.00 MB 1 0
45,608 45,608 00000000258e13e9f33bb1d5605f5411e6498be94b94c220bdd02d4d8a24735a 0.00 MB 1 0
45,607 45,607 0000000009a31471546e4cbf91da1e76dee66506a6b717a050aae0b0182c9a8e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.35 GB sent, 98.69 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.