Loading Tool

Explorer IconExplorer

Memory Pool

82,972 transactions
30.57 vMB
0.16252217 BTC
Random Selection Loading Transactions
Max Size: 185.55/200 MB

Candidate Block

Mining Attempt e11ad24c789fbce7acaacb6f45b524113031f7f9f6c7339b6a492c2b610776ef
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 9a86a356da2e1f720a0e6be127d37318fedd4fd711b20a8f50ea1d720dd12435
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,093
Size: 1.00 vMB
Total Fees: 0.08345375 BTC
Feerates: 150.79 > 8.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (460,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,062 455,062 00000000000000000119d68ba90ceb36fc1ce5271ea188f8595a5345f591a32c 2,088 1.00/1.00 vMB 149
455,061 455,061 0000000000000000009671ec31cbe4fdbce02284a89eac30a7801edc93f361a4 2,291 1.00/1.00 vMB 198
455,060 455,060 000000000000000001552fa1b81500af7a3cf02c0c1e016a481a6f0912e8eecb 2,447 1.00/1.00 vMB 162
455,059 455,059 000000000000000001f35e044801ef7250dc474fe44705c120605a5e8e3ab781 2,944 1.00/1.00 vMB 140
455,058 455,058 00000000000000000036946ea843eb5671f195c1136fccf5188fbafda9c581eb 2,330 1.00/1.00 vMB 158
455,057 455,057 0000000000000000026f37995653418ee693e6bc14a0bae0a11e58e1427e56bd 2,319 1.00/1.00 vMB 138
455,056 455,056 000000000000000000a38f219831b47ec6443e1cd713b9d6a8ad253921db3803 2,040 1.00/1.00 vMB 156
455,055 455,055 000000000000000000d3349d9008374533a13b6f6dcb5dedc0385ca75af840e6 2,320 1.00/1.00 vMB 175
455,054 455,054 0000000000000000026205d705f1386a3e107e5add4b13a4164302bc622ed19f 2,421 1.00/1.00 vMB 193
455,053 455,053 000000000000000000bfb90aeb4797bcc0caf71480fbaa1ae3cff3adb4ab3ee4 2,263 1.00/1.00 vMB 167
455,052 455,052 0000000000000000007f052cde31910c84434a298117b625f942f9eeef1e0c10 2,057 1.00/1.00 vMB 186
455,051 455,051 00000000000000000031d3dacbb810d4aaa7b20ea5e2311d9447eae204764216 1,951 1.00/1.00 vMB 221
455,050 455,050 0000000000000000004d5090b9627e288b9691e8d983618a71f9880b10e2fc66 2,303 1.00/1.00 vMB 184
455,049 455,049 000000000000000001d518f759321f1eb9c79881530c837ea954482844128d43 2,018 1.00/1.00 vMB 209
455,048 455,048 000000000000000001c880d2a005f6561834eb852d43c1d97cdea57b4684202c 2,163 1.00/1.00 vMB 163
455,047 455,047 00000000000000000232496a634ab113b638f3fedb3f0b8c41bb31b8a8317954 2,231 1.00/1.00 vMB 211
455,046 455,046 000000000000000000e4bcdaa945c3925fa553be2a38a7c9cc517520234b414d 2,230 1.00/1.00 vMB 143
455,045 455,045 0000000000000000022ce1df2ceefdd195f0c0c7f1e6527043be3fc6a4b369f6 2,658 1.00/1.00 vMB 195
455,044 455,044 000000000000000000bfba240fbf16b2a1e3c5f26f13c408a066c050ae8be3e0 2,488 1.00/1.00 vMB 80
455,043 455,043 0000000000000000024504e86ed189ec6aca99dbda78725ca926e10db9d91fad 1,717 1.00/1.00 vMB 123
455,042 455,042 0000000000000000014d9b6fdf1cf5b94ec09699133f9a3da02796caac1bf9d6 2,331 1.00/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 782.61 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.91 GB
    • Received: 16.06 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.