Loading Tool

Explorer IconExplorer

Memory Pool

81,694 transactions
31.26 vMB
0.07841153 BTC
Random Selection Loading Transactions
Max Size: 190.24/200 MB

Candidate Block

Mining Attempt 0d13b29f2a190ff5661fc017d5f6b659690a7cef2f4dafd5e22d83efa2aacc72
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root e415f17cce5b12a780ae70cc77c689579247afd1798cc5df2f99478c77153455
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,217
Size: 1.00 vMB
Total Fees: 0.01076094 BTC
Feerates: 100.37 > 1.08 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (492,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,141 423,141 00000000000000000000f1d889804727d36b3a5f88d61c53a9aa41ec1719a76e 1,727 1.00/1.00 vMB 81
423,140 423,140 000000000000000003a2054ead870d7f02b00bd47923a166c5030688d696fe01 1,597 1.00/1.00 vMB 56
423,139 423,139 000000000000000002cd9d5003172241294545ae36ceb80e8cff47cc251e33d2 760 1.00/1.00 vMB 24
423,138 423,138 0000000000000000035ef4b0dcd3541efeced2d2ff16fca89ff8b47827631d2d 2,248 1.00/1.00 vMB 57
423,137 423,137 000000000000000000fc8968f99a03206b37e81be7db85658ccd7b6376088271 2,524 0.93/1.00 vMB 84
423,136 423,136 000000000000000004d5627d2a27a3832d6d20c0feedf1114e45ad7e6e3113d4 1,649 1.00/1.00 vMB 40
423,135 423,135 000000000000000001672f6d86394a19fe011760ac8880d513b7393bf5a7f245 1,305 1.00/1.00 vMB 42
423,134 423,134 0000000000000000032a3b3da0afc1a172f3a3b27815961d76f9417b9f85b0a5 2,092 1.00/1.00 vMB 64
423,133 423,133 0000000000000000049874674bc7fa36189e5154145c032f8cf9796415bc54c3 2,026 0.93/1.00 vMB 63
423,132 423,132 0000000000000000016dd671fc896fc2ff4880fef01dce59816fdb882732b5e1 1,967 1.00/1.00 vMB 55
423,131 423,131 000000000000000004bd5fd026702bd5050a91b1957a57c4904632bf8a694418 2,599 1.00/1.00 vMB 82
423,130 423,130 000000000000000004e9799db5cda5f1c8e595579a1e374f20cde0f7d0a20cc7 2,125 1.00/1.00 vMB 67
423,129 423,129 0000000000000000022f531ee871c903e69d671845bfa5cbf3cc045430176364 2,193 1.00/1.00 vMB 69
423,128 423,128 0000000000000000022a3f5067af869e86a5965b7c96c117063b8e933f7c029f 1,273 1.00/1.00 vMB 46
423,127 423,127 000000000000000004aee7fa66bee64066f229fb857185e014b3d9fe9e29c26f 2,837 1.00/1.00 vMB 78
423,126 423,126 00000000000000000093cdea38231ad476b559860f02a798965ea337a5d87c21 2,269 1.00/1.00 vMB 64
423,125 423,125 0000000000000000044659c0d5936c8b1670e795d31173eb9365408259740611 1,145 1.00/1.00 vMB 75
423,124 423,124 00000000000000000173c86268093528e93a35bf6b4f8a444778b91eac80b4db 1,080 1.00/1.00 vMB 83
423,123 423,123 000000000000000000862b90f584e9a36fd7627ad3ec22140905a114546d0b9c 2,863 1.00/1.00 vMB 104
423,122 423,122 000000000000000004bae8526b1862e16bf90df4b01b8770b84fb3338454c01e 2,505 1.00/1.00 vMB 113
423,121 423,121 0000000000000000028cabdc6952579d1c1f0fe5b0c12d167ebe611693dfdcfa 1,306 0.74/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.73 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: 707.88 GB
    • Received: 16.71 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.