Memory Pool Memory Pool Refreshing

7,294 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,726 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (766,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,461 141,461 00000000000008eb3f220774a6b9acfa62cdc49c797ecfe47d95d02c8e7bee82 0.05 MB 108 69
141,460 141,460 000000000000070f4407e0cf384e05275b7a0f31876baf3636b84cae341f4dc7 0.00 MB 14 904
141,459 141,459 00000000000005ee96db555dc9e0d0355418ac9523fa6b28781d0ae0b0ad425c 0.02 MB 27 73
141,458 141,458 00000000000001bc2b39c43c47b451a8a6cb12bbf0f1e20016abf75fc844aeba 0.02 MB 40 435
141,457 141,457 00000000000004a55a875aedc1a7d8d948df9bf9fcc1805b16d88f3baa4b19bc 0.02 MB 31 138
141,456 141,456 0000000000000608bfd7d83cc0fbe4859c57378ca523916602397830e2f9e65a 0.01 MB 31 247
141,455 141,455 00000000000002d97afabfe911a252cbf0fef3bf90e99edb99497e3fff9f19ef 0.01 MB 42 16
141,454 141,454 00000000000002a9c23e11b3f8c795e4317d9007f9f3e80b84811ddfcbd16ccc 0.04 MB 154 152
141,453 141,453 0000000000000252c624a02774ee7061acc3f95afc7f311c5092894a45532107 0.05 MB 111 210
141,452 141,452 0000000000000729ff693c2d4ea9124f59ce31272b30c11d701675edb0feceaf 0.03 MB 72 217
141,451 141,451 00000000000005239910a34d98793dd4ef0d8e29c5db381a9e21ac64fc7e6398 0.00 MB 11 0
141,450 141,450 00000000000006200357e101e6705824db453ccdde180e83ef12f9372380a80b 0.05 MB 89 43
141,449 141,449 0000000000000184971fb9452527d4ba3160bf8b3d1d0b1e54a031764c48a458 0.00 MB 12 1,182
141,448 141,448 00000000000000cfa1d798e3734ae1fbc74bd07ac129629f180de982580d4cb4 0.02 MB 28 255
141,447 141,447 0000000000000573fa16c3aab70e54f3f58376fcf76745bafbf1ce5c748b10b3 0.05 MB 118 105
141,446 141,446 000000000000086f442b3e1cc3c56dab40b9d7bc823873b4497b33ee83ac8aed 0.00 MB 12 106
141,445 141,445 000000000000061bfb60cfa58522ffd21b9290b2b25d08aeb416e3fbf04a9929 0.05 MB 97 146
141,444 141,444 0000000000000630b0e24f3edd30ca2602632110c0cf3f2fa413bebfc01db787 0.01 MB 18 28
141,443 141,443 0000000000000557c870a305237833f7513d2d3e3ab1e9bea5df1e9c6d584195 0.03 MB 50 266
141,442 141,442 00000000000006a9a79024885e6165361899c24d61fdb9ad86e134bf82bb4df2 0.04 MB 117 62
141,441 141,441 000000000000025100243ddcd9e0afff026bde290f8751be43cb6b278568ec87 0.00 MB 6 378
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,624.84 GB sent, 93.01 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.