Loading Tool

Explorer IconExplorer

Memory Pool

73,258 transactions
27.00 vMB
0.06077162 BTC
Random Selection Loading Transactions
Max Size: 164.96/200 MB

Candidate Block

Mining Attempt b9de1bbfd2dc0877bae3101b51aeb5ceee1b0950de1045f1652e9bbe18ffd708
Version 20000000
Previous Block 000000000000000000004ed27dd3f7a6a8aa11f24ae6e90960d02ebf523baf7f
Merkle Root 6979e31af83ab01fae8ed5f021e5975bca80ba6ceb71e6d0d090d8d21aa6c0ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,529
Size: 1.00 vMB
Total Fees: 0.00355990 BTC
Feerates: 60.13 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,319 (514,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,014 401,014 000000000000000005f3a4ee2cd8ae61de9f5f25f69c813804a35c7bba9e9e4e 1,216 0.99/1.00 vMB 28
401,013 401,013 00000000000000000152519650a7cdee9fd31663049bc6ab1006c01ecbcd4ada 1,547 0.99/1.00 vMB 37
401,012 401,012 0000000000000000027546eb8e8239cf37bb069b18eb340854ad9b3bae33a5d6 1 0.00/1.00 vMB 0
401,011 401,011 00000000000000000214cfbab824ec94e1713ff4c7512b1c3be62f19759a1159 553 1.00/1.00 vMB 18
401,010 401,010 000000000000000000e6e6141a53aae5d264540f7a7252358f6472a72605fc78 1,228 1.00/1.00 vMB 25
401,009 401,009 000000000000000005e9fc0c9a9242eec06ffb20a7f4881716a879a46c61cd9e 2,311 1.00/1.00 vMB 54
401,008 401,008 000000000000000001035814afe6c14e32242104fc5cc24181fa52c883818b04 1,956 1.00/1.00 vMB 71
401,007 401,007 0000000000000000057ef5549844b5cd9ba6e24f52e985b2ba75665e9684a43c 895 0.99/1.00 vMB 23
401,006 401,006 00000000000000000285325125158cc1607a9e6cda6477554927cf323ef3219c 1,256 0.92/1.00 vMB 33
401,005 401,005 000000000000000000b373cccf40603adc613899e17afec5b831f828358f299f 2,330 1.00/1.00 vMB 54
401,004 401,004 000000000000000001554b6fd0e433bcf55f48d16b91b0f9c5d72535e510b47d 1,403 1.00/1.00 vMB 33
401,003 401,003 00000000000000000420be0815bb9a7f0fa09d819352825937efdc24e073b0ac 1,919 0.92/1.00 vMB 49
401,002 401,002 000000000000000002100bff8395395df5f00eb9c066e240a95805ffc6a60b4a 2 0.00/1.00 vMB 0
401,001 401,001 000000000000000002be9f83df4f97ae4bb6206d0fa8a8a7ed48776786ffc1d8 1 0.00/1.00 vMB 0
401,000 401,000 000000000000000000af172b1ca0cdbcfb849e73167080a1379250d4c5904738 1,403 0.99/1.00 vMB 27
400,999 400,999 0000000000000000063829b985b700dbd4963776a7d3fd64452e89cca1111b46 1,334 0.90/1.00 vMB 39
400,998 400,998 00000000000000000194229b35ebc23ed4cc3a3ade110e42f4ce30026a864cdd 1,124 1.00/1.00 vMB 27
400,997 400,997 000000000000000002ec04eca33e2400c452b67ac0eaf9b694bbf7f10a26638d 2,172 1.00/1.00 vMB 44
400,996 400,996 000000000000000001c36e047ad795b6b3bae2aea82ae09cb7d44da05fc14f1f 2,215 1.00/1.00 vMB 52
400,995 400,995 0000000000000000012b68afab7ff9df6438c9633f208bb866e7dbdbe7b9a2ff 3,110 1.00/1.00 vMB 64
400,994 400,994 000000000000000001d10907f05c2b7f5e12cb7351f9dd6817d1df0ba0987937 2,695 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.94 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: 714.95 GB
    • Received: 17.63 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.