Loading Tool

Explorer IconExplorer

Memory Pool

42,867 transactions
26.25 vMB
0.05596362 BTC
Random Selection Loading Transactions
Max Size: 138.02/200 MB

Candidate Block

Mining Attempt 9ab883b3ff6a5de5c8b89c327bfb90f678b2dadb9f855232770ca9e16e883fe8
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root b5cf9f9d6df39ecc9b0ad14582f68f6d07c964cca1cc0a228ee0f59bcedb0169
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,503
Size: 1.00 vMB
Total Fees: 0.00805296 BTC
Feerates: 61.00 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (172,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
742,186 742,186 0000000000000000000962218e3c0d396a239c4e3b8bf88fd39aeeb092df4d1a 1,986 1.00/1.00 vMB 17
742,185 742,185 00000000000000000005c5e2b587c6df466e4dda2316058c3a3cf143d56510a6 913 1.00/1.00 vMB 16
742,184 742,184 00000000000000000002f92b915f97217cb3af96d0f6d217300b6ab02a1cd6ef 433 1.00/1.00 vMB 1
742,183 742,183 000000000000000000012cf91c39ba6a6e79e23bca6395d6a5b0f833b589a3d2 483 1.00/1.00 vMB 3
742,182 742,182 00000000000000000008e330d9de0870617447806c3b9942930f5167b0447e9a 730 1.00/1.00 vMB 4
742,181 742,181 0000000000000000000029b891da5f24bc0da01ed9a98e04471b1ba600bc1daa 1,598 1.00/1.00 vMB 4
742,180 742,180 0000000000000000000295cac9e0104929346b0c552650f81aa0544352c4b62e 2,718 1.00/1.00 vMB 18
742,179 742,179 000000000000000000003f1496f9114221e5888a48d67931f7d58cdd681c9185 1,557 1.00/1.00 vMB 11
742,178 742,178 00000000000000000004e0eeae3f9859f69215785ba5f142f3b2887439c27fdc 2,344 1.00/1.00 vMB 5
742,177 742,177 00000000000000000002c3662cca284654436d996ef280ccb5b9650cd4599d9e 2,681 1.00/1.00 vMB 10
742,176 742,176 00000000000000000004525aed9853943d7aaa3daee6f2fec0b2b916ec672b02 2,515 1.00/1.00 vMB 9
742,175 742,175 0000000000000000000082b0a5e014c17e9034ea2ad3454259323e21260d8e5f 2,370 1.00/1.00 vMB 18
742,174 742,174 00000000000000000008f2623e0357e68b38c7fca6a5702e9743f487ea9f1d2e 1,015 1.00/1.00 vMB 18
742,173 742,173 000000000000000000006b2d716ac416a56e1e6ee927bdfaa38718ee83aa15a4 3,058 1.00/1.00 vMB 22
742,172 742,172 0000000000000000000771acc2df6b1832192dd9763295203972a62bffc7a209 3,186 1.00/1.00 vMB 16
742,171 742,171 000000000000000000012d44bb40131870855d59d2aac50bdc191cef0d77ad5b 3,283 1.00/1.00 vMB 25
742,170 742,170 000000000000000000094c373fbbcb6b7f42bbb09951661ab6348675b6a87550 3,106 1.00/1.00 vMB 18
742,169 742,169 00000000000000000005ea3d45f390a8b800bc90673eba65e37c7046f11e79b6 2,313 1.00/1.00 vMB 20
742,168 742,168 000000000000000000009af5755da48160e2db162e3f1911560cdacddc0af252 2,937 1.00/1.00 vMB 31
742,167 742,167 0000000000000000000919807edfc8d547da2dba17858b42f7b37b5c1f382c11 2,345 1.00/1.00 vMB 22
742,166 742,166 000000000000000000065aa1d8a188a9e015eee5ffd2acb800827fa549e14d2d 2,092 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.91 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: 645.62 GB
    • Received: 12.75 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.