Loading Tool

Explorer IconExplorer

Memory Pool

16,468 transactions
6.79 vMB
0.04992019 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.25/200 MB

Candidate Block

Mining Attempt 8577222a007e07dd119097bacb7d364ae0a3968ceaa28a721fdf47b4aab19b6d
Version 20000000
Previous Block 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f
Merkle Root 403f83f59027c5a15a610ed12a05d6edb281180056f0ac433ce9c07be0ae8855
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,680
Size: 1.00 vMB
Total Fees: 0.03255161 BTC
Median Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,456 (709,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,048 204,048 000000000000026a401f912ddf0fe3e7f4ccb74f951db3504f8180efc9d8097c 261 0.12 vMB 146
204,047 204,047 0000000000000320f6def805167552e9ebb0246dbdb5f0f0179e44862b749cec 121 0.05 vMB 166
204,046 204,046 000000000000023eb81b92c6978f8155ef74dd69beb37d12c922035adc34df18 168 0.11 vMB 96
204,045 204,045 0000000000000357864f77479c725cd09029f2f29c0130a3633f33b6d95d6e42 167 0.08 vMB 107
204,044 204,044 000000000000044a7e75ececc36e1ad1709b8d125939f70392a03c2c478b2783 299 0.13 vMB 163
204,043 204,043 0000000000000496f309595e8c0d61fbb02b495849a7df7b71d75baac1d8ff71 389 0.16 vMB 144
204,042 204,042 00000000000003e040ea440497ea69307811352c8cc40a48b39e6d8a43c366bb 146 0.06 vMB 68
204,041 204,041 000000000000037039619f8599faab5ebf55cc4fb75e64482d69159a7d5036c7 305 0.12 vMB 120
204,040 204,040 00000000000003d3bcf261e80b7fcd8ca3f7d2979867e146b39d008ac660b715 324 0.16 vMB 124
204,039 204,039 0000000000000389dab9f7e47fc9456be991706ee7fa1af5f3b6019a04619ba9 253 0.16 vMB 86
204,038 204,038 00000000000001843cd61cb1744cc93cf359954c9739cb81e9f70f9ce14a4b7c 186 0.07 vMB 121
204,037 204,037 00000000000001e4df814b14dd7fb060a1374ede7378850a4de7becdfcfba58b 27 0.01 vMB 126
204,036 204,036 000000000000052f60a97a2a79a7a376307044bcf3b917145cf48d8b0617cfce 208 0.08 vMB 111
204,035 204,035 00000000000003e7d65e92ddcf803285d419bc1398c62f723d0fe2573e39420e 10 0.00 vMB 37
204,034 204,034 00000000000003f4abcf8aacce3d9f795d737c7d2a9f6329377deac83476072d 438 0.16 vMB 174
204,033 204,033 00000000000000d7c71f4f72e13422885bdfa387b05bc366edbf2c0d205906d8 111 0.05 vMB 112
204,032 204,032 00000000000000c9a5c34ce49931d0183d6a0cbc14401e9b14f4df8df03f71a7 8 0.00 vMB 190
204,031 204,031 000000000000039bf3836e5081296b2ad600acd4bd9b87ce723cd04a631337bf 220 0.09 vMB 163
204,030 204,030 0000000000000089df8c889303335b6abd3ebe4b61ce6efb997ff03e639d8c59 256 0.18 vMB 40
204,029 204,029 00000000000003cfad25963f05b3a549dd6920429defd5982d9246abba8e1740 429 0.19 vMB 169
204,028 204,028 000000000000052fc8bc1423dc1b0da44d01062e528a224d576173b2f01f6abc 105 0.05 vMB 105
Previous 10 blocks ↓
Total Size: 779.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 314.14 GB
    • Received: 1.50 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.