Loading Tool

Explorer IconExplorer

Memory Pool

80,010 transactions
30.04 vMB
0.11869852 BTC
Random Selection Loading Transactions
Max Size: 180.30/200 MB

Candidate Block

Mining Attempt 31b87b571984eb4809b6f7d5608160cc039c1e9643b7c82e7b9a368a10238a4f
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root d9b6d123a82f2cf81e6694c315a535daebfe3ef1c3f876701cb842dcb9f7cf3f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,301
Size: 1.00 vMB
Total Fees: 0.05106264 BTC
Feerates: 150.80 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (220,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,321 694,321 000000000000000000025518a9c92ae9ecfede3f62e795cc3f92304ec7ea8b8f 2,390 1.00/1.00 vMB 12
694,320 694,320 0000000000000000000bf574b59c71c241a5c50258f73b228caaf8e6ef3ad09d 1,982 1.00/1.00 vMB 4
694,319 694,319 000000000000000000097abb2b114e9138e3f7696460cabe0011ea3aa475add1 1,744 1.00/1.00 vMB 13
694,318 694,318 0000000000000000000107b91218d9779e56ad6ff0ef9392591ee216177e696c 2,984 1.00/1.00 vMB 8
694,317 694,317 00000000000000000004c7dc4e8a098ba855150c453f8ab9d3ac6edfd5d7d9ef 2,821 1.00/1.00 vMB 22
694,316 694,316 0000000000000000000761d9d2f50e2731ec77c841f1aa6d90775804289aa9b8 2,640 1.00/1.00 vMB 14
694,315 694,315 0000000000000000000fd0727602f4e0584a640e31956d90f64e05442b6f6043 2,288 1.00/1.00 vMB 44
694,314 694,314 000000000000000000031fd19791c6349dbdb2cd6ea47ecaf423f235c5e37718 376 0.20/1.00 vMB 10
694,313 694,313 00000000000000000000f71b9c6d96b3340330bc2c0bc55d92e7169f6666dcc2 1,129 0.40/1.00 vMB 13
694,312 694,312 0000000000000000000e16eb6b0e7e5e80566bbb29750b550e5ffa75bee3467c 729 0.80/1.00 vMB 2
694,311 694,311 0000000000000000000906c6016fb4fe6cd7621b585f987b5545078cde1cfe41 1,673 1.00/1.00 vMB 7
694,310 694,310 0000000000000000000223d96a35d2b389975b5ce80b8e732043dac8ed4235de 1,395 1.00/1.00 vMB 9
694,309 694,309 0000000000000000000022e703974d026f26a1beb5b0ec4abc8cc6a9f772f1d6 2,631 1.00/1.00 vMB 9
694,308 694,308 00000000000000000006075b629be6ccde56ea100fcd146b51ddb659a3e791c0 2,476 1.00/1.00 vMB 21
694,307 694,307 0000000000000000000f8b3825885394cf2f18b50bad2f411b1d9463bac6800c 2,609 1.00/1.00 vMB 12
694,306 694,306 0000000000000000000cd141193f38b87304a64945cdcb5a9188a06b3c6ee2f7 153 0.06/1.00 vMB 13
694,305 694,305 000000000000000000131e9677aabf7a74f6bea2dd22ae6a84a789ef40bccacb 478 0.17/1.00 vMB 13
694,304 694,304 0000000000000000000d3e921a76f619db65fd18318904b6d986bddbb21e748e 527 0.18/1.00 vMB 15
694,303 694,303 00000000000000000009a85ad287334356749275bed72f55e16b399177d8acde 233 0.06/1.00 vMB 23
694,302 694,302 00000000000000000010e2a25587515cb3e4b0cd5b45056e654c6f45a5edae7f 1,784 0.76/1.00 vMB 11
694,301 694,301 0000000000000000001147436f367f701ebbb935db5c735bc4d3f98ec42166ab 2,149 0.84/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.57 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.23 GB
    • Received: 15.88 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.