Loading Tool

Explorer IconExplorer

Memory Pool

78,552 transactions
29.33 vMB
0.08343296 BTC
Random Selection Loading Transactions
Max Size: 177.21/200 MB

Candidate Block

Mining Attempt 0f5f4f9963883a98f9a43866f1daac260be7cfaaa26564c00d6914d9a68e492f
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 0d02f47efaa8d6efb3da3b5d94c67b24b34ffe370eaab9284835f8df4699652a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,635
Size: 1.00 vMB
Total Fees: 0.02187864 BTC
Feerates: 95.73 > 2.19 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (117,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,143 798,143 000000000000000000014b9fdb79b58c6e16432f656734a6431198d1947bf133 2,621 1.00/1.00 vMB 16
798,142 798,142 0000000000000000000419e75dcd8807afc677e08fedfef3cd15a6d05795e24d 2,904 1.00/1.00 vMB 20
798,141 798,141 00000000000000000002b3efe4612bc59e14dcb03b3b873e31c7a42ea79d1edb 1,847 1.00/1.00 vMB 7
798,140 798,140 00000000000000000001d40793b61f8f1a794d3a48b62913cd86eb218671fba3 1,468 1.00/1.00 vMB 7
798,139 798,139 00000000000000000001ea2537049dc58f05e86fef123c12c10a07644a0361fd 1,725 1.00/1.00 vMB 9
798,138 798,138 000000000000000000014ac62ce39b1f53a688fce1c33128830c4e76f8d07279 3,130 1.00/1.00 vMB 16
798,137 798,137 00000000000000000000a1ad4cd685e6e68ab2ceb6580438fb21e16b1943951b 1,938 1.00/1.00 vMB 9
798,136 798,136 00000000000000000000faf9c9c690dc28efa095474ea908729c345bf1808146 2,492 1.00/1.00 vMB 14
798,135 798,135 00000000000000000003bfc97681fb1f504a7aa9dc32632573cf66f5024bf714 2,419 1.00/1.00 vMB 12
798,134 798,134 000000000000000000026bb0a6f6c0ba2f9f46530a47ee26e5a38ae482e5585d 2,321 1.00/1.00 vMB 12
798,133 798,133 00000000000000000003544f13400743ddf9a54132d4e1c5c8115aa0b5a06b21 2,738 1.00/1.00 vMB 16
798,132 798,132 0000000000000000000116093e71386fd9dc4742d4c9825d2aa3eada3abc29db 2,601 1.00/1.00 vMB 18
798,131 798,131 000000000000000000020ce001f90f727b40b8bc5b6773ed93337ff800986db4 3,331 1.00/1.00 vMB 19
798,130 798,130 000000000000000000052c8f2ea4bd07c5f76c496c79e36be794a97fe77a2992 2,978 1.00/1.00 vMB 16
798,129 798,129 00000000000000000004825397393026bd3676fd52faebc783bae1598f8eaf5a 1,806 1.00/1.00 vMB 11
798,128 798,128 00000000000000000001380c8942e68230898b34208fc9ec6653e281301cc7ca 2,977 1.00/1.00 vMB 19
798,127 798,127 0000000000000000000073e78f0ae906d34bd9770a28d3ecc2957bd19c78453a 3,349 1.00/1.00 vMB 22
798,126 798,126 00000000000000000003f7e7392e9ff9132c410d89681bc2c984ec3e7f04d5d1 3,308 1.00/1.00 vMB 15
798,125 798,125 00000000000000000002a11ea95f6515689357868a4a2bb8ed27b4e53b03c3df 3,505 1.00/1.00 vMB 14
798,124 798,124 000000000000000000010fac5ded9fc4eeb02af414d80035edb6efd89fde51b2 3,023 1.00/1.00 vMB 32
798,123 798,123 000000000000000000003a90578d67d5ee255bc20a2ed3ec4302481967297308 3,079 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 674.78 GB
    • Received: 16.43 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.