Loading Tool

Explorer IconExplorer

Memory Pool

76,279 transactions
29.19 vMB
0.10553273 BTC
Random Selection Loading Transactions
Max Size: 172.55/200 MB

Candidate Block

Mining Attempt 7071ef2e151b35986f6c14f8b2989a6623c3ca5895ca60dd0fb7a2c562ac658a
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 2b133495c7b1734a2b5489a18dffa0752b38e4f9d2115713b8cea74e6cbdc463
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.04252115 BTC
Feerates: 201.37 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (349,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,182 565,182 00000000000000000020ac44c0f68d0d2f127d0e6d2fd7fa82b11a2fc743b754 2,977 0.99/1.00 vMB 13
565,181 565,181 000000000000000000244730039e274d7e9c4fad8066929ea71a1a08ec62ba24 2,057 0.79/1.00 vMB 17
565,180 565,180 000000000000000000157aeecb25bacd8c2c5b567120347ad78bb372faf22e17 2,194 0.84/1.00 vMB 14
565,179 565,179 00000000000000000024d7a14c0c9b3ea6b4259536351bcb0047589cf083138f 195 0.06/1.00 vMB 22
565,178 565,178 00000000000000000007a332a0d91ec45ebeb0e66e752da83d21879cee558091 2,428 0.92/1.00 vMB 2
565,177 565,177 00000000000000000021bfc2376c63982d7f5bb89696b12e25dde603c763da7e 2,789 1.00/1.00 vMB 17
565,176 565,176 0000000000000000000d2b69eadd8fa67db55ba62ee8c81ffb0a813e1a14d55b 2,537 1.00/1.00 vMB 24
565,175 565,175 000000000000000000190987b6a0aedeb1eeadc19fbe3b9ace467cdd5bf76feb 2,025 0.80/1.00 vMB 20
565,174 565,174 00000000000000000015c8dd7ef704c912ac8d32935f4456002fbfba1c39a71e 2,521 0.76/1.00 vMB 11
565,173 565,173 0000000000000000000b15a36d92055d50a3e9b3d2552e7ec34d8bae73c20204 2,829 0.89/1.00 vMB 8
565,172 565,172 0000000000000000001ca4e6746428083349dfe0d4c6a042e4a3ce648b4b0a6a 2,722 1.00/1.00 vMB 17
565,171 565,171 00000000000000000018e1c7415f608d616d4dadf5cf819c809f5645946c6fbd 2,535 0.81/1.00 vMB 3
565,170 565,170 0000000000000000002db52646da48689ca3f0ebcabb6c76060e60da7de73536 2,703 1.00/1.00 vMB 8
565,169 565,169 00000000000000000004d636befd40cf210f9765055b99c958c3cf676de2ed69 2,394 1.00/1.00 vMB 23
565,168 565,168 00000000000000000015b5c80bb7518b30cf677308497565e596fe03800a7d46 2,926 1.00/1.00 vMB 29
565,167 565,167 0000000000000000002d12f3df594b8ac6cabcc6ae839476828fe721867c0964 1,792 0.60/1.00 vMB 9
565,166 565,166 00000000000000000011538a3d5a3459b441130d54bbcae31d8d742c9f015885 1,422 0.46/1.00 vMB 11
565,165 565,165 000000000000000000200c36646c357427813f9b72047162bfcafd66b26c725f 767 0.24/1.00 vMB 16
565,164 565,164 000000000000000000247ee5fed21f1b0efa5680ae5c7411312c7f311f369c3e 3,118 0.95/1.00 vMB 7
565,163 565,163 00000000000000000010e188b2970a58b1e748c9e0bd9822220252863f5c2782 2,394 1.00/1.00 vMB 20
565,162 565,162 0000000000000000002df076a672ece9d00da261c363a049536847a65b85fdfd 750 0.21/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.