Loading Tool

Explorer IconExplorer

Memory Pool

80,004 transactions
29.53 vMB
0.08833305 BTC
Random Selection Loading Transactions
Max Size: 178.97/200 MB

Candidate Block

Mining Attempt b7263bfa737260c145bf9d519d4f26de98c4660c6474456c3c65574f9fc80599
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root cb1f578889fbaae622ec8ad71a1b4c8d561fa5d2c17f6f0e9d1a6666559563c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,274
Size: 1.00 vMB
Total Fees: 0.02624551 BTC
Feerates: 278.95 > 2.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (276,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,257 638,257 000000000000000000004e8d9ec919f6548fba5cf3512c770f96d13fd1c6516b 3,420 1.00/1.00 vMB 34
638,256 638,256 000000000000000000008ac4c60041ba96416e50f2a98dd7309cc533583bd44e 1,107 0.54/1.00 vMB 16
638,255 638,255 00000000000000000008371c5c6afc919c5e94dcdae8ab844a7b0227000c3605 128 0.07/1.00 vMB 11
638,254 638,254 000000000000000000087d3d8bac775c20c2e074b08a288d7816fd7ee545620d 1,440 1.00/1.00 vMB 7
638,253 638,253 0000000000000000000ae339bc2c588e122dc32bc4c077f9ed6597c87e06f588 3,190 1.00/1.00 vMB 9
638,252 638,252 0000000000000000000db733eed032efe601e978cf0b175bc45c6fac920d90c0 2,391 1.00/1.00 vMB 4
638,251 638,251 000000000000000000042e97f4c05a001f7826db55d17458d6dcaa9a28717363 2,540 1.00/1.00 vMB 25
638,250 638,250 00000000000000000010c2f3cb596e9f71bf4bb064ce1cc34c1369d520b959fd 2,477 1.00/1.00 vMB 39
638,249 638,249 0000000000000000000e8629187a0e771335a90be84d4643e78fe994fb870b86 2,625 1.00/1.00 vMB 17
638,248 638,248 000000000000000000064250935d2a605061bc8faa45f795f042d6824e80c14a 3,204 1.00/1.00 vMB 46
638,247 638,247 0000000000000000000180f5909ec3efab6bdc87bac6ed6b5fdbde75ef3b5f2d 2,969 1.00/1.00 vMB 28
638,246 638,246 00000000000000000007c67eefab91151a3224d736468731a1d1fccecd0318f3 2,752 1.00/1.00 vMB 21
638,245 638,245 000000000000000000059ad7abf03dfc41f2cb907b8aefd71952f33e4d77a75d 2,448 1.00/1.00 vMB 33
638,244 638,244 0000000000000000000f61d2b92e2e81ed9c10c2f6de4d69d0ca8be02873481a 2,571 1.00/1.00 vMB 31
638,243 638,243 0000000000000000000711d9d9f863b07fbee0ce8db5cf5d7006239abe455d2e 2,449 1.00/1.00 vMB 35
638,242 638,242 00000000000000000004fc221d257f881727544c9fc89a85646cb944ca40b465 2,379 1.00/1.00 vMB 24
638,241 638,241 00000000000000000002da4d4e0604e85e9eae67df532d493c58b37072a779cb 445 0.14/1.00 vMB 23
638,240 638,240 0000000000000000000825bc5957126628d00c036ded007271f2f5c5415e7fbf 943 0.28/1.00 vMB 19
638,239 638,239 0000000000000000000ecc09221170404ee321ba54621ba090049b02247a122b 786 0.27/1.00 vMB 37
638,238 638,238 0000000000000000000c8c15a7e971fd6046023f74b8efebddea25ffb8b1dbe9 215 0.06/1.00 vMB 25
638,237 638,237 0000000000000000000b36b9ebfda6a41a00b25b39fe9906f0a754f2cbfdd9a1 1,882 0.76/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.