Loading Tool

Explorer IconExplorer

Memory Pool

69,858 transactions
26.57 vMB
0.06770659 BTC
Random Selection Loading Transactions
Max Size: 159.84/200 MB

Candidate Block

Mining Attempt 6ec9355993359b378893e2a06d639efc46ab612a298aac517ba789aa0ee82678
Version 20000000
Previous Block 000000000000000000002d34d52a3addf89bc45d6d78c163bf39016440e5bdf7
Merkle Root d27ea65c5432c5eb3ea2f1ffccc038a069c39a0f6d08b6b5ae5b22c0e7d3c67a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.01101134 BTC
Feerates: 136.43 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,467 (12,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
902,922 902,922 0000000000000000000113804244fc1ea4a39f661bb41ae01377ce08f2d2d153 3,780 1.00/1.00 vMB 5
902,921 902,921 00000000000000000000d2f7100b98aa195f54eaceb051445a7ca9ffdd7f5484 3,305 1.00/1.00 vMB 8
902,920 902,920 00000000000000000002344ac826f10b8134982da91f06538279fb58a480ff89 3,044 1.00/1.00 vMB 4
902,919 902,919 0000000000000000000079cd7786810dedf739f70287fa378fd36a1caccdad1b 3,056 1.00/1.00 vMB 4
902,918 902,918 00000000000000000000d05b02904992f413a72098d926929f77178184449183 3,487 1.00/1.00 vMB 4
902,917 902,917 0000000000000000000029b2af4f61e59bf8c0481fd52cd5c174f5e734f639d4 2,943 1.00/1.00 vMB 7
902,916 902,916 000000000000000000005fef2b1b2b25be444b3c176a8d2ea19de46f491e93af 3,062 1.00/1.00 vMB 5
902,915 902,915 00000000000000000000116b79b545aaecee822e8e98c2a32cf95aadf2a13d5d 1,795 1.00/1.00 vMB 3
902,914 902,914 00000000000000000000e3be0ef45a4ab06c087e5841a57057f5f47e487bbe7a 2,251 1.00/1.00 vMB 3
902,913 902,913 00000000000000000001b863e1f9b837012e934223fa78a0ea44108ca52911e3 2,286 1.00/1.00 vMB 2
902,912 902,912 0000000000000000000031164b9cfc405b4c9af0066b7f4729fb540f36bd4444 3,412 1.00/1.00 vMB 7
902,911 902,911 0000000000000000000038eb1c3138364449fda542bee90709b1610e4f2149f6 786 1.00/1.00 vMB 1
902,910 902,910 00000000000000000000335ae52f80ba053faa69c96bafb7f62db9260b4313a9 901 1.00/1.00 vMB 2
902,909 902,909 00000000000000000000ba2bb5194bb16c2ffc14c8f1db02e9d52b1c63aa4d3a 1,710 1.00/1.00 vMB 2
902,908 902,908 0000000000000000000184bb6b10796fe616419347105d3375ac6bb9e8c5bc8f 3,009 1.00/1.00 vMB 1
902,907 902,907 000000000000000000020d366651f23aad56d4ed12fcc05ef60278f164e89f91 4,593 1.00/1.00 vMB 1
902,906 902,906 00000000000000000001cb07ed17393ed899dbc6f685de962b5cdde55c85f523 3,345 1.00/1.00 vMB 2
902,905 902,905 00000000000000000000f3b2a7a36d5dc9e7e9bd357ff55c2f8b4b56f64f4340 4,381 1.00/1.00 vMB 1
902,904 902,904 0000000000000000000120b4db3f957bccb14252bf252e8580eef46d39c5f1b1 2,782 1.00/1.00 vMB 3
902,903 902,903 000000000000000000016be026fedb91b1cca525dd3ab0ba11e8e5b6b58fe213 2,480 1.00/1.00 vMB 3
902,902 902,902 000000000000000000012e2a5549113857fca66ebe13a611b55a8a9541881749 1,382 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.20 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: 754.83 GB
    • Received: 18.94 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.