Loading Tool

Explorer IconExplorer

Memory Pool

29,243 transactions
24.95 vMB
0.05162424 BTC
Random Selection Loading Transactions
Max Size: 122.64/200 MB

Candidate Block

Mining Attempt a0835f05bba29f473bcdb9cf63949dffccf7cd923586a2ba4496ef8b161f5a7b
Version 20000000
Previous Block 0000000000000000000141573b62540c9f2c6acc69c5eddf5652e6d4f8e32a08
Merkle Root 245b82719f6e161e6ffa10938bff35ac41915f492d31048754089f70d8be62dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,640
Size: 1.00 vMB
Total Fees: 0.00654449 BTC
Feerates: 44.54 > 0.66 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,191 (821,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,250 92,250 00000000000864b4c55f2bd3a3c323d13072ead861d43200097284573f539ee6 5 0.00/1.00 vMB 0
92,249 92,249 00000000000638ce4a32409d3ebe09f5fe6a1cf5730501fbd7dc18579f8e041f 1 0.00/1.00 vMB 0
92,248 92,248 00000000000a386ffe3f6d003ec882719582515e6b1a52cfc2095ebab40ef540 5 0.00/1.00 vMB 0
92,247 92,247 00000000000943288938e7d39210d8f1e3431c65b65a296b8e61c45008035970 1 0.00/1.00 vMB 0
92,246 92,246 00000000000ae051e56460cd24d3a7836ae638ed28cb87ab2d86eae7bcb2f30d 1 0.00/1.00 vMB 0
92,245 92,245 000000000005c49ec53bfd299607b7104fd181efd4cec9f26437606dffce8696 1 0.00/1.00 vMB 0
92,244 92,244 00000000000a73b457061c66bc4177a4db3c0f23618b28c5e7a2a8ae525802e5 3 0.00/1.00 vMB 0
92,243 92,243 00000000000c9d18a32cc10fb128bf1e6f153f2e91e73d574b5a994e99d1600f 1 0.00/1.00 vMB 0
92,242 92,242 000000000005332c5866d146b063ade62f36650760cfac753949c0eab8adffaf 1 0.00/1.00 vMB 0
92,241 92,241 0000000000045e87f01651f0f0ccf0ca1dc256d5fdd7a2052fcabcb5bfbd7415 6 0.00/1.00 vMB 0
92,240 92,240 0000000000077430a94a5376bf2af42d4b1aebdecedfa9e4f7e3f0465a84d891 9 0.00/1.00 vMB 0
92,239 92,239 00000000000989edb2cdfd323e1959b898496f4cb4b4b4dfd35b2b4234813179 2 0.00/1.00 vMB 0
92,238 92,238 0000000000034254fca03c55e3f8e440be6c95a9ec1f362bb4af431d46c67779 3 0.00/1.00 vMB 0
92,237 92,237 00000000000190b94b3f22b50e0a912dfee795ef0a0c2dbf3f6cea9f9f2d09ad 1 0.00/1.00 vMB 0
92,236 92,236 000000000005b2ed9610d1a02dbc86d63dea4e390b0f6d70fbb89bf07b84d9a8 2 0.00/1.00 vMB 0
92,235 92,235 000000000001417c19305a8a8f3c0dd572ed6108988f7a4d9a7b4c2d0bc7bf61 1 0.00/1.00 vMB 0
92,234 92,234 00000000000a0d2579333dad6e98b73ed0c915f3c2fa7a74d2735e9678d568cd 9 0.00/1.00 vMB 0
92,233 92,233 000000000007a5bfd97743b329b87a8cb1182010bb9630384b5eb386c22b1647 2 0.00/1.00 vMB 0
92,232 92,232 00000000000bb0c0d548b338feb8e684aa55abeb39f1a68ec401b02eb5a13f7e 1 0.00/1.00 vMB 0
92,231 92,231 0000000000080ca67afde223786c208398d5bb0995001db3fd367cf0be63c11e 1 0.00/1.00 vMB 0
92,230 92,230 00000000000e492435233975217ede9efb990c295e4b2b64babfce3bf8ca4697 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 572.74 GB
    • Received: 7.96 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.