Loading Tool

Explorer IconExplorer

Memory Pool

82,420 transactions
30.19 vMB
0.13703383 BTC
Random Selection Loading Transactions
Max Size: 182.43/200 MB

Candidate Block

Mining Attempt 5074573e08ce084951a82fa4e571134d3e3c895a3ea3a4d8599bbe06708b4c20
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 5daaddd7613e90736d657e14ceba2131799baa59e22c1d3bd380c866f1a18e9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,311
Size: 1.00 vMB
Total Fees: 0.05683065 BTC
Feerates: 477.45 > 5.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (347,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,148 567,148 0000000000000000000cc5d31c4f709dd04644f1c61d000999c6f800dc1518ac 3,072 1.00/1.00 vMB 32
567,147 567,147 0000000000000000000d6f087f77136de92da38a8c4edfed6378a4c49fe6866a 2,747 1.00/1.00 vMB 32
567,146 567,146 00000000000000000019de0133ca0be22df2762f10b711877adfe1a8101ddab5 1,137 0.40/1.00 vMB 3
567,145 567,145 00000000000000000021c24561aa2c2d014f55c6c5c67b8e76c57c1feb0e0571 2,631 1.00/1.00 vMB 31
567,144 567,144 00000000000000000026f18dc5a927b1ade3d0032398f636d825431d529fecfa 1,450 0.57/1.00 vMB 22
567,143 567,143 00000000000000000005d4f9b5290293c9ca000f736f713d8065bfd852ffd21c 436 0.20/1.00 vMB 12
567,142 567,142 00000000000000000012269081de4ba4c632f162a7a9dc834da080aee2d0ebfa 2,295 1.00/1.00 vMB 7
567,141 567,141 000000000000000000250d1f8025ed0447950ff9db7d6cf5bbff4532fc850f07 2,307 1.00/1.00 vMB 25
567,140 567,140 00000000000000000018131edd13271824f8aabbc253b34efeb616e4fbef1eeb 2,994 1.00/1.00 vMB 49
567,139 567,139 0000000000000000000537aae8e4b1ce905d2411bf9147c21f1c50f6262bd102 2,216 0.83/1.00 vMB 23
567,138 567,138 00000000000000000029cdb979ecf9afbc95cd8a70a2c15a8cb4c0e5198ac4e5 926 0.34/1.00 vMB 30
567,137 567,137 0000000000000000002973295b8a5622843e1b8a287aa3bb4e9005ccab15470c 112 0.04/1.00 vMB 31
567,136 567,136 0000000000000000001cd04d3973a65bc5228a5341d1e7a444d11de2e04a7900 35 0.01/1.00 vMB 20
567,135 567,135 0000000000000000000c9c4d35e14a9825920e6cbb1ae08e3fbb9f068a472b31 350 0.12/1.00 vMB 28
567,134 567,134 0000000000000000000cc6074391bf8775ac61c1f6c83cbb4f2efbf397dedac3 2,538 0.97/1.00 vMB 29
567,133 567,133 0000000000000000002d6b4c88d943f4ed102659a5ceda4cce0cac736d8d4be2 224 0.11/1.00 vMB 8
567,132 567,132 000000000000000000217d43e23bf786d254e0a90fba18d66fbcce3462fd57d8 2,751 1.00/1.00 vMB 17
567,131 567,131 000000000000000000009f6eb2f49e9f27689705fa775ad93b905f0ffc51c025 2,696 1.00/1.00 vMB 34
567,130 567,130 0000000000000000000d497ed05410feec78ff2eca247606606819b71d12853c 410 0.13/1.00 vMB 22
567,129 567,129 00000000000000000019424957fe1324f9d2ba8a44b4940270a8f2d267f6d731 2,116 0.77/1.00 vMB 26
567,128 567,128 0000000000000000000053567d1465ca622535272b4f2efd3a79d1ac124df2b0 2,111 0.89/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.