Memory Pool Memory Pool Refreshing

9,790 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,056 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (597,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,640 310,640 00000000000000000255ee096fbfd7a5a8ddaa769e2c8ca9bb9b1dcddd38d36a 0.38 MB 690 30
310,639 310,639 00000000000000002caa2693663728fd0b67587bd10a4447ab16089700813b2b 0.05 MB 72 27
310,638 310,638 000000000000000015dd6e120ed6862ea12fcf81a9950e49d5b10ff0151b3c46 0.14 MB 150 17
310,637 310,637 0000000000000000171eb805ef2edfa6674c8797437c2433ecbae4b15cc424d5 0.11 MB 97 11
310,636 310,636 000000000000000024fdb6b5eda85ec7f1a059775cf11e938747e6377a66cdca 0.20 MB 274 19
310,635 310,635 0000000000000000363373366c8707e5d5b812fb41eae3aaf7944dd021668086 0.06 MB 128 27
310,634 310,634 000000000000000020fc0b2aa74d0e16871fb631601ef9eb998200374bcc144e 0.19 MB 263 25
310,633 310,633 000000000000000011b7eae727be68f5941b987a5745224e4f354dd1b53cd4fa 0.55 MB 847 26
310,632 310,632 000000000000000008016dffe51cb3913182c6589ceb6364cca11ccf25bfe441 0.04 MB 16 3
310,631 310,631 000000000000000034e7f603693ecf7987073daa2c4defddcffc3e2c55dcaa3f 0.02 MB 48 19
310,630 310,630 00000000000000002ee2f8ce944e990b7b90191a85d02d40d5e9cf1003ce8829 0.25 MB 489 30
310,629 310,629 00000000000000000d1ab6f6dfe27b186d79f1206b59b005f7fb287de276b525 0.06 MB 104 29
310,628 310,628 000000000000000033bf90c8b5435a53c6844340292b85816307e6fbeac36be2 0.34 MB 688 34
310,627 310,627 000000000000000006b311192617492f396156c47a79308069d275e541aa265c 0.29 MB 581 34
310,626 310,626 00000000000000003d85c13b7ce13af2386993894f6a95cee2a360ce4b49acb5 0.18 MB 198 21
310,625 310,625 0000000000000000281f077c38e4f301d0fb488db67d51f8135fbd5d93168258 0.25 MB 293 23
310,624 310,624 00000000000000000dcafa4033b7a7ccee5c394afd17a11475b3e0fc2f7820dc 0.15 MB 213 24
310,623 310,623 00000000000000001cf9a02a09880f392535090140abf1dac03f1b9a7258448c 0.44 MB 651 25
310,622 310,622 000000000000000005ce1f28c124555a8a5ff8218cf222b90d76104de2a6aa77 0.25 MB 662 41
310,621 310,621 00000000000000002c208af9f1ab137283a9a8d4284cd3fbdd8ec2494708e870 0.23 MB 317 23
310,620 310,620 000000000000000003c440bef1fd3c260da57355f664e93dc3a521067ebdc949 0.15 MB 213 29
Previous 10 blocks ↓
Total Size: 769.03 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,625.66 GB sent, 93.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.