Loading Tool

Explorer IconExplorer

Memory Pool

47,455 transactions
30.15 vMB
0.09404859 BTC
Random Selection Loading Transactions
Max Size: 160.56/200 MB

Candidate Block

Mining Attempt 451b1677f179d0dc7a37a88fb90ff53113f9dd981ec6f4ea954bdd72d462d7da
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 04d62c6b6611463c30315b061ad76de281244d4027bcd44fde09086bbc246b4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,813
Size: 1.00 vMB
Total Fees: 0.03408638 BTC
Feerates: 150.97 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (292,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,216 622,216 0000000000000000000390d0623bfdda3ebb1ed7f445ea38e31c66005629d41a 3,219 1.00/1.00 vMB 124
622,215 622,215 0000000000000000000fa9965d9b1feeb324625c9ab564d593ec9cbc3517e049 2,248 1.00/1.00 vMB 88
622,214 622,214 0000000000000000000dce388aab29debbc002d2278c4a2b6bfff25bcc1af0f8 3,066 1.00/1.00 vMB 98
622,213 622,213 00000000000000000008230ebbd825acabe75109ae049c55b2eabe5e3d2ba8eb 3,138 1.00/1.00 vMB 41
622,212 622,212 00000000000000000006c7dca485576771ffca54088a2349d0a25c39a75ff879 2,839 1.00/1.00 vMB 81
622,211 622,211 000000000000000000083aeb0bfd023bc59e949d150dd6068ab8f96398d03f68 3,072 1.00/1.00 vMB 71
622,210 622,210 0000000000000000000c912bb4c3195e738197bc10b822d69a72bbe2a999ef9b 2,598 1.00/1.00 vMB 57
622,209 622,209 000000000000000000106f9bd2c4bfcb8ae3a57a310a1dbd09ecba20ebb4b89c 2,133 1.00/1.00 vMB 79
622,208 622,208 00000000000000000005962d9dfed7040d8e6b53b2644bbdd458dabf271fc25f 3,044 1.00/1.00 vMB 49
622,207 622,207 00000000000000000000e52bf6b4390edb0ea526156928c433d73b1525279414 2,790 1.00/1.00 vMB 77
622,206 622,206 00000000000000000002019d16b0257068f9b9da073d21a8426c459be982881d 3,159 1.00/1.00 vMB 81
622,205 622,205 0000000000000000000843f06aaf716279063082eb415d9d8d30650b2a70c545 3,042 1.00/1.00 vMB 96
622,204 622,204 00000000000000000005381e9493dc1ba57f3425c6cac5e03f5ae40fe9e65225 3,009 1.00/1.00 vMB 82
622,203 622,203 0000000000000000000d252ae4b24ebc0ad7c6f300232f6c114526f1375c7ae5 3,047 1.00/1.00 vMB 80
622,202 622,202 00000000000000000005ac9bf604301533cce9c4060bcdadf9568e1a37ff4517 2,411 1.00/1.00 vMB 63
622,201 622,201 0000000000000000000ae6ad9950912f869430ad66d6457dc2b248c324555d09 3,013 1.00/1.00 vMB 78
622,200 622,200 0000000000000000000785fe8b8db1aabf210dd675a8850726cdf882a9cce6b4 2,546 1.00/1.00 vMB 79
622,199 622,199 00000000000000000007309c31945945434da6445bd63b4a2ba9075b4ff44492 2,856 1.00/1.00 vMB 81
622,198 622,198 0000000000000000000f39badf5e8dc9558b1e55b1d3a51f2578aef5e11b3f47 1,547 1.00/1.00 vMB 80
622,197 622,197 0000000000000000000e95831088ad71d8e5e481e00f730bd7644586cbab38f9 2,271 1.00/1.00 vMB 76
622,196 622,196 00000000000000000009533ee3fe05e07eb7b3e7aee4f22f9dc1f717a98de841 1,804 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.