Loading Tool

Explorer IconExplorer

Memory Pool

82,236 transactions
30.25 vMB
0.16962793 BTC
Random Selection Loading Transactions
Max Size: 181.85/200 MB

Candidate Block

Mining Attempt c0a2ec0845999b639cb5415b741ccd0a9b655da248bc62479aef6286533de642
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 2b1eb446989de5acaa5b47f2e0d8228cef6a9c7b34c6dfbc235b67274aff3d01
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,949
Size: 1.00 vMB
Total Fees: 0.06443986 BTC
Feerates: 1,002.91 > 6.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (322,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,997 592,997 0000000000000000000c5b37d29ee455c77469aa0dcc4f87ee73308746509d6d 1,669 0.57/1.00 vMB 14
592,996 592,996 00000000000000000008948c65c22689503540c2ead12cc2cec941a66618a738 2,723 1.00/1.00 vMB 4
592,995 592,995 000000000000000000117ed4736cf36bff252b792fdcf02a549068c0acf1f871 2,481 1.00/1.00 vMB 26
592,994 592,994 000000000000000000161f1878c7b0371ad7328f38b5cedf9eb24550c46f986b 3,114 1.00/1.00 vMB 44
592,993 592,993 000000000000000000152b3da7a8506336b34df832aee5d5d328623a610a2d4c 2,175 1.00/1.00 vMB 7
592,992 592,992 000000000000000000168f7609dbcbde45f66eb2ab01e4b482bee97e55d2ce38 2,681 1.00/1.00 vMB 47
592,991 592,991 00000000000000000002d64fc76437ac3d0f1d9c80c0aae8a47e0d685e685f04 1,450 1.00/1.00 vMB 24
592,990 592,990 00000000000000000009df9c09e84e7d118ae38ea80861e3f670a978bff3e7da 2,794 1.00/1.00 vMB 44
592,989 592,989 000000000000000000113c323e0d86b10b23715c3a948c7c4487ac7db5732589 2,336 1.00/1.00 vMB 30
592,988 592,988 00000000000000000014882746d74ca7391cf65039d9ad9fe49d585dc3fc2235 2,393 1.00/1.00 vMB 31
592,987 592,987 0000000000000000001958d8d1f8f2c4e0f1db332767849b3a9c06e6367da382 2,127 1.00/1.00 vMB 29
592,986 592,986 0000000000000000001262079aa73d69c2eb03e8ec5b14479e329e7fa541f163 262 0.10/1.00 vMB 22
592,985 592,985 00000000000000000001731af914111b4220438f77b7016d33eaef38ab1c3173 2,355 0.98/1.00 vMB 18
592,984 592,984 00000000000000000002f7858ad647cd488cff3f1ecf869009c4565a4921f280 2,545 0.82/1.00 vMB 16
592,983 592,983 0000000000000000000fea6ccc9eac08b9f9fbc5531812b3886c71dc89616a1f 3,060 1.00/1.00 vMB 10
592,982 592,982 00000000000000000012d0174a518d6f36838f5bc7044b7b67778ef345dcc500 3,574 1.00/1.00 vMB 36
592,981 592,981 0000000000000000000ef1a8e10b1a74befb9ed6c71b5b771f82a5fea6a4dcf3 2,976 1.00/1.00 vMB 27
592,980 592,980 000000000000000000005322716b472165d8103fd5f0ee457b516abd2ff883a5 2,741 1.00/1.00 vMB 25
592,979 592,979 00000000000000000016173cca897770def5dbc9a9d7ab542937dc33edfc2f2e 812 0.30/1.00 vMB 24
592,978 592,978 000000000000000000078901bc8affa4d83651956f53bc4109718eb9a7994f5f 2,502 0.80/1.00 vMB 5
592,977 592,977 000000000000000000090cd74c557cc8d6afca5db247ed930419440805fc9aa9 3,189 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.