Loading Tool

Explorer IconExplorer

Memory Pool

78,999 transactions
28.98 vMB
0.11459173 BTC
Random Selection Loading Transactions
Max Size: 175.89/200 MB

Candidate Block

Mining Attempt fd5b52afd1ced7600066538556af43c0b5367197278d818fcf5cbcf49f7524a5
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 08a87a558144db340c5f5a393655415e9fdb120e1d218ca04b6e7aa38d9e82e3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,368
Size: 1.00 vMB
Total Fees: 0.04145057 BTC
Feerates: 602.26 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (198,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
717,142 717,142 0000000000000000000a153b8a6a90f8915ccc3041267f147e9c690d490c5786 1,785 0.83/1.00 vMB 4
717,141 717,141 0000000000000000000448fe38669d45c84c93e925c71bccd009d21e1b0da6d9 3,094 1.00/1.00 vMB 12
717,140 717,140 0000000000000000000a270174957c6ddd08ad9edd1b7f6ba5764673f0df42bc 1,382 0.44/1.00 vMB 13
717,139 717,139 000000000000000000024bd499a60e42be50b20fab77504787ad072b6a7cdce4 1,015 0.38/1.00 vMB 9
717,138 717,138 000000000000000000072aa0dda90648c69cd3b47e3d696b1970cdbf0e1e020f 103 0.03/1.00 vMB 14
717,137 717,137 000000000000000000092af335cb673a8f5482a8d9fdcf3948ae7d2173a627dc 1,496 0.60/1.00 vMB 9
717,136 717,136 0000000000000000000687d33598e7f606d03a1786768ed92d3b009b5b749b69 2,295 0.83/1.00 vMB 10
717,135 717,135 0000000000000000000322342038a8b2facbda27a228cb0abc0ed3ff5a6d052b 1,922 0.64/1.00 vMB 9
717,134 717,134 000000000000000000022f466e70a3d6aad0eb0f483e7b42ef3e9c09d4556aab 1,115 0.36/1.00 vMB 12
717,133 717,133 000000000000000000035ceb5181c41befd2952f7f2572143847a12ed874a952 2,607 0.92/1.00 vMB 10
717,132 717,132 00000000000000000004b0f8681ca80ad0f3f3974929133a9769b487bbdf7b3c 689 0.29/1.00 vMB 12
717,131 717,131 000000000000000000072050bb5b8bcfcd2e60fe7f0ef7c2bcc6eda13aec20ae 210 0.06/1.00 vMB 7
717,130 717,130 0000000000000000000820203e6e81e97cc69f43c7b94337e7c7b6b79f6541a8 3,090 1.00/1.00 vMB 8
717,129 717,129 00000000000000000001e23c142e4d2ee46814c710a5f5066faf6d8e906f7d7e 3,142 1.00/1.00 vMB 16
717,128 717,128 0000000000000000000a46d2a050229835f7feb4e55aaee84998f5f267066f41 123 0.03/1.00 vMB 12
717,127 717,127 00000000000000000001d97a88c47595440cec478ad586c5d4fd8930db8e771d 2,388 0.82/1.00 vMB 11
717,126 717,126 000000000000000000041ab5019c7d021478b80cc443cd7c766776e4d6cc34b9 1,808 0.70/1.00 vMB 10
717,125 717,125 000000000000000000052f224a715ccacb8512d7ccb74b1034ff13f678417f2a 773 0.34/1.00 vMB 8
717,124 717,124 000000000000000000032039a77f6555ae0cb26c1354048c68ab85c709e1beff 141 0.10/1.00 vMB 2
717,123 717,123 0000000000000000000b29dc182f4a48cc8fee20a470ee751f5fb4bb369b45a7 2,095 1.00/1.00 vMB 8
717,122 717,122 000000000000000000072a19eb78a6facedf277f0f0ee1520bd8acb1274c26a9 124 0.05/1.00 vMB 9
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.42 GB
    • Received: 17.54 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.