Loading Tool

Explorer IconExplorer

Memory Pool

82,555 transactions
31.06 vMB
0.10760507 BTC
Random Selection Loading Transactions
Max Size: 188.88/200 MB

Candidate Block

Mining Attempt c57eb123cae1fdd9cab6a9eecce61225d84e183ee10e80370f2535503429c3db
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root aab817981de190287c0e569eb4d21a759ea30275b4c23bb6efd286101e5478c7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,161
Size: 1.00 vMB
Total Fees: 0.03333491 BTC
Feerates: 200.89 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (109,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,195 806,195 00000000000000000002b4784890a0047f8b3b50bc65369c4e69188cc8ad84e5 2,546 1.00/1.00 vMB 18
806,194 806,194 000000000000000000038081648fd2b418483cdd62f69c642bc72bb697882ff4 5,057 1.00/1.00 vMB 12
806,193 806,193 00000000000000000003e4d28b85e3c39d0667c3aef7469097daa673abae62e5 3,514 1.00/1.00 vMB 16
806,192 806,192 000000000000000000022113c5607a275a2435e54a0595f7ec4dfa4a87278cb6 5,853 1.00/1.00 vMB 15
806,191 806,191 00000000000000000000cee5b56dafb424a549f08bd74a2d49357ff3ee5c14bd 2,886 1.00/1.00 vMB 17
806,190 806,190 00000000000000000004dabb8c3e9d6cfe74c48a54657d4dc5b3528bf49c30ed 3,693 1.00/1.00 vMB 17
806,189 806,189 000000000000000000043d80ba7da5e72105383128ea37e7d5370ff98d29e731 6,910 1.00/1.00 vMB 10
806,188 806,188 00000000000000000002f41128c8966dc8e10b73362c951065347ae2d8b4f89c 5,745 1.00/1.00 vMB 10
806,187 806,187 000000000000000000001bce32840a17bde4e2397e5cf3f5b9c02e0bae7c20c0 5,547 1.00/1.00 vMB 10
806,186 806,186 00000000000000000002f6b7f5538eb929446e95c4f5484b38d9ea7c1bb7dbed 6,151 1.00/1.00 vMB 11
806,185 806,185 0000000000000000000310197be4208f35f84e7b930aa95c1921bec2013632c3 2,887 1.00/1.00 vMB 11
806,184 806,184 00000000000000000002b6b1ff71ec5217382e436abb7e43c202ffdacd8c6bd5 5,849 1.00/1.00 vMB 11
806,183 806,183 00000000000000000002155a5402fd59bd0e5b99fe0e5cdbe116f3610f52ceb2 5,866 1.00/1.00 vMB 14
806,182 806,182 00000000000000000004974486e10109efa39e82aacf4584c3416645ff3699c6 3,556 1.00/1.00 vMB 10
806,181 806,181 00000000000000000001731189acd8ab150de86d0c9ff27f80ae1342d5a24aa5 3,691 1.00/1.00 vMB 12
806,180 806,180 000000000000000000018035c5fc0cabc5fef6526abd6b5f033d951e7298b64f 2,733 1.00/1.00 vMB 12
806,179 806,179 000000000000000000001989dea55fecc17a8e8b7b2a176e8624bc1ebe049401 2,436 1.00/1.00 vMB 16
806,178 806,178 00000000000000000002def9437c9d4e71b3fbee19f9a1a890e241f7b97405a1 2,745 1.00/1.00 vMB 15
806,177 806,177 00000000000000000002fa9a7de0f3253e270555fb130a7f6bfb4ca5a8c01e4e 4,160 1.00/1.00 vMB 22
806,176 806,176 00000000000000000004fb92af3991ce63f70603b7fb3f94cc16a954f17f43f6 4,344 1.00/1.00 vMB 14
806,175 806,175 0000000000000000000223e896ad23c07d65d4079c5dd4003901cf91d0526847 2,289 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.05 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: 720.60 GB
    • Received: 18.21 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.