Loading Tool

Explorer IconExplorer

Memory Pool

79,261 transactions
29.44 vMB
0.08893269 BTC
Random Selection Loading Transactions
Max Size: 178.16/200 MB

Candidate Block

Mining Attempt 3596127b0f900fa467a71eae4d79820350e598d31bc4a1c3fbc697c8df5ba362
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 0f42db11cdcdb3e91ca94ec3513d68fc1abfd3a2fc0a95abd8719593215f504d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,898
Size: 1.00 vMB
Total Fees: 0.02714844 BTC
Feerates: 301.60 > 2.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (176,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,776 738,776 000000000000000000068d5a0aa7400452181c0042a7c3e32e009b69b80937d8 2,701 1.00/1.00 vMB 4
738,775 738,775 000000000000000000019568c42637f1a752fea8b9f83e38826bc73cfa0ba568 2,601 1.00/1.00 vMB 12
738,774 738,774 00000000000000000007775e31c6c18763a7374aacf529dd90746a7b73275551 3,022 1.00/1.00 vMB 10
738,773 738,773 00000000000000000007df61201bbfb27f8a994641702a0ea4dbaccb51975845 2,436 1.00/1.00 vMB 8
738,772 738,772 000000000000000000039776462bc9c6429d70276f948682cd9a726d1f2c8d1e 2,992 1.00/1.00 vMB 18
738,771 738,771 00000000000000000006cf24139cc75c178cc2ce0fefee8713a50ec5ed9ba63e 2,158 1.00/1.00 vMB 11
738,770 738,770 000000000000000000067a58faeaf4f646970aaeb853a3ddf87cf8c06834767b 2,230 1.00/1.00 vMB 7
738,769 738,769 00000000000000000000a71cd4ac17e3c409fba2cb75ede9042eab8fd1e78ca1 2,590 1.00/1.00 vMB 7
738,768 738,768 00000000000000000007e3e0328755e4bc73f37ba8eebb3dcedfdcb4b9fab301 3,202 1.00/1.00 vMB 17
738,767 738,767 00000000000000000009073ad78f860754d13b42e79fe54533c1c94e215e583c 3,315 1.00/1.00 vMB 9
738,766 738,766 000000000000000000031b0daa0ee7f26a850026e87316ea410f84e0f0392d25 2,913 1.00/1.00 vMB 15
738,765 738,765 000000000000000000088eca1fc98dc07e1daaa60fbf92ab65042df62665536b 2,486 1.00/1.00 vMB 11
738,764 738,764 00000000000000000001ea3b6b38b711e58afdd5ed1bce6cabade775f9db0c06 2,844 1.00/1.00 vMB 17
738,763 738,763 000000000000000000056fde770070da6a751113450b9d96ade8bc5adc807e58 1,857 1.00/1.00 vMB 12
738,762 738,762 000000000000000000085b9a18c5e11d560b8e810e83f8a2fc75d35d61142506 2,697 1.00/1.00 vMB 12
738,761 738,761 00000000000000000007f5d66247f2d7b65b6c1be663accc022f5eb830cb0da1 824 1.00/1.00 vMB 18
738,760 738,760 00000000000000000000a08f5afdc0b36ec3fa21c300d12a6c0fb3d4060f83ec 3,009 1.00/1.00 vMB 19
738,759 738,759 00000000000000000006db76c09f42edfc99e37bbfe071f7219a313ab447da6c 3,425 1.00/1.00 vMB 19
738,758 738,758 00000000000000000007d9819b8e6da25acdbd4f04fa8276b2a13ee1cd2165bc 3,157 1.00/1.00 vMB 23
738,757 738,757 00000000000000000008949ece172b367c39b00aced7a01dfa8ec739de6dcabe 2,447 1.00/1.00 vMB 10
738,756 738,756 000000000000000000013e161774997f183e1fdbab8a8e8437d75420d4eacd67 2,780 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.