Loading Tool

Explorer IconExplorer

Memory Pool

44,611 transactions
26.62 vMB
0.05797988 BTC
Random Selection Loading Transactions
Max Size: 140.47/200 MB

Candidate Block

Mining Attempt 403f2a3e7d5b0a90a2326de5be1336fc2c53ee2ef4baa901a8c39a76f70f4068
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 5ab5ddc72a9e01635d1f7fa8076fbe81230fad8199af47eb5315280e97b7045c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,098
Size: 1.00 vMB
Total Fees: 0.00902582 BTC
Feerates: 54.71 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (457,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,638 457,638 00000000000000000171b68a683b45d51a603baf0e72a44fb76bac1cfa609e36 1,728 1.00/1.00 vMB 121
457,637 457,637 0000000000000000000ea2c6bf1c0698e97e359bf07b4d855ba940761b590347 1,812 1.00/1.00 vMB 128
457,636 457,636 0000000000000000023b4194b4cd85fee4426f603a60aa1674c5a946b1da8a72 2,425 1.00/1.00 vMB 154
457,635 457,635 0000000000000000019fb0340369cf0d2f92c21d2f6b5c3a23f06289df9a25cf 2,447 1.00/1.00 vMB 200
457,634 457,634 000000000000000001ae652b983cae33f8f36d0bb73f40403d19a2798816cdfa 2,483 0.99/1.00 vMB 216
457,633 457,633 0000000000000000017e6b9677d842af17b70d904e6ebd06241ebc9fdec80529 2,027 1.00/1.00 vMB 188
457,632 457,632 000000000000000000c8577049eef346135bc3da57a0e5d84844c21b57cc2d4d 1,832 1.00/1.00 vMB 136
457,631 457,631 000000000000000000038bed8b89c4e82c13076dd64dc5f7a349c39d3921d607 1,944 1.00/1.00 vMB 164
457,630 457,630 00000000000000000255f50f6497168a0de4955c7f263ded4a7eb47ec5412ebc 2,138 1.00/1.00 vMB 197
457,629 457,629 0000000000000000014e81de171022f99135042690a37129118ffe711a2f3718 2,412 1.00/1.00 vMB 216
457,628 457,628 000000000000000000b222b8a91a42c1f762b1cf04d643f5f8ae6050878fb356 1,197 1.00/1.00 vMB 210
457,627 457,627 000000000000000000542f4b7348007b584008b619c3d2626d79812a1a5efce8 946 1.00/1.00 vMB 75
457,626 457,626 00000000000000000140495285314d23cf40de645824fb9dd4b8adeb25190b12 2,384 1.00/1.00 vMB 174
457,625 457,625 00000000000000000180855f362c68775b7fd70bb683d07ce9794a199cea2cee 2,065 1.00/1.00 vMB 139
457,624 457,624 00000000000000000125db86d5969dc5de1e8a3a6d0c2fb83623d3c72b9480f6 1,338 0.75/1.00 vMB 176
457,623 457,623 00000000000000000044992c6537395120bdc6ca462103b14873de4f6e0ad37f 2,162 1.00/1.00 vMB 225
457,622 457,622 000000000000000001ab34e8624225eceba22df9db52e46c0506c15125b0bdbd 2,287 1.00/1.00 vMB 195
457,621 457,621 000000000000000000626c0af87f9208a7b2d791de8f34d96f4c821d9873d9ff 2,229 1.00/1.00 vMB 170
457,620 457,620 00000000000000000246a46c98f2dd54ba2520d7c979989c21c1b764a60b294b 1,255 1.00/1.00 vMB 65
457,619 457,619 00000000000000000041c41e11b8243531fd17135ff411085941cd865331250a 1,328 1.00/1.00 vMB 46
457,618 457,618 0000000000000000021712be788bc7df94d08dc3b3335a43ed05824ff6cd62c3 1,477 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.