Loading Tool

Explorer IconExplorer

Memory Pool

81,517 transactions
31.26 vMB
0.10056668 BTC
Random Selection Loading Transactions
Max Size: 189.11/200 MB

Candidate Block

Mining Attempt 8140cb249eed76a48b4ab3c14e1d0ec2547c6ec44b62b1c40349be648e9f1883
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root 195300e2e45ed62247fb27f8353ce9dbd477548ee4a9dfdee3a4b62594a9404a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,426
Size: 1.00 vMB
Total Fees: 0.02333690 BTC
Feerates: 106.51 > 2.34 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (684,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,507 230,507 0000000000000220e3f27d9614473bc7d6b84f446f5d4e395e5b5e17b0d5ba51 794 0.47/1.00 vMB 146
230,506 230,506 000000000000021843ef139729c67d85dd77137b1a7602397e1cbcf1d8617633 660 0.25/1.00 vMB 223
230,505 230,505 00000000000001d7592056a1255de96272f126353c7ddb03ba7ed9cca92f2ea3 867 0.43/1.00 vMB 138
230,504 230,504 0000000000000084114dda8dd2d75230b3a675f3effa48a8f215cd43185e8713 803 0.35/1.00 vMB 196
230,503 230,503 00000000000001eff049b4b050530b370c8292003b8fa7c0bcfed99af318a3b7 256 0.08/1.00 vMB 229
230,502 230,502 0000000000000008c8bde7908cf8e92ffcdf2402594753dd7ec1a36e77c08b85 1,037 0.43/1.00 vMB 246
230,501 230,501 00000000000000612d34991f1e9974d6005dcf815bc7fd5147c5a9ae2d31ebfe 242 0.18/1.00 vMB 92
230,500 230,500 000000000000021f230e3042f2eebcd37cc1d8e866462de3dddb4575851f6dcf 276 0.25/1.00 vMB 93
230,499 230,499 00000000000001d696e79f7c47ff159f837b430ab5d65cf436f2e98179d307c1 261 0.25/1.00 vMB 81
230,498 230,498 00000000000000211619231b9977e8ec47d43394b90a1b1a6edf251c1a6fa287 756 0.45/1.00 vMB 131
230,497 230,497 00000000000000ca768fe3d043aa5b64de8b6b0b54befc7fca8113c407c3c5c5 855 0.25/1.00 vMB 191
230,496 230,496 0000000000000125ed734ad45458b03acca7023ab1aa3a06579dabfcb51d4c23 742 0.25/1.00 vMB 457
230,495 230,495 000000000000009eca0d24b56e4de99f2d00f7cf2b4bdb33c93ef9ed1573dd78 993 0.45/1.00 vMB 176
230,494 230,494 000000000000010e43da4e3a5e3887ffa64d9ffb6fefada50ee1104876303e54 277 0.09/1.00 vMB 11
230,493 230,493 00000000000000e038050ea98d5c47dd370f0b4abc8ee419b8a6cc12685d41f3 343 0.25/1.00 vMB 88
230,492 230,492 000000000000013fcced2eec486ab3054b1afa7eb54b24a40ac6d5fb09899b00 407 0.25/1.00 vMB 158
230,491 230,491 00000000000001985d344aae58f4cc6e0b9579cfff2b97bb4f0da134a1247410 732 0.25/1.00 vMB 147
230,490 230,490 00000000000001d00a6b139f70d1b2c5672e7ae6f2b9f2ff714b6868e49a4986 850 0.25/1.00 vMB 402
230,489 230,489 00000000000000ac515cd7da5267acd057c02ea971c83f318dcb2a7815474429 377 0.19/1.00 vMB 131
230,488 230,488 000000000000011bc7b8388f123e23ebfcb934c68c370135bbda5edafb82f98a 518 0.24/1.00 vMB 180
230,487 230,487 00000000000000f44b32f01035029a860b157628e52f07aeba343e8c09aa0021 279 0.13/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.