Loading Tool

Explorer IconExplorer

Memory Pool

40,423 transactions
28.52 vMB
0.06472138 BTC
Random Selection Loading Transactions
Max Size: 145.82/200 MB

Candidate Block

Mining Attempt 966c16edced403a7ad2fb3bd50083f8f96e205ffcff1e359b716bb2057305f84
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 3b54d863f4b4f8df9506a4e71e82ccc15e5b792eb4e3b10df9f81f925addee1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,883
Size: 1.00 vMB
Total Fees: 0.00966828 BTC
Feerates: 100.19 > 0.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (172,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
742,120 742,120 000000000000000000051ebed5b51639fcccf539111eda376060839e50a365a5 1,907 1.00/1.00 vMB 16
742,119 742,119 000000000000000000011f2f278112a60ca614e04b84056f3d18c5255e61e846 3,176 1.00/1.00 vMB 26
742,118 742,118 000000000000000000072e439f529ca2c25c62e957af4fc06c0796511bd2906f 280 0.17/1.00 vMB 5
742,117 742,117 0000000000000000000724ac2d3b981435ebd1f1c7958d3cf4d472a7449f08cd 2,682 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.70 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.17 GB
    • Received: 11.88 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.