Memory Pool Memory Pool Refreshing

4,117 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,818 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,190 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,817 (687,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,712 220,712 00000000000003d790da41d955e10e60f94fd2bb81c49ba2c4416f98e0adda02 0.00 MB 8 651
220,711 220,711 000000000000013b31ccc0c09e91ae227c172ce68b2d7c98a245dd7224a39081 0.25 MB 609 221
220,710 220,710 0000000000000106e5188c177783b4414a59a891bf2ddc39d692c26ad7e79919 0.25 MB 417 110
220,709 220,709 0000000000000222c376ad12dc009d30fa6437c5a14199e4dbc8a8eb209460b3 0.00 MB 8 160
220,708 220,708 00000000000003cace45c79a67252aefb980681bf55513184843a974e43144c5 0.25 MB 630 205
220,707 220,707 00000000000002c3428d3e70ab6d4afd8a86edbcb863d367c30bf4f0c71d4944 0.16 MB 343 232
220,706 220,706 0000000000000198b2afc866b7604dd1db810d4c9b5530bdc040f6e18d8874fe 0.11 MB 179 136
220,705 220,705 00000000000001e578c7aeec90d36d40e9de9142c745d1514c50f196cb46e129 0.25 MB 450 135
220,704 220,704 000000000000010a3de9f997f2ec4a7611c863add09d3a5edd7ea0cb2fc11bd0 0.25 MB 702 217
220,703 220,703 000000000000020ecf928d748fe968d9ff48f35b9d35e67ee36e5e570e6cf088 0.28 MB 360 128
220,702 220,702 00000000000005122db9a374ace539aadb8cac13b87fdffe462de0cd10b38329 0.03 MB 47 30
220,701 220,701 000000000000014243cee7f3b20c3188e3128a2df354414af930a0282d095efa 0.25 MB 478 136
220,700 220,700 0000000000000502395988e6f77010de2948e37a430b1042c31dd672e7b7f26f 0.25 MB 675 240
220,699 220,699 0000000000000493636f6ed51a3f8c47d961151f971b5f018dc094cb184dbfe8 0.25 MB 800 258
220,698 220,698 00000000000001b22c47b67d209d2f0497ed13b45f7d575b6b4f69d4c61b7479 0.33 MB 809 211
220,697 220,697 00000000000000861029718ca40d0b4af1e95ef041170f2a0c6d81b71f54defe 0.05 MB 135 143
220,696 220,696 000000000000021cbe6748f47d8a3cf62e463ec799576e50afbfb9097c35543e 0.00 MB 9 59
220,695 220,695 000000000000005e72dbba775d37095e43d964421aea25d0999a8ab2f7aba059 0.05 MB 99 142
220,694 220,694 000000000000016abed9607e3faa497fb4e6988763dc8c85e0fc182501bfe641 0.17 MB 155 76
220,693 220,693 00000000000001785a3ef31312feaa32bdc06066347ee1ad5f71dae2432d50c2 0.25 MB 682 228
220,692 220,692 00000000000001b0aedd98e740a14e4836dd966e1175067bbeb72a795ba9be39 0.27 MB 186 91
Previous 10 blocks ↓
Total Size: 769.20 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,633.80 GB sent, 93.92 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.