Loading Tool

Explorer IconExplorer

Memory Pool

80,444 transactions
30.10 vMB
0.13931525 BTC
Random Selection Loading Transactions
Max Size: 181.78/200 MB

Candidate Block

Mining Attempt dd73ec397cbdb0435941b54f960dc1993d71a37368a5f2f0eb09d35bc33f3c40
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 5add3775e0a64e73392d290a08f958028e04b7db343202e8b9cf98e7b7dcb33d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.06843456 BTC
Feerates: 101.64 > 6.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (434,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,215 480,215 000000000000000000885cb53eafa65fbd915c500002b6e3f69f2ed8f61e7def 1,525 1.00/1.00 vMB 147
480,214 480,214 000000000000000001092862264fe43fe43c569f93916f19a4481c9152eb9876 2,229 1.00/1.00 vMB 177
480,213 480,213 000000000000000000b54cdbb4dbc6d27fbc943eae5a073dd29572c7d7cf22ab 2,434 1.00/1.00 vMB 263
480,212 480,212 0000000000000000011c473e38b25aa1057c1608546a400f0b85d4ea36446485 2,085 1.00/1.00 vMB 187
480,211 480,211 0000000000000000011d8b0f53dfceef5260813275e0dd8f047ca1c04b654522 1,705 1.00/1.00 vMB 165
480,210 480,210 0000000000000000003296247a09334f47efc6b47dd5b6701384e6794f60acfa 1,906 1.00/1.00 vMB 111
480,209 480,209 000000000000000000f54ee42399cf181bacb516f1202a326f85ede80a226a19 1,936 1.00/1.00 vMB 231
480,208 480,208 0000000000000000010e4134a5100828db5be3c3d07b00408971db4d37213176 2,112 1.00/1.00 vMB 178
480,207 480,207 00000000000000000026da2fcc137d8df14d4c3cadcc27b2a5948ac8491d46ca 2,053 0.99/1.00 vMB 66
480,206 480,206 0000000000000000009d01d9f4c946675422dfd4be32120984e7468a7406996a 1,426 0.99/1.00 vMB 82
480,205 480,205 000000000000000000013264602d7a90243dcaa7a475c40ce74c3d2638a69828 1,398 0.99/1.00 vMB 94
480,204 480,204 000000000000000000d0d9e59b9b694d6813e193dbe316dbdc96ceb2881d6317 2,134 1.00/1.00 vMB 105
480,203 480,203 000000000000000000519312cecbc0809cac57c65663c826231b1eb7ffce48a9 915 0.52/1.00 vMB 210
480,202 480,202 000000000000000000e3e1a7b2c7243c1eaeece356d35bfe3b38c1e446b909fd 1,892 1.00/1.00 vMB 137
480,201 480,201 0000000000000000006a010a726375befe2fc642404d1736dd9f5e008afced63 1,538 1.00/1.00 vMB 141
480,200 480,200 000000000000000000e6cb8ca0b3b21e7d0edbf89ae4d22e39d6f8269893fb7e 2,153 1.00/1.00 vMB 216
480,199 480,199 000000000000000000ce41d36f6523624239b5b913273f9c3713cdc4d2fb0c94 2,093 1.00/1.00 vMB 147
480,198 480,198 00000000000000000025b2bf6251ff2b67bbf5a017b26d2cc8db39f4588b8367 1,527 1.00/1.00 vMB 135
480,197 480,197 0000000000000000010b25e437d7e2cd61d8eb39cf83d3f1eae19617291e6a5f 1,884 1.00/1.00 vMB 183
480,196 480,196 0000000000000000001887df063d50d1cd6c0c8ce1c6180f2b72be157cd0ebaf 2,082 1.00/1.00 vMB 232
480,195 480,195 000000000000000000f00ba7730fcf42dc349e1e6f9ce23f4c5378681e8020ba 1,701 1.00/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 782.64 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: 672.38 GB
    • Received: 16.22 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.