Loading Tool

Explorer IconExplorer

Memory Pool

73,458 transactions
27.17 vMB
0.06219820 BTC
Random Selection Loading Transactions
Max Size: 166.00/200 MB

Candidate Block

Mining Attempt ee69505d8deb0d3697f29a88b9930d12d9ff6ca5a2394e1319005c6c11aa56a8
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 7017381b6df345f3eb989134379553444ed5c08cfad976a665f2ed9b426932b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,946
Size: 1.00 vMB
Total Fees: 0.00431835 BTC
Feerates: 14.05 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (532,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,055 383,055 0000000000000000097260ce6d198088a3bd30d0e182917264e8dccf151db102 330 0.43/1.00 vMB 10
383,054 383,054 00000000000000000d4863a6b2f2f4c212f6b3a6bf657f25ff3cee0c70f7cfe6 697 0.33/1.00 vMB 31
383,053 383,053 00000000000000000abd78b6fd23bb2ffa5cf2d742c58d6f5569bbe6eab685e8 1,749 0.83/1.00 vMB 35
383,052 383,052 00000000000000000913099f31d82476d3f339d91516cf6b1fa8e1c2805141ba 792 0.53/1.00 vMB 23
383,051 383,051 000000000000000003d6cb4e475d4a5595cadadba1c69e677bc543be0e2e8b3d 359 0.26/1.00 vMB 23
383,050 383,050 00000000000000000d6faf03df7582c65aae4ff36c58b7217ed8b69dd7ad5c57 638 0.81/1.00 vMB 14
383,049 383,049 000000000000000007ec43bcd8eb30fef5569239f8162500f8d70cb658399248 1,389 0.92/1.00 vMB 27
383,048 383,048 0000000000000000098d10219f4e5ad8aee708f6eaef7e7b903dbebc359bf771 1 0.00/1.00 vMB 0
383,047 383,047 00000000000000000bc31f226a507bd017c0f8df5ad7629a247d328545ace4a8 1,857 0.75/1.00 vMB 41
383,046 383,046 00000000000000000c89c6c689d38f87d47ad1daee973211ceff6f8b3d0eeb1b 1,018 0.67/1.00 vMB 23
383,045 383,045 00000000000000000d2fdc978492765dc484c72b9c15ccf38a1d10d9cf6100c7 1,241 0.65/1.00 vMB 28
383,044 383,044 00000000000000000992f29e962963b64aa3c755c2dddd27bea5c5f13ac8780f 230 0.12/1.00 vMB 34
383,043 383,043 000000000000000001117d6c84d8ef8e3a6bd4d8d118161595b0549a57e90271 353 0.20/1.00 vMB 37
383,042 383,042 00000000000000000ae788506fbb691a5ffcbee20e8897675b4caa3b09cd8ae6 685 0.32/1.00 vMB 41
383,041 383,041 0000000000000000074d0e5160d27ad69b08cca68c541eb458685dec21df9490 414 0.25/1.00 vMB 26
383,040 383,040 00000000000000000a974fa1a3f84055ad5ef0b2f96328bc96310ce83da801c9 693 0.32/1.00 vMB 35
383,039 383,039 00000000000000000c114754749d622d4fa2f78c84d7147c345b2b99a8e83d2e 1,683 0.95/1.00 vMB 31
383,038 383,038 0000000000000000025d3395264a22342a63ca7fa7e4fb1a8db44db00832a7b1 2,109 0.95/1.00 vMB 39
383,037 383,037 000000000000000007967f0a1c9655a44114bfcfe04115c72db1bebcf4def26c 441 0.24/1.00 vMB 27
383,036 383,036 000000000000000009c0c854699e093f8b8699bb50290cfc51738ceff8321e1e 1,312 0.59/1.00 vMB 36
383,035 383,035 0000000000000000054b7864d546e494bc51dff88169d258c2a528df65635dcf 1,863 0.85/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.93 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: 714.62 GB
    • Received: 17.57 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.