Loading Tool

Explorer IconExplorer

Memory Pool

82,518 transactions
30.32 vMB
0.14387221 BTC
Random Selection Loading Transactions
Max Size: 183.65/200 MB

Candidate Block

Mining Attempt b22589d82b12abd056a1a22bf4ded2318094f562534243781b82f573d59aba05
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 3513ed770ca5acb2fde7bbe840cd952b2401a30a17599f1f27dc58053efcaadb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.06506617 BTC
Feerates: 137.89 > 6.52 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (86,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,144 828,144 000000000000000000037c3a593dea9b83540d2d64e513d16813846b52190b37 5,087 1.00/1.00 vMB 36
828,143 828,143 000000000000000000019f40fd12a1dcc3e6167feab833e62d1661afc770c9a9 2,929 1.00/1.00 vMB 30
828,142 828,142 0000000000000000000351fbd2c8bd0113b4e9bc78218d5111808810b97268e1 4,311 1.00/1.00 vMB 36
828,141 828,141 00000000000000000003e887466eba64e332b238196a2abf38acfe96ce401daa 2,512 1.00/1.00 vMB 34
828,140 828,140 000000000000000000015ee6bbcc529f672519298fccdae1365563f46bab2365 2,392 1.00/1.00 vMB 29
828,139 828,139 0000000000000000000289bb692b732c1fc872a61eecaa701ab273e84c716102 2,993 1.00/1.00 vMB 33
828,138 828,138 00000000000000000003edbbce75eccc9de5103a0ff28d9339648c259dcf7a56 2,466 1.00/1.00 vMB 28
828,137 828,137 000000000000000000024c0956e48b9ee95c6dcb058d0eaa1a974b97dea00ee3 3,086 1.00/1.00 vMB 35
828,136 828,136 000000000000000000028f87e4dcb9305db733cfb5537d824be9172cfd98db5d 3,143 1.00/1.00 vMB 39
828,135 828,135 000000000000000000013a2414b7955c76fd08d8615972b2cfd9b66761c7ee61 2,791 1.00/1.00 vMB 35
828,134 828,134 00000000000000000002df2551d366673c99e06377adde10b0f1e13bc535a562 4,610 1.00/1.00 vMB 50
828,133 828,133 0000000000000000000376f60d32ed328275de1b2cc96b26c87c388c4c17ed38 4,009 1.00/1.00 vMB 40
828,132 828,132 0000000000000000000099ec0629bb9470d5f5d4114c0d8a34395ecf49af65f5 4,339 1.00/1.00 vMB 47
828,131 828,131 000000000000000000003c9c0e966b6b42f2c617b3f83c8e81428fb81a7e9b5e 3,778 1.00/1.00 vMB 41
828,130 828,130 000000000000000000012bc6202a998c761ccb35589dc247cf8f2063b55ea905 3,469 1.00/1.00 vMB 56
828,129 828,129 0000000000000000000112243fac9cbddbaba0e943fd53a857eb9c616244a712 3,098 1.00/1.00 vMB 38
828,128 828,128 00000000000000000000dc32f646f15dfc4dd0a1af6817006ed61442a6615185 2,872 1.00/1.00 vMB 49
828,127 828,127 00000000000000000001196681106ccd7b11ffc6f6fb644bbb98fa00db4f7deb 2,905 1.00/1.00 vMB 46
828,126 828,126 00000000000000000003ca3a870b068f0fae6e8067bffa877f6d685e1e7a2629 1,496 1.00/1.00 vMB 36
828,125 828,125 000000000000000000038b4f9e0b64cbfba2d973f72a6ab2e2ca7eb238d3e1a1 2,695 1.00/1.00 vMB 37
828,124 828,124 000000000000000000020dfe0235c32a13a6a10b546cf6930a9b95b9e4139a45 3,037 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.31 GB
    • Received: 16.20 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.