Loading Tool

Explorer IconExplorer

Memory Pool

83,633 transactions
30.82 vMB
0.08273197 BTC
Random Selection Loading Transactions
Max Size: 189.33/200 MB

Candidate Block

Mining Attempt 5e984f964c4d3715735a261d15fdfbe79ca1ac13909459d23801d3003b1dbb3b
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root bd95a23b683661c560b12b1edf6c6d24897e0ce6e94a41a9e2e5dd175adc9964
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,708
Size: 1.00 vMB
Total Fees: 0.01258901 BTC
Feerates: 60.16 > 1.26 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (392,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,127 523,127 0000000000000000002ddb72f6e10d48b6a9b40c7ad218ef4e31506114bc5390 2,613 1.00/1.00 vMB 92
523,126 523,126 0000000000000000000993cf1cd8bcab7846aff0c228a09c7d6d89ab418aae18 2,441 1.00/1.00 vMB 119
523,125 523,125 0000000000000000000ef99de6f58db694f66e6198a266b67779fabdbefd0746 1,687 1.00/1.00 vMB 48
523,124 523,124 00000000000000000013a77eb4a86371e7647b5251b550b61d854abf1f2ec135 2,096 1.00/1.00 vMB 56
523,123 523,123 0000000000000000004386b8c5de56b713805b39752c54b0f3c5cb0f42b1741d 2,214 1.00/1.00 vMB 108
523,122 523,122 000000000000000000378e195c3ca9205e93e184a6e9d0e0b01b76081e4509ab 474 1.00/1.00 vMB 46
523,121 523,121 00000000000000000028e589e727d5771dc71abcb337d1a2e30f1bf08a4bad89 1,422 1.00/1.00 vMB 85
523,120 523,120 00000000000000000002881f709977d93c801c9da708d81f440b917657315865 2,102 1.00/1.00 vMB 86
523,119 523,119 0000000000000000003dcd47e80c85af350cb42afee482b02f9d55acbaf38c09 899 0.38/1.00 vMB 78
523,118 523,118 00000000000000000015d36ffab7e0b691675c3083d200ef1cbb4dd30a97b467 1,294 0.53/1.00 vMB 64
523,117 523,117 0000000000000000000be4c7e8f3ad31daf8757c4acd0ccac564b0df76a61d40 1,985 0.85/1.00 vMB 61
523,116 523,116 000000000000000000097cf667d6b8a312cbce2d04a13ca39305175f2e22146c 629 0.36/1.00 vMB 21
523,115 523,115 00000000000000000020fd359c7c5cbf66b1568e9362cf045a2efa69230c7726 2,072 1.00/1.00 vMB 79
523,114 523,114 00000000000000000038223faf85b656cd00a34324e17130c3b8c387aac6abd1 1,160 0.73/1.00 vMB 23
523,113 523,113 0000000000000000003e6c0106031ee9d9e4095f5c2134278f6fa75e141710f3 2,002 1.00/1.00 vMB 21
523,112 523,112 000000000000000000038925f13da677285a5d1a09660dc821088a151c326113 1,844 1.00/1.00 vMB 31
523,111 523,111 0000000000000000001ced6f2519ff5bfaada0c397801f5cd033b0d314ecb622 2,331 1.00/1.00 vMB 53
523,110 523,110 0000000000000000002b738f749955f6de38ba2ebb308537fa6154546adca8e5 1,356 1.00/1.00 vMB 44
523,109 523,109 0000000000000000000cccb10eacbf814fcc0e82041f648872e007773eaf003c 1,508 1.00/1.00 vMB 44
523,108 523,108 00000000000000000004a1e36ce827ef775cc6cfedfccc2bbb1bd5c33cc401d7 2,116 1.00/1.00 vMB 118
523,107 523,107 0000000000000000000725e4a094f2e6ce0be603fc70481d3f2a86be672e7dac 2,517 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 783.02 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: 719.32 GB
    • Received: 18.03 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.