Loading Tool

Explorer IconExplorer

Memory Pool

43,724 transactions
26.35 vMB
0.05636915 BTC
Random Selection Loading Transactions
Max Size: 138.89/200 MB

Candidate Block

Mining Attempt 0d8d2798e2e4b34f3779ee6b416d939c531bb0c078211317b6bcdf27c3978aa6
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root af633ae16e5a0b7de69a7f8185feb7da08cb3a217f0e8754f623b87a6427e695
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,696
Size: 1.00 vMB
Total Fees: 0.00821055 BTC
Feerates: 40.21 > 0.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (82,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,338 832,338 00000000000000000001ce68cdf1097cc148cea4d0bfff83007fdef21080bf43 1,195 1.00/1.00 vMB 20
832,337 832,337 00000000000000000000ef0761668b2bc106a8ab72dace697958f9bbdf4cd3f3 2,376 1.00/1.00 vMB 27
832,336 832,336 000000000000000000025622f53d57b277de1c90b4dbc68578c4fcf695c1ef69 2,146 1.00/1.00 vMB 22
832,335 832,335 0000000000000000000290e9981187807b4e68043abbf11a64935c2a31ed7700 3,025 1.00/1.00 vMB 37
832,334 832,334 000000000000000000017aee70a90cc38fd18665ef1d99bfce119c3affb1c74f 2,485 1.00/1.00 vMB 30
832,333 832,333 0000000000000000000024dd39e6f3f29a725d5148f31cab01d85d2d2944b0ac 2,620 1.00/1.00 vMB 23
832,332 832,332 000000000000000000028f67263c0b4c8f2478eadd5e899c110b00001d091c56 2,845 1.00/1.00 vMB 28
832,331 832,331 00000000000000000000d14c8e789f23d46be6a6d50782038f6250a95aba5eee 2,940 1.00/1.00 vMB 29
832,330 832,330 0000000000000000000032c989d478dac026726f014e7a3f46fd2eb93af55382 3,129 1.00/1.00 vMB 49
832,329 832,329 000000000000000000035121cb0a7c5c1d19d7d7acdc8d99c66acf01e4d4f12b 2,855 1.00/1.00 vMB 31
832,328 832,328 00000000000000000000d2821f2f0ca2faefbca4265aef9a2e3733e967b1d3bc 2,094 1.00/1.00 vMB 29
832,327 832,327 00000000000000000002774906dab41546f1d6dd3d5b8a743cca951313fc2dfd 2,119 1.00/1.00 vMB 27
832,326 832,326 000000000000000000015714b8f99d08e3f435c7080432892f15332b2ee4bd0a 2,038 1.00/1.00 vMB 36
832,325 832,325 0000000000000000000296bd9e07b6ebba4306206afcf98b19741dbe9916973d 2,023 1.00/1.00 vMB 36
832,324 832,324 00000000000000000003063fc5db1907135c01c4bca1e7203b5639bf6f6d95bf 2,246 1.00/1.00 vMB 31
832,323 832,323 000000000000000000034d932371eea7d0929d17378ba201d590f58876d333f9 2,865 1.00/1.00 vMB 39
832,322 832,322 00000000000000000000069186e43faab2769b0127f7457960f4dd2a9c4ebb69 3,054 1.00/1.00 vMB 51
832,321 832,321 0000000000000000000088d5c77a1c1737abbea3b713bb870d3553b1f901890e 2,779 1.00/1.00 vMB 47
832,320 832,320 0000000000000000000224e22fafac70f7962d2e14e3e1a4a8d2b77ce59acede 2,245 1.00/1.00 vMB 30
832,319 832,319 000000000000000000022861e12a82b5f4491e2ebffd0679dc99061348fb7ea3 2,855 1.00/1.00 vMB 43
832,318 832,318 00000000000000000002563dcebe8f30cb8340d7c1f9bfaa0ad9994bc28a5dee 2,694 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.93 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: 646.42 GB
    • Received: 12.85 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.