Loading Tool

Explorer IconExplorer

Memory Pool

80,578 transactions
30.29 vMB
0.12079320 BTC
Random Selection Loading Transactions
Max Size: 181.20/200 MB

Candidate Block

Mining Attempt 7846a7c5a5120041f2f562a3f05460ced8555e16094cd61b0dda3d7736544d5b
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root 89a1ee84194ad415c2e87b0dbd1c9c4c07397c2e829fc74608f9b5c2ce2fcb2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,970
Size: 1.00 vMB
Total Fees: 0.04863903 BTC
Feerates: 574.11 > 4.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (731,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,473 183,473 00000000000009a41a13c46b06466f2233c50281b9044c9a493f07f6fdc20d52 346 0.13/1.00 vMB 148
183,472 183,472 00000000000006a501674ff0bcdc01bb0888b4d2add6fc44b908de12d30eead4 32 0.01/1.00 vMB 109
183,471 183,471 00000000000001df2775e6203ae53cdeac042f811b8048e1c75727def454266e 117 0.05/1.00 vMB 261
183,470 183,470 00000000000006955b296c7da1e2c2853bb224ad3901d049c913f669ef62552a 9 0.00/1.00 vMB 44
183,469 183,469 00000000000004ff8ebc37a33582851301a512e71842b1eb9f86b56b54d9addc 1 0.00/1.00 vMB 0
183,468 183,468 000000000000029d395dc773c4c83d2d8bc7b60c35715e3af69dfc6de48cd851 193 0.05/1.00 vMB 20
183,467 183,467 000000000000095ee77d42dc7500a787e37141a630b304c737d02d56e569e47a 108 0.05/1.00 vMB 149
183,466 183,466 00000000000000b1630e82ef41e527d107a208875f9ecf66fea91a5a13d7de75 283 0.12/1.00 vMB 141
183,465 183,465 0000000000000445625bb6ba3f6837c46dfdeb04279a25aef25992934c121c99 242 0.12/1.00 vMB 95
183,464 183,464 00000000000000f2ac9a7d07f92bfb7fa56235147714188375c6e1d9fc888123 148 0.05/1.00 vMB 53
183,463 183,463 00000000000006c2f0fafb946efa30d511be2edfc99fbcf6c52eb114c9d5b726 605 0.25/1.00 vMB 147
183,462 183,462 000000000000034f2f26ef805e24187f5b2120d72f2a54982121169388a0cb61 148 0.05/1.00 vMB 152
183,461 183,461 0000000000000a04e6668f8fd307b13fce3b333d761c7a39110f5bb232db4dc7 100 0.05/1.00 vMB 183
183,460 183,460 00000000000008e2687139017bea57214d3cf6b8d8df0a7aa4c6074594890472 83 0.03/1.00 vMB 137
183,459 183,459 00000000000004331c5a7b3bc7a8cf28c32ae08372e41d24b010d24b43e30943 271 0.14/1.00 vMB 141
183,458 183,458 00000000000008c49ede1e270a3c207e4b546318a9146a9dd1b7588508fea8ad 7 0.00/1.00 vMB 15
183,457 183,457 00000000000005e2f486a0f0d1cc1538f404f409efe1b9e5d1a1daaa3cbf437a 167 0.05/1.00 vMB 16
183,456 183,456 00000000000001785088bf24f2045574242a40b2d701a1381fb7c329edcf4c9f 68 0.04/1.00 vMB 363
183,455 183,455 00000000000006e06735bffb7d2f215dcadd8311fc33f4a46661fdca3dc0560e 10 0.00/1.00 vMB 0
183,454 183,454 00000000000002137c198b1d42b207e49ec5cb9f806607331f056aab1dc4ad68 18 0.01/1.00 vMB 50
183,453 183,453 0000000000000610c86baeada8ffaf0cee88ad1a42f4738a9c9c81ffbbc30e1b 45 0.03/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.57 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: 671.19 GB
    • Received: 15.87 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.