Memory Pool Memory Pool Refreshing

5,367 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,350 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (632,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,825 274,825 0000000000000002a053a9e85bf1f6591fe1f87ad45d7d3bc94a6983ebb50a57 0.35 MB 281 21
274,824 274,824 0000000000000000ff84fda8276648ee4ae90261f8f662613ccd92a0508c5caa 0.50 MB 1,229 58
274,823 274,823 000000000000000199d5875db4e1e8f9aebeb66060f476554a311be0ecb2a3b6 0.12 MB 236 47
274,822 274,822 0000000000000004990b3600acd93cbc62200eb87071baf84c11f6b6eae876f9 0.15 MB 392 64
274,821 274,821 0000000000000001d9be25eb19dd75d013ed8e65f4aa30cb0bab6028d9429d08 0.15 MB 289 48
274,820 274,820 000000000000000232510c35f078bd3e0cfb883a85edc1e064a6da0ddb273ba7 0.24 MB 204 28
274,819 274,819 00000000000000030d153b84b9ffe128808e8e34d247697e47ea8a447f277f85 0.15 MB 56 4
274,818 274,818 00000000000000040d1948be85351c6f99ea7f222f86d9bff4012bc07448540d 0.21 MB 377 46
274,817 274,817 00000000000000039314c507382bedc9e8c244fdd1263cee101fabb30c33f71c 0.15 MB 143 18
274,816 274,816 0000000000000003a653347115fb99c293a7b6926c891aaf9d08cdf7807361e5 0.17 MB 322 44
274,815 274,815 0000000000000003f3a5cd4f37970c456f14a31c354d93e3234144aecc8188da 0.16 MB 334 42
274,814 274,814 0000000000000000b82d51ad8e336edde79227f8e544684974f2309ecd889dc1 0.06 MB 25 7
274,813 274,813 00000000000000023f571ac54f4f6f5bb85fc22cfbe587f13abbe80a905fcb4a 0.16 MB 305 39
274,812 274,812 0000000000000002a098f00fae9bd1db2063f3a48a5321efe0b25e6e755b7bb2 0.00 MB 1 0
274,811 274,811 00000000000000019a074c55e749fdd28197ac4db70a5fded88b60d44059d04a 0.35 MB 36 0
274,810 274,810 00000000000000007a2706618f7261ac03fc3c14f73456a4a8bcd1f2259272da 0.07 MB 51 22
274,809 274,809 000000000000000253cdf43b247a90a6a96fe5c8a92262184d40ca3f84289afd 0.14 MB 207 29
274,808 274,808 00000000000000005d848f2588a588c88df938db07550f6cd08562c25773f1e5 0.12 MB 232 34
274,807 274,807 0000000000000002249eaa292564fe361789bf5313149cfb082ed714da362422 0.07 MB 151 37
274,806 274,806 0000000000000001b6007207602641b6ad03a96b70a08289231465c2396c433d 0.21 MB 428 52
274,805 274,805 00000000000000045e608e02405a3ca2c5dfa7cd5816bb2f4297a87ddcd6338b 0.03 MB 22 24
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.