Loading Tool

Explorer IconExplorer

Memory Pool

45,294 transactions
29.81 vMB
0.10428672 BTC
Random Selection Loading Transactions
Max Size: 154.26/200 MB

Candidate Block

Mining Attempt 1ed312fff6ab777adb570e0f71f74b319c0d7a7cd95957a3f5125c1733f5d416
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root 1ba2091f7e7e08ba0109e6c1628bcc1ccd552cf1bc3c770266930d574e4718d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,077
Size: 1.00 vMB
Total Fees: 0.04475287 BTC
Feerates: 302.06 > 4.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (172,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
742,141 742,141 00000000000000000008ac25d2efb845f1c847af0b7d1119f42e55783561d5c8 2,814 1.00/1.00 vMB 18
742,140 742,140 00000000000000000004860bff5f08f29f81b848a07de49b7a1061869391d749 942 1.00/1.00 vMB 12
742,139 742,139 000000000000000000060cb56e6ad2bc615a7cafc96d2c519c6837056c807bdf 2,079 1.00/1.00 vMB 20
742,138 742,138 000000000000000000070844cd27ac71c17e00246dba91b1671693a23302e6db 1,828 1.00/1.00 vMB 21
742,137 742,137 00000000000000000000b224fb70a18585cd554f2a2279dd943e91ff1fbaddd5 2,958 1.00/1.00 vMB 17
742,136 742,136 00000000000000000005544aa1bd869e65c95e659538afc241da9f1b8073f6ff 2,103 1.00/1.00 vMB 8
742,135 742,135 0000000000000000000880531967b9d6fb31a6b81847b50c58d9ec093afd37b1 2,409 1.00/1.00 vMB 16
742,134 742,134 000000000000000000037acc20137f1e9f8969099324116557dccbd4d1d1de40 3,262 1.00/1.00 vMB 3
742,133 742,133 00000000000000000005330114a8212814a2e9855e2ff4f0afe1f5f0ff59a1be 2,239 1.00/1.00 vMB 7
742,132 742,132 00000000000000000005b829c38bf2e774b01630ebd4468bb5b494321c21e95f 1,910 1.00/1.00 vMB 16
742,131 742,131 000000000000000000072c66a66d484d626c24d3d3fe095b6e3e64c17e7239e6 2,801 1.00/1.00 vMB 11
742,130 742,130 00000000000000000004227a0a8363284117159589868265b00324a8e6d75e7d 3,281 1.00/1.00 vMB 21
742,129 742,129 0000000000000000000936e7e48d28065574fa819108648b96467b1a7336b2fb 2,841 1.00/1.00 vMB 21
742,128 742,128 00000000000000000001215469622adbbcfd6e6819abbe438ebd4fd09acd3a50 3,600 1.00/1.00 vMB 21
742,127 742,127 0000000000000000000331bd17d010df0378b8e6c59148a39a3ec8f5f9826647 2,531 1.00/1.00 vMB 29
742,126 742,126 0000000000000000000079bf327f3a4bfba8b9d799a80edb5a4831cb4b323247 2,277 1.00/1.00 vMB 11
742,125 742,125 0000000000000000000779388d3177490d4ac7a4eb5a4c19b5a97f9a70cb9ce7 3,136 1.00/1.00 vMB 24
742,124 742,124 000000000000000000007a46e384a25936b4056476dae024cc9ca48dbc6f13ea 1,217 1.00/1.00 vMB 3
742,123 742,123 00000000000000000007c2a3fca9ebcbb41a1ff9a9d09951340055026e29228f 3,083 1.00/1.00 vMB 5
742,122 742,122 00000000000000000004664ceabe240e76f7eec782035e8149ca14362c6549ed 3,400 1.00/1.00 vMB 19
742,121 742,121 000000000000000000028cb707f5daf67742ac3c4e10a1a97b3c3290a7e21ebb 2,933 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.71 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: 629.39 GB
    • Received: 11.91 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.