Memory Pool Memory Pool Refreshing

2,979 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,028 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 2,964 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,027 (741,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,530 166,530 00000000000006a3feafa8589cc9eba6bdb4321193c62d8e0d0d8177e1ff1e59 0.02 MB 58 33
166,529 166,529 00000000000000e9ca54122ad8f7144f8f236ec957a16403d37c3f7686315bb1 0.05 MB 142 80
166,528 166,528 0000000000000561ba3abbcf2f5ff305fb37139f074962ce3c1ac8d8934a35f4 0.03 MB 60 37
166,527 166,527 00000000000004be0dc2bef514d5542261e25e38413139b79ff35e01f3c8bb62 0.02 MB 52 44
166,526 166,526 000000000000039f7d968610df46376542df0fd3d8b49b924b1ffe49c63a1ef3 0.00 MB 7 855
166,525 166,525 0000000000000709a13d88d7342875afbd8c43d8384c669299b974337e096c90 0.03 MB 39 377
166,524 166,524 000000000000036885bb72d0beeae3d9f59f6da7423e8169bf6882481127d82f 0.01 MB 5 47
166,523 166,523 00000000000004f8a768da8b4bc5eb1941390f258e125d6719bd8af2d3b5e391 0.00 MB 6 122
166,522 166,522 000000000000095ee53d3f5a1fe945706d20a52d62416a292c89ace8be8b36df 0.02 MB 22 69
166,521 166,521 0000000000000adbd28cf87c4b0b60698d5e196b5f4beda9e4e7cb869c6cd717 0.02 MB 55 41
166,520 166,520 0000000000000c0068cbfbdbebb5d0edb5fbd21659f3c550ec4832f842947f5b 0.05 MB 86 96
166,519 166,519 0000000000000996d85b03e817328e54e1af12baf9a90de291ab53f05b03fe1f 0.03 MB 75 133
166,518 166,518 00000000000006cd4cf4229c85453cd03a0dbbb93b21c2d71ba26bd3657db4a0 0.02 MB 42 88
166,517 166,517 0000000000000543457ad62869dffcaf1468e45cb45724f201ab9aad2b51d555 0.01 MB 25 351
166,516 166,516 00000000000001283515688918b9bc03a6231bbd242b901dcd2ed64a2a933d58 0.02 MB 44 78
166,515 166,515 00000000000007fd4fb2fbd18c7fd576410b88b864b12eeadbc3464b72b0522f 0.02 MB 35 86
166,514 166,514 0000000000000953efff2d15515a5bd2bfcc7c4d6eaffcce67eca4aa844d23f2 0.04 MB 114 46
166,513 166,513 0000000000000213b2059b79083721d0f6c18d48c6e64c7a76d08abf9d41af13 0.01 MB 33 142
166,512 166,512 0000000000000097394ea9a6cf85d1de1d9e0eb05934b440ea9d60939d918b05 0.01 MB 32 102
166,511 166,511 00000000000009f23511f770b59b7b37a82513457c3bfd5b02e15c69f415d47b 0.05 MB 75 94
166,510 166,510 00000000000005387718570570ccc0fbfc8f455661135ad68a397e1a05bfa316 0.03 MB 83 73
Previous 10 blocks ↓
Total Size: 769.59 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,651.37 GB sent, 95.89 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.