Loading Tool

Explorer IconExplorer

Memory Pool

34,025 transactions
14.29 vMB
0.06227850 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 82.23/200 MB

Candidate Block

Mining Attempt 7f1d436d0106fb9d3fb463db14a8ccb3e07276f41093fb93190732d5dd5cb470
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root 9177e82aaf6a53e2c058d944d15f0fb7110ec6fcd9352928ff4ae4ceac49ee88
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,009
Size: 1.00 vMB
Total Fees: 0.02091518 BTC
Median Feerate: 2.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (871,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,612 41,612 000000001d6aff91e7f511bd10d630e379b545ec83b4f6a2ff2298458f8c5a4d 1 0.00 vMB 0
41,611 41,611 00000000357df5f8cac06af01a911b1753925c8d820f1fb233854d7c944b1f71 1 0.00 vMB 0
41,610 41,610 0000000021ec11b619985615ad64826da0acd859cb5365945e8e781818dc4f61 1 0.00 vMB 0
41,609 41,609 00000000169a6d6bb3d70d85af54508c32431514f2def71b831d40a90c85f5eb 1 0.00 vMB 0
41,608 41,608 000000005501fc1b0103e1f7d14f92fe5715c65ca18035a5a92b61e5f6bd1385 1 0.00 vMB 0
41,607 41,607 00000000584d2801808c33f324e7b50977caeb6e029a00b9f61cd12a6b28e104 1 0.00 vMB 0
41,606 41,606 000000004e47538c155dce74d34b557330c8f83e6a3c953f12d0a081c048789d 1 0.00 vMB 0
41,605 41,605 000000000f115604a5a16e34976f391e86264a39aa8ec332e60241db0f17c33b 1 0.00 vMB 0
41,604 41,604 000000000be5434fa4e5a957fcbc74b73426584d5a022e22dc56b813d9c5b3d6 1 0.00 vMB 0
41,603 41,603 000000000557d0cc0ac599708cc2bff2a01e6c1de56b84d945dcbedb0eddf9b1 1 0.00 vMB 0
41,602 41,602 000000004423d854c8dbe973589f6ce07d80d681c7b6a5f67b078f911d64e29d 1 0.00 vMB 0
41,601 41,601 000000005a7a3a2afd5c7f90e6e11c40ddaf010a313e896c6b1e1e506e0e8530 1 0.00 vMB 0
41,600 41,600 000000004a995c476f065cfb1be77b8fa1ef9eb0c630e2022c0ebb0747511852 1 0.00 vMB 0
41,599 41,599 000000000352703af2e79bdbc571836cdd37a7d19af14cb258cc624acca99825 1 0.00 vMB 0
41,598 41,598 0000000037d9730dd4edb9b57e4fd5e35c48657408e9d2cd216cce75a90aa069 1 0.00 vMB 0
41,597 41,597 000000001273f41c0df850eb1b416539a017f513e56663f2d25d107849833f5d 1 0.00 vMB 0
41,596 41,596 0000000042b1f1b4070d0270b23d10535017aacad82fe6d5b6c395800ca7a5a4 1 0.00 vMB 0
41,595 41,595 00000000573412a8bcfa23f3147bf442fa37f35ee7b6636c8b8dd31b5d35c1c9 1 0.00 vMB 0
41,594 41,594 0000000044d1de65f11ac012e857cefd957f338cc665115719bb54b10095043e 1 0.00 vMB 0
41,593 41,593 00000000230d4eede7cbf8a852ebbc69369e65e4abca89a2dc9a7df6c3b9d6c1 1 0.00 vMB 0
41,592 41,592 0000000002515ff9f7591b98d46abd09aa0167929a7549e0dac39e108fc4aec5 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 87
    • Outgoing: 10
  • Data Transfer:
    • Sent: 146.96 GB
    • Received: 0.59 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.