Loading Tool

Explorer IconExplorer

Memory Pool

78,639 transactions
29.35 vMB
0.08415073 BTC
Random Selection Loading Transactions
Max Size: 177.34/200 MB

Candidate Block

Mining Attempt 899dc0afe899984dc4fac22cda1c36df0ddbededff9b8086b41e09613af0d427
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root a7848d8c9a940bd7ebdb4c3d890d722f5d62cf2270752a02c5c51d333a6fff3f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,571
Size: 1.00 vMB
Total Fees: 0.02257028 BTC
Feerates: 95.73 > 2.26 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (185,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,306 729,306 0000000000000000000318625967e2903cca83d0ef4d51011fe40775311b71a5 2,982 1.00/1.00 vMB 5
729,305 729,305 000000000000000000080bb097fcbcad6ec9f4072b558364bbbbe4706f86f6f9 2,897 1.00/1.00 vMB 11
729,304 729,304 000000000000000000093d83f4cee07964b203c39f67954d0dffffc6a2967dc6 2,625 1.00/1.00 vMB 17
729,303 729,303 00000000000000000009350f61c319a52495802aae11c507970aeb6b69730390 2,755 0.92/1.00 vMB 8
729,302 729,302 000000000000000000026ce8251258758caf4364f5a0bd4bb354e91d3d9e1eaf 511 0.26/1.00 vMB 3
729,301 729,301 00000000000000000003c0aacf206e9a837635a5338380fb39578fd290291072 2,981 1.00/1.00 vMB 9
729,300 729,300 00000000000000000002a6a5843409a1e07c20f2ad1047d07491e5b86ae09f03 2,851 1.00/1.00 vMB 9
729,299 729,299 00000000000000000009fa16a7ff2102a88d33df686b1c66ea41cdd08b2c809b 2,599 0.88/1.00 vMB 8
729,298 729,298 00000000000000000002f2578742da2e5189afaeeba0ab110764d20adb2bc0bb 495 0.32/1.00 vMB 4
729,297 729,297 0000000000000000000894dd2c918c108bff0800e2e37d979c3d9d659003b2ab 1,617 0.99/1.00 vMB 5
729,296 729,296 00000000000000000008feea8b918273f71179c7a0117c8b6633ffe92b48dab8 2,384 0.99/1.00 vMB 6
729,295 729,295 000000000000000000013ea778e673da4f7dfcf2bb98e8001a53245cf6c131cc 845 0.52/1.00 vMB 6
729,294 729,294 00000000000000000008724d55c14157f4eddbd2b295053c53985b263b0edb0e 1,317 0.96/1.00 vMB 6
729,293 729,293 00000000000000000007aba57e91db93f38bcd09ab6af503f3c4d80766401a32 358 0.40/1.00 vMB 3
729,292 729,292 00000000000000000008d7491db80a27419552d39aceb2b83b49b8acca199c7a 3,063 1.00/1.00 vMB 7
729,291 729,291 0000000000000000000601864a12b9013dd99f3d209b4701d9e1355180f988e0 3,311 1.00/1.00 vMB 9
729,290 729,290 00000000000000000006acb9a480392f689a4fabe26010932458d8dae08b72d1 2,740 1.00/1.00 vMB 7
729,289 729,289 00000000000000000006aa1fc83f4a7b3f55886eb47a328469d7b3d7e9764616 777 1.00/1.00 vMB 1
729,288 729,288 00000000000000000009f44744d0f95a3cbd17fdc0bba9d7369b3d30349ac20f 1,958 1.00/1.00 vMB 4
729,287 729,287 00000000000000000003518ed5ba824bf40a1a0b2ece9968e96b4a4eaf1fecc8 2,557 1.00/1.00 vMB 9
729,286 729,286 00000000000000000005964e5dc7c7a254b9005334f8c5c8000b05a55e179fdc 2,824 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 674.94 GB
    • Received: 16.43 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.