Loading Tool

Explorer IconExplorer

Memory Pool

84,619 transactions
31.77 vMB
0.16349228 BTC
Random Selection Loading Transactions
Max Size: 189.13/200 MB

Candidate Block

Mining Attempt 9a81950d0fd3f09ba1d82d77dac16868afe1561356f691e72903bdeb4f3d3d50
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 042036ffc4fa0e50d76689a827eb6a09e16c3b4477d6070edd582314b75bd9ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,134
Size: 1.00 vMB
Total Fees: 0.05181359 BTC
Feerates: 402.75 > 5.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (531,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,142 384,142 00000000000000000770ce9346c0665261fdecd2b58ac7b4a31920d23dbf0c16 1,361 0.80/1.00 vMB 26
384,141 384,141 00000000000000000351e27528365b48b83f76786f8079cce9188d0f27f052e9 356 0.41/1.00 vMB 13
384,140 384,140 000000000000000009c4506ed6acce3dae82e24c6c9d7b9dc5590017fde26271 359 0.25/1.00 vMB 17
384,139 384,139 00000000000000001084a72e5973b927461e67a1540b7c26fed1e6b765fbbffd 1,175 0.61/1.00 vMB 33
384,138 384,138 0000000000000000042163146d4607f0ec09445c677dc11dedb8d89bf7a2755d 129 0.25/1.00 vMB 4
384,137 384,137 0000000000000000033d70aafb35ce203f997248330d4385aeb33d6e701787a2 138 0.08/1.00 vMB 17
384,136 384,136 00000000000000000264c145fbcf3d08debd1463caa29cb22258c4885897fcdb 609 1.00/1.00 vMB 5
384,135 384,135 000000000000000009fb2b92e2d8743a391099c9931bb2087eb4cd7f8a0e937b 1,212 0.56/1.00 vMB 36
384,134 384,134 00000000000000000f408a9f38b2f14686d3f7ffc8d6cb574ea575f6a933ae42 940 0.58/1.00 vMB 26
384,133 384,133 00000000000000000ec9c301fbc62fe07455b59d273084300e45a566e92d4a32 1,052 0.71/1.00 vMB 24
384,132 384,132 000000000000000007d38ee91d4fe21b99a238833a717e8a35da438a449c1435 2,308 0.93/1.00 vMB 41
384,131 384,131 0000000000000000070d8c5e80f0dda8378c03db03b1f63a4b17b1e9a043ae4e 511 0.38/1.00 vMB 24
384,130 384,130 00000000000000000323a28b8e6a083d1e20595dc6038a86754ce72a4601b9d5 1,077 0.75/1.00 vMB 20
384,129 384,129 00000000000000000cea699a3f0347229848c5572c8b3a392155f54a4281e5f7 3,059 1.00/1.00 vMB 50
384,128 384,128 000000000000000009c03164a0c9df896a70698ca83bb4252ca94646ea86b7a8 520 0.47/1.00 vMB 17
384,127 384,127 000000000000000000a1c92714e73c65d925002a44fc97b2417cdf8a1c58c5a0 1,754 0.99/1.00 vMB 27
384,126 384,126 00000000000000000ed0e5ad0cf4a6caa870ab579be63756e3483a31251232a5 2,434 1.00/1.00 vMB 39
384,125 384,125 00000000000000000b68ad18dbf0497fff9fa7b715e84a7450cae86517e0be47 1,403 0.74/1.00 vMB 35
384,124 384,124 000000000000000006c5448163ccb2dccad77b41dd83ca6dd27caa9bc1f14724 1 0.00/1.00 vMB 0
384,123 384,123 000000000000000005ce6f5f51c29aba5e6e469ee1b0804db1234240756131d0 309 0.17/1.00 vMB 27
384,122 384,122 00000000000000000e671076be7e1e9520ee2463186d3df8e040882b9009de63 1,150 0.57/1.00 vMB 29
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.66 GB
    • Received: 16.30 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.