Loading Tool

Explorer IconExplorer

Memory Pool

43,831 transactions
27.15 vMB
0.07550752 BTC
Random Selection Loading Transactions
Max Size: 141.72/200 MB

Candidate Block

Mining Attempt 7bf382364842251b01bfe9723b3a61cecb2b6a04c06ecc6c167f25a8e537f5cd
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root c205d0686c44463719b222fad66006421b56096cb8f2001b796e7d60a75139de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,856
Size: 1.00 vMB
Total Fees: 0.02406612 BTC
Feerates: 150.77 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (433,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,827 481,827 000000000000000000509863d58a52dbe2ec811d91619f164dab3fe9177874b4 1,377 0.97/1.00 vMB 396
481,826 481,826 000000000000000000df9314ff6dd5aa8ce15d4e418fa3f5c4fa9fff4e480811 1,978 1.00/1.00 vMB 454
481,825 481,825 000000000000000000daf7a26d903543377d5cdddb962077e58fd11212479eea 1,966 1.00/1.00 vMB 501
481,824 481,824 0000000000000000001c8018d9cb3b742ef25114f27563e3fc4a1902167f9893 1,866 0.99/1.00 vMB 215
481,823 481,823 000000000000000000cbeff0b533f8e1189cf09dfbebf57a8ebe349362811b80 1,696 1.00/1.00 vMB 311
481,822 481,822 0000000000000000003bec88b7ba0bebd8eb3b1c1c599e44a2b270ad3e8203ca 1,296 1.00/1.00 vMB 331
481,821 481,821 0000000000000000007651ca005cf3c59f4e718cfde2a586268cc7dd13a71ac7 1,955 1.00/1.00 vMB 272
481,820 481,820 000000000000000000d3609acfce244ccbfd1354c7049523eca3b742ed203c01 2,342 1.00/1.00 vMB 386
481,819 481,819 0000000000000000001c1ef032892bd850bce9fc74913885d0fd7a3d9ba3e348 1,762 1.00/1.00 vMB 201
481,818 481,818 000000000000000001192d9954899974d7022e61f8112e63f668ee4cad30f9bb 2,238 1.00/1.00 vMB 430
481,817 481,817 000000000000000000f808fba5f13d198e7e13cc4abc094571820940f91bf7a3 2,206 1.00/1.00 vMB 314
481,816 481,816 00000000000000000090eb362e25ba87507b2ccdf31b0dbd62c6d233b1c31906 1,200 1.00/1.00 vMB 85
481,815 481,815 000000000000000000893c019d81f2d48ee33892c12428f3121bbd16ed6db926 2,097 1.00/1.00 vMB 330
481,814 481,814 000000000000000000bd9dbc4fc6dde7d94e017c3b1c4367765e27aace790fb2 2,280 0.99/1.00 vMB 447
481,813 481,813 000000000000000000520200e29fade6f8b03e9eeb57eefd8e7004088a055c7f 1,453 1.00/1.00 vMB 132
481,812 481,812 000000000000000000f727160074e4cf4a7f686c19af81afc13b1b72f22626e1 1,488 0.99/1.00 vMB 109
481,811 481,811 000000000000000000c5866ab3a9325f9385689d97fbd53bbf32d4f745801133 1,204 1.00/1.00 vMB 157
481,810 481,810 00000000000000000118ee7de117b2e4cda74abfb92fb5b8c6e6469260144a90 1,174 1.00/1.00 vMB 214
481,809 481,809 0000000000000000012f1dd88b3585fd63bbd9a739d5e2cddc99f19544610ca5 489 1.00/1.00 vMB 104
481,808 481,808 0000000000000000004506a5b105bf7e21aea9e6de7d3ab27a01411d58cd2795 1,207 1.00/1.00 vMB 157
481,807 481,807 0000000000000000006c5ab04ef8f5de56e39dab6893b653e7ba928f320a7ee6 1,982 1.00/1.00 vMB 502
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.