Loading Tool

Explorer IconExplorer

Memory Pool

40,098 transactions
26.27 vMB
0.05879567 BTC
Random Selection Loading Transactions
Max Size: 136.88/200 MB

Candidate Block

Mining Attempt e998434f6fc64dbc549890bc45fec2ded47f3d142e6aa1bbdc8a47dde92f8ed6
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 30e71e9d57a9a00ac5436433fd70d975c5ec5b3db5e48750260648507de2e24a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,233
Size: 1.00 vMB
Total Fees: 0.01045059 BTC
Feerates: 92.86 > 1.05 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (519,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,154 395,154 000000000000000006df4eba3e15aafe0d756a6cb699d69ae19d0783a2dae51f 2,392 0.99/1.00 vMB 50
395,153 395,153 0000000000000000047d5500fe6b7e0a482588f1dc3efe4aa7c3670c974d4189 2,613 1.00/1.00 vMB 52
395,152 395,152 00000000000000000585fcb37ef0a2627d3925a93d9879a248184eb0315e80bd 1,789 0.95/1.00 vMB 29
395,151 395,151 000000000000000005c8d4692286840065f1b2c03eae845b990b9db27d5c1626 2,343 0.95/1.00 vMB 52
395,150 395,150 0000000000000000088362201b12ffbef6c4d57fca1b657aac3097d112723cbe 2,108 0.95/1.00 vMB 50
395,149 395,149 0000000000000000082db3b28f89dae4ea20c64a6cda2e1536a2f39d45f246eb 3,159 0.93/1.00 vMB 74
395,148 395,148 0000000000000000053a020f88f47414de109571544cac03098172793d64d3d5 2,298 0.99/1.00 vMB 46
395,147 395,147 0000000000000000007394f1b7bc273937f725121b636b035640f81fee8dae43 3,187 1.00/1.00 vMB 68
395,146 395,146 0000000000000000017bbb78534d717a2bdd1119b1d8b53edb4a73cf087effc2 1 0.00/1.00 vMB 0
395,145 395,145 00000000000000000233762970a932373d3324dff87d17f144ce79312f4413ca 2,122 1.00/1.00 vMB 46
395,144 395,144 000000000000000008e8cd8928c0a1e87a2e27b8f53233786872fa71f15b09a7 2,345 0.95/1.00 vMB 58
395,143 395,143 0000000000000000071e91e4b7ecc3f6e6e979d458144084df2cde3f56b5eab0 3,340 1.00/1.00 vMB 80
395,142 395,142 0000000000000000038574cd8bcc51bdd5856987a9f8ad195122b23134013d38 2,525 0.93/1.00 vMB 58
395,141 395,141 000000000000000007b6214b7cabe48e3cd5d3f6e74310590794ae600ffdb6c3 1 0.00/1.00 vMB 0
395,140 395,140 000000000000000003f55d48289bb38c9b13ecaa2722cd9bcf70a7b5212e4c3b 145 0.11/1.00 vMB 42
395,139 395,139 00000000000000000616ff4449297e84bf2d2ef52b79646b2c65f91ed7e468ca 658 0.74/1.00 vMB 14
395,138 395,138 0000000000000000091c2219c8df8c93213e794a89422962645495b91b044144 1,280 0.67/1.00 vMB 42
395,137 395,137 000000000000000004ecc51ef4502408df6cff22e413c9838aba2e47298ee53a 1,539 0.93/1.00 vMB 28
395,136 395,136 000000000000000001b7b4dd9ea535a1f5bb8f3d3330dc161be2bf98fed493a0 3,002 0.99/1.00 vMB 56
395,135 395,135 000000000000000004b8ec471974913d052a3af7dc2a8c6f01c2ac2f3d1f7b19 491 0.27/1.00 vMB 32
395,134 395,134 00000000000000000914004138ed60b2f0b7c2401e19880684681e3f8ddc1ef1 826 0.62/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.27 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: 656.07 GB
    • Received: 14.38 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.