Loading Tool

Explorer IconExplorer

Memory Pool

79,814 transactions
30.21 vMB
0.10931601 BTC
Random Selection Loading Transactions
Max Size: 180.66/200 MB

Candidate Block

Mining Attempt 1e294573a076c3a578b1b1f62faaa8c7a6d5f81e64bb613c18e0dc9175f4bc6b
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 8984c779908a4a9d1dda7fab79a4c6cc76432e95136a5d0566340dc7f4086e4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,830
Size: 1.00 vMB
Total Fees: 0.03795961 BTC
Feerates: 151.00 > 3.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (548,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
366,168 366,168 00000000000000000a1c314fe0e65820888a3d427e4a0318a0ef7b8da2ac5214 1,338 0.81/1.00 vMB 140
366,167 366,167 0000000000000000133ef2c808da3978d0c6f57c1e5317f97c5feaf28215aece 793 0.44/1.00 vMB 113
366,166 366,166 000000000000000008173efbbd13b226fa79d9d2e6e91a20a3d6cf8e8a87420c 1,021 0.53/1.00 vMB 154
366,165 366,165 00000000000000001150517aa805c8af106aea55be3f2f4bac551895b4611f74 573 0.31/1.00 vMB 129
366,164 366,164 0000000000000000083d0e2d1d346789fc86cead8d3309b3ea0ad1467e11bfd4 954 0.57/1.00 vMB 104
366,163 366,163 00000000000000001283fdf1baf6b509c6518355b257c4cbcdc6edbc203e6181 354 0.29/1.00 vMB 67
366,162 366,162 000000000000000000b3168b73777a9a656789569255645b2a7bc45eb35249c8 1,358 0.65/1.00 vMB 113
366,161 366,161 00000000000000000f47f785dd0a87c3e948c06655cc8be60bc40bde2d8ebc51 1,254 1.00/1.00 vMB 260
366,160 366,160 00000000000000000efd8a0d2d79111c25e3b945a1e83caa8a55daef0eae1b71 2,314 1.00/1.00 vMB 55
366,159 366,159 00000000000000000d8dd9358503dbabba125b45c74afbbada4c7cf5fd85f1a1 2,037 0.75/1.00 vMB 210
366,158 366,158 00000000000000000729112c544d50d65bc7b57e4ea72fb09d959eee3ccead94 1,126 0.64/1.00 vMB 241
366,157 366,157 00000000000000000ae1d0dfbb295a5e3061657e3ccb4bb6410713fd9e695c3f 1,337 0.35/1.00 vMB 38
366,156 366,156 0000000000000000145d8e55cfc8acc95741bdbfce33df6327f4729f112a73e6 1,271 0.80/1.00 vMB 158
366,155 366,155 000000000000000007cbf60cb1920d229ac3e9eeca57a24da48f281792a80ac6 355 0.18/1.00 vMB 28
366,154 366,154 000000000000000002dfbf4b1c6bb50545938a3675d3d891e693415efb106c54 1,522 0.73/1.00 vMB 90
366,153 366,153 0000000000000000078d884b0ba0f5e0c58a3de828138d59d232225cc43b9e60 1,140 0.95/1.00 vMB 28
366,152 366,152 00000000000000000e16dde1bb8243e50f12ef15def928386ecdb6f1a09e271e 1,014 0.75/1.00 vMB 128
366,151 366,151 0000000000000000020e6bf155800516098e756efaff47b6d81c1adf2361f814 1,819 0.65/1.00 vMB 79
366,150 366,150 0000000000000000097728069cc09f78b93bc43ef64bcf0ad21e4c55856054a6 1,877 0.92/1.00 vMB 68
366,149 366,149 00000000000000001538e79bde020854271ec713c473094ec338dc5ad5ea1fa0 1,586 0.86/1.00 vMB 40
366,148 366,148 00000000000000000f652221538deb572653912f7ab856252d0c76ba8b3463b9 516 0.25/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.65 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: 672.53 GB
    • Received: 16.26 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.