Loading Tool

Explorer IconExplorer

Memory Pool

39,657 transactions
27.64 vMB
0.06846506 BTC
Random Selection Loading Transactions
Max Size: 141.34/200 MB

Candidate Block

Mining Attempt af22d45e6fe10e8582b438797607b53a9968e98404934290c09c8ec76ddf4e27
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 457601016d55e69d3152a9d056d54cc1874dfc6cbe0c1e1a9cae22c34ab88d62
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,554
Size: 1.00 vMB
Total Fees: 0.01577798 BTC
Feerates: 100.95 > 1.58 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (100,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,253 814,253 0000000000000000000416674b278272fc228b01a3c1347d265bc61d02c2e4f6 3,451 1.00/1.00 vMB 8
814,252 814,252 000000000000000000011eb7b8bf17c69c885e6da6f9a2b81e52ed5cab624146 1,478 1.00/1.00 vMB 6
814,251 814,251 0000000000000000000470bd0dd58d7c46035e476552f8375732477a3f097fd2 3,496 1.00/1.00 vMB 13
814,250 814,250 00000000000000000000052b9313b9d9f44f1cd5e5c6be5e072c03a722164f39 2,654 1.00/1.00 vMB 14
814,249 814,249 0000000000000000000277fbbd7b1d3890ec8d28909cc226b0cdcab7993757e8 3,693 1.00/1.00 vMB 22
814,248 814,248 000000000000000000002f94027d3c0a275cbc452146bee3a82c1d8b0973d94d 3,683 1.00/1.00 vMB 23
814,247 814,247 000000000000000000046c09710e212e62e288fd305255f16f41945f4dbd37c7 1,725 1.00/1.00 vMB 14
814,246 814,246 000000000000000000030f1c9d574fc4ebb33926eb341606bda5d199ed695e11 3,040 1.00/1.00 vMB 4
814,245 814,245 00000000000000000001a59352f3244fa4c351b6da492127a77adeb59930d8ec 3,231 1.00/1.00 vMB 8
814,244 814,244 0000000000000000000409dc4a25f4d84cebdc6adb98bb7bb0cf3ea03b6cb1cd 3,107 1.00/1.00 vMB 11
814,243 814,243 00000000000000000000b0af6c96a2010bde462da6ebb4d4317e0768ad46dbd4 3,279 1.00/1.00 vMB 18
814,242 814,242 00000000000000000002acfdb0c21f8ad18dda6cff609e20c9d8e69ec4408771 4,677 1.00/1.00 vMB 13
814,241 814,241 00000000000000000003ca7318736138c4d437d619025ae163caba285ac18880 3,991 1.00/1.00 vMB 20
814,240 814,240 000000000000000000040ef5aaf6d8a0ce9e7f3f36a080c540795d13ea6cdb8f 3,869 1.00/1.00 vMB 22
814,239 814,239 0000000000000000000185637e69586a152814c5b4f90481e1c926ebc4a0e747 3,258 1.00/1.00 vMB 16
814,238 814,238 0000000000000000000013d9731f300206c70edd08d990b1a13df827147b0134 3,767 1.00/1.00 vMB 5
814,237 814,237 00000000000000000004948fa53a96952668fc3647eef5a07e1f0149111d4280 3,994 1.00/1.00 vMB 5
814,236 814,236 0000000000000000000355cc9f2bd57483661313efc6a6795f1cd9d57fddf72a 3,409 1.00/1.00 vMB 14
814,235 814,235 000000000000000000015919b4248e717ddbdd1bbf2f579f09a957373cb58d91 4,841 1.00/1.00 vMB 8
814,234 814,234 0000000000000000000427ee7a65cc20042a25145867541bab61ca88bcf6998f 2,863 1.00/1.00 vMB 12
814,233 814,233 0000000000000000000437bb51fee2385e8155851a313f048f5771a2a51e4439 3,960 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.76 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: 632.30 GB
    • Received: 12.11 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.