Loading Tool

Explorer IconExplorer

Memory Pool

84,306 transactions
31.59 vMB
0.13528209 BTC
Random Selection Loading Transactions
Max Size: 189.40/200 MB

Candidate Block

Mining Attempt 4e4c354a7cf2cd9c5214447bc34b81140b6346f6809c89d780aa1dc0b8efab88
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 4700428796928a919ca767e22eb01d80cadb5482d76a9e793d57100b930b24d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.05440303 BTC
Feerates: 163.06 > 5.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (259,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,121 656,121 000000000000000000031e71081864ad2ac719959d8e971c75f30eaeccf1542c 1,742 1.00/1.00 vMB 22
656,120 656,120 000000000000000000103d8017bec5499d081098e3cdd418f365bd2977629fad 2,031 1.00/1.00 vMB 9
656,119 656,119 0000000000000000000cf2cabcb9fbdfa6957ce779ac3615796bc4548cfe9da7 1,900 1.00/1.00 vMB 87
656,118 656,118 00000000000000000008a525d0d489f10c9ca7bbf3c724a8151e9c2b56c3bde3 1,673 1.00/1.00 vMB 81
656,117 656,117 0000000000000000000be46b9f7690f76a164bca41919b8469a74a52f71d79ae 1,469 1.00/1.00 vMB 102
656,116 656,116 000000000000000000050af1fdc9ced797afcc4a85442425af273fdfa94f31fd 2,344 1.00/1.00 vMB 165
656,115 656,115 0000000000000000000ac8d917efa2c8f6d6edaf261ab5d6ccfd97dd76375aad 419 1.00/1.00 vMB 16
656,114 656,114 0000000000000000000736e750e10bc4600cf2d492a610b6ac049b24418eda60 1,406 1.00/1.00 vMB 50
656,113 656,113 000000000000000000016dbf7aefd4390f7815d61acf4091b0c24c085475914a 1,982 1.00/1.00 vMB 19
656,112 656,112 000000000000000000088112713601efe087e97c7db7c76d0cf6eace750e976c 1,689 1.00/1.00 vMB 132
656,111 656,111 000000000000000000075c46a912b8f4f3183623cc6a01dbea2dfb0a9c8ed6e8 1,718 1.00/1.00 vMB 72
656,110 656,110 0000000000000000000df25e9611aa4387b23871c256a6b5aa2ed61b910a8548 127 1.00/1.00 vMB 8
656,109 656,109 0000000000000000000e7a7a4ee1867baac84e6abf3e77869fb991f68e5d0a20 931 1.00/1.00 vMB 13
656,108 656,108 00000000000000000008ea76a6589790dda21671e79a094c2b3f7ec41cc35ff7 1,969 1.00/1.00 vMB 61
656,107 656,107 000000000000000000108dfeaa2ce0c504eaaea57e156fd353f88137e2d8b40d 1,762 1.00/1.00 vMB 27
656,106 656,106 0000000000000000000a237985cc5066343e0349ce76d1885434e117ae212c17 1,394 1.00/1.00 vMB 16
656,105 656,105 00000000000000000006c99377d472611adcec729ab4e00e7a5c2c7c5903a552 2,062 1.00/1.00 vMB 47
656,104 656,104 000000000000000000048f475bf0882449e2d2faaee8174cf16fa085e0bacd7c 1,612 1.00/1.00 vMB 96
656,103 656,103 0000000000000000000f93efeaff7cc9785b868b699182f4abed2a8a42c4d4f7 1,475 1.00/1.00 vMB 14
656,102 656,102 0000000000000000000e183ea1594460fc2d94238d6d365c20b1e884a53113e4 2,288 1.00/1.00 vMB 14
656,101 656,101 000000000000000000055f43a8b8fa4e2d386c8c549eca8d960dd460bd88dffb 2,094 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.