Loading Tool

Explorer IconExplorer

Memory Pool

44,076 transactions
27.49 vMB
0.08399401 BTC
Random Selection Loading Transactions
Max Size: 143.91/200 MB

Candidate Block

Mining Attempt 8fa88cf5652c23407bb4ac806690f5ea7ea1ac107fae51af7addbec6238f85ff
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root f66b7ccee4090d05e542ea648a2fd9fa867df8d483c9a8549c0da417252a17c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,789
Size: 1.00 vMB
Total Fees: 0.03099931 BTC
Feerates: 151.65 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (315,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,920 598,920 0000000000000000000d23933de96427aa28e09d2507b7b86d6a786503dd21d8 1,984 1.00/1.00 vMB 20
598,919 598,919 00000000000000000002af9912fbb242fee3cbd9ad0ca4b84d89894f03d9c5f0 2,742 1.00/1.00 vMB 42
598,918 598,918 000000000000000000046942c8acddaf7d6ce230850d389e7bbbcc0b8e6be413 1,513 1.00/1.00 vMB 34
598,917 598,917 000000000000000000019a2d235f5d2e42b0d3972948b564d5c69ee8b47eea76 770 1.00/1.00 vMB 72
598,916 598,916 0000000000000000000a0f1483611479d1bf4f9db37f8f34b19df21c6224887f 1,118 0.38/1.00 vMB 18
598,915 598,915 0000000000000000000485ea912f590a5576fd9b43fdd656f2721b61e6700d7b 1,077 0.34/1.00 vMB 18
598,914 598,914 0000000000000000000b660f42f3c5c2cdd8a068f3e511bce374f800eb7c15a9 1,907 0.62/1.00 vMB 11
598,913 598,913 0000000000000000000b5a258c316ccc45deb42f10127ac7d03bfcaceff468ab 3,027 1.00/1.00 vMB 20
598,912 598,912 000000000000000000137eb0de15ce6c1d2b18a18b32dd6ebf8cf86bbfddaee9 1 0.00/1.00 vMB 0
598,911 598,911 00000000000000000007ee7ad416b81af6f14a1881c34d8cf0051bc2bce968b2 3,029 1.00/1.00 vMB 11
598,910 598,910 000000000000000000158424f2bb9e22fbae04bb0a00f859aeb807c6aa56d517 2,407 1.00/1.00 vMB 18
598,909 598,909 0000000000000000000353f8f2b19cebe26a05b95bd67e12da1620b19c9a5fe9 2,749 1.00/1.00 vMB 31
598,908 598,908 0000000000000000000c640835916191ac78360cf9be676dd677f4dcfe7c6c6c 2,626 1.00/1.00 vMB 5
598,907 598,907 00000000000000000007c1aae1918b9ddc49df511aa32d0436595f9af6c40fd9 2,808 1.00/1.00 vMB 18
598,906 598,906 00000000000000000000856273ec1bfe884a8041b05e93cbc2a7f4926ef190a8 2,806 1.00/1.00 vMB 32
598,905 598,905 0000000000000000000829d96c32cc247baa14d96fbe31ffbeaff87d3d491d58 2,535 1.00/1.00 vMB 21
598,904 598,904 00000000000000000008d7e7a8d1de4d37efb82c5273fe89b5ae92077729b3ac 2,744 1.00/1.00 vMB 43
598,903 598,903 000000000000000000052727a321067ce379999e77e7475281b01c58a382163a 3,009 1.00/1.00 vMB 38
598,902 598,902 0000000000000000000cd7f7d38198b09717c0070ff5ad7529f669828e59eb1c 3,548 1.00/1.00 vMB 17
598,901 598,901 00000000000000000013d698a5e3e95c64f4e4f4b77312ccc1744b4239361ebc 2,205 0.67/1.00 vMB 21
598,900 598,900 0000000000000000000c234c75292c4880e069b85b781a39e25d1d6e6a586f29 3,185 0.97/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.22 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: 654.71 GB
    • Received: 14.17 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.