Loading Tool

Explorer IconExplorer

Memory Pool

78,161 transactions
29.02 vMB
0.07370590 BTC
Random Selection Loading Transactions
Max Size: 173.80/200 MB

Candidate Block

Mining Attempt 25c1b751d7f5aa715afda4dd4782954b74dbba82185a5b8b667d718a7b4b3bcd
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 24cd51843c3da28c4f76acde252d73fc311fd34e23c350cfee94cbc6fbfc1806
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,518
Size: 1.00 vMB
Total Fees: 0.01499531 BTC
Feerates: 150.77 > 1.50 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (284,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,140 630,140 000000000000000000007eca110d0f6fd87483dcde18e1e2708cd5ba256e5ae2 2,785 1.00/1.00 vMB 128
630,139 630,139 0000000000000000000afd1f5c522e3455dc1377daddc2575ab07b44ed98608c 2,067 1.00/1.00 vMB 110
630,138 630,138 0000000000000000000e15313985f638af36fa738079c70e2ed11deecaeed2ba 3,320 1.00/1.00 vMB 135
630,137 630,137 0000000000000000001112e178b365f448ebcff8c4579b12f8b160f37c647f95 1,807 1.00/1.00 vMB 122
630,136 630,136 0000000000000000001129a0c74ca1c9e402d5f03362d317dbda6aa6dba6ed61 2,426 1.00/1.00 vMB 118
630,135 630,135 00000000000000000005fe5a38cf506bbcba94109b7c47ad2f72b3343bc6cfb4 2,380 1.00/1.00 vMB 117
630,134 630,134 0000000000000000000c3d78c454bbc9d75f20450f33c99c0aa375030bdb1196 2,205 1.00/1.00 vMB 111
630,133 630,133 000000000000000000045500be3f7696d1ee1ef9a05bd9a9eaeab5d6c45f83a0 3,023 1.00/1.00 vMB 139
630,132 630,132 0000000000000000000dc7094f1dffdd7d5623e4ba68c99b84b7d2265a412187 3,152 1.00/1.00 vMB 136
630,131 630,131 000000000000000000008136b705c22994e6a02338395443e074ca2fdd6cd404 2,746 1.00/1.00 vMB 107
630,130 630,130 0000000000000000000dac74b2c67279d25cd2008ba2b2a0585597f1d284507e 2,580 1.00/1.00 vMB 107
630,129 630,129 0000000000000000000b595b87b43738c64c57fd50dac204d4079304bc888ebd 2,601 1.00/1.00 vMB 106
630,128 630,128 0000000000000000000ebe91af6cc7f180b0df8a9b48793f723c57f1d218934f 1,916 1.00/1.00 vMB 103
630,127 630,127 00000000000000000002cf9a787920f7febe2323ea4a9dd6160a3c81c12e89ee 1,435 1.00/1.00 vMB 99
630,126 630,126 0000000000000000001018be30faeb0bdb62619476f0f4b89c74998c1055f741 2,589 1.00/1.00 vMB 108
630,125 630,125 0000000000000000000b72f3c7ebd049187e8e3ecdb921ad3bca66cd37bd6fe2 2,607 1.00/1.00 vMB 105
630,124 630,124 00000000000000000003dd6264549ea1cd5580fe5464e056956fc0278d9f2eec 3,122 1.00/1.00 vMB 110
630,123 630,123 0000000000000000000faa161858dc11d167224fd244fef589b48a9ccfbb5813 2,976 1.00/1.00 vMB 119
630,122 630,122 0000000000000000000dc026682a801a6658b373a4106eb114aca75c87bbad4e 2,290 1.00/1.00 vMB 98
630,121 630,121 0000000000000000000a2ad2fdf8e3cc56409b047cb2ca5704303aaf2f3bced9 2,463 1.00/1.00 vMB 103
630,120 630,120 000000000000000000098d61b8a1a03aae0daa21c9423a42b7b77f94b349cb79 3,342 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.