Loading Tool

Explorer IconExplorer

Memory Pool

77,097 transactions
28.63 vMB
0.06500916 BTC
Random Selection Loading Transactions
Max Size: 173.74/200 MB

Candidate Block

Mining Attempt a1aedc6fb3e9a6cb88a55e25ea8e03cd30459cc7c8d6ec6f29374dd9301072f0
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 5a3008e6ff3a9eee4a894a7996f2fd4070897fd2ac9d18f06475be9617f9631a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,658
Size: 1.00 vMB
Total Fees: 0.00559492 BTC
Feerates: 100.28 > 0.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (539,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,178 375,178 0000000000000000084b95ad983350ef435d29c185794c22fc2f99ea88a68b6d 114 0.07/1.00 vMB 24
375,177 375,177 0000000000000000072ff980a2b9482e86af722290e8b59d2ba20ac5664aa597 269 0.16/1.00 vMB 23
375,176 375,176 00000000000000000cf58d286a4479b760d71e042632b911b9de0ab87c4f0324 927 0.46/1.00 vMB 35
375,175 375,175 00000000000000000fd143269619245a8e35b9d1b9d9cff24563a8a9289a6247 1 0.00/1.00 vMB 0
375,174 375,174 000000000000000008251cdf1cb75938a100d76e4ca295c8c9efa1c6e6ab97c7 1,478 0.84/1.00 vMB 40
375,173 375,173 0000000000000000127ba87d44d828cc7116d1c89e18f7415a41b3af19621b4b 821 0.44/1.00 vMB 40
375,172 375,172 00000000000000000fc8ffa5515267e75e23d33de9d232dc1fc122eab53a0413 359 0.19/1.00 vMB 37
375,171 375,171 00000000000000000e6f436f5040d07bb5f965b5bc0a806e702463d513e0393a 520 0.25/1.00 vMB 46
375,170 375,170 00000000000000001162ece9e38aa16e74af9dc6a6e0b7416393903da613601e 997 0.67/1.00 vMB 23
375,169 375,169 00000000000000000cb0b24aea74f164a1ce0f6a70a7aaec76a2007a06dd150e 2,024 1.00/1.00 vMB 31
375,168 375,168 000000000000000009105867a8c27a7d8457f5790655fc1847e19d7abc22f8cc 1,824 0.75/1.00 vMB 70
375,167 375,167 000000000000000010f4242296a7de657301efa9111cdb45be8aca2751dea2c6 776 0.44/1.00 vMB 20
375,166 375,166 0000000000000000115c914ab8e165e58126c66f11743967256796ef75e80b14 1,686 1.00/1.00 vMB 36
375,165 375,165 00000000000000000459dbacf0421b5fcff29aa7750702768342060f8bbb4f3f 1,416 0.92/1.00 vMB 27
375,164 375,164 00000000000000000aec222933af8f043dfedb5396c06bc6fac7c8fb1b790f8d 3,184 1.00/1.00 vMB 66
375,163 375,163 00000000000000000e397de659a9f14dd7c7f07664990550648bf4beaf19e784 2,147 0.93/1.00 vMB 46
375,162 375,162 0000000000000000090c94b5f8eb80f430ee334f3a0e36fe1fe9529c1fca6b33 2,006 0.93/1.00 vMB 44
375,161 375,161 000000000000000010baa781510bb3b1ed13c4066cec4574dc7d68ad862565ef 140 0.06/1.00 vMB 41
375,160 375,160 0000000000000000110f69858ca93c559ffe1b3e87c87a9080185d0d177a727b 452 0.24/1.00 vMB 41
375,159 375,159 0000000000000000081e451ba8752fd2a4ec0b351722337ff7acce0a5b2d11da 1,141 0.47/1.00 vMB 42
375,158 375,158 0000000000000000076716ccfb88c010e6cbb7efaba7a5cfc447dc391a8af402 557 0.20/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.55 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.87 GB
    • Received: 15.78 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.