Loading Tool

Explorer IconExplorer

Memory Pool

45,368 transactions
28.25 vMB
0.06881471 BTC
Random Selection Loading Transactions
Max Size: 150.11/200 MB

Candidate Block

Mining Attempt ec2fc162830cbbd78ee8d68a715d18362b031ef28ae4d820f5beace16a3cbcc0
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root f80a93cec9482a7ca288ff30e06604807ec766d89bbb1e9ee6c3baae66398255
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,553
Size: 1.00 vMB
Total Fees: 0.01529003 BTC
Feerates: 100.23 > 1.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (343,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,834 571,834 00000000000000000018bfdd9a8f4c934c2493656f25bc126886793cb4498252 3,109 1.00/1.00 vMB 32
571,833 571,833 000000000000000000115c9b3ff5de0681eec0e8dc3d7c3d6710f296ad388b40 3,204 1.00/1.00 vMB 23
571,832 571,832 00000000000000000004a9f7801dc2664e99e291e035bd9041e3a47ef06af6c2 2,241 1.00/1.00 vMB 57
571,831 571,831 000000000000000000094a7808282331b7aecce32eb3addab6551660af755d26 2,534 1.00/1.00 vMB 57
571,830 571,830 00000000000000000023c9d408f5c1b336a44169623b9d2ef09885385133a417 2,641 1.00/1.00 vMB 91
571,829 571,829 000000000000000000166ca879430bcbd524b0e3a4b333cf9646a4a4cc03c54f 3,071 1.00/1.00 vMB 47
571,828 571,828 0000000000000000000db100dd813796fda11f7ddc6410d6ae37117a7802c88e 2,749 1.00/1.00 vMB 82
571,827 571,827 00000000000000000005c034efa53e99d8a7b83ff383ea8dd9dbbfc8615a6b58 3,210 1.00/1.00 vMB 6
571,826 571,826 0000000000000000002a3bc4a9d927320278179e865161401833fd1f876f9b73 3,016 1.00/1.00 vMB 51
571,825 571,825 0000000000000000001c672022e42f718b739eccf7f6aae353e72b2bbfe14353 2,684 1.00/1.00 vMB 80
571,824 571,824 000000000000000000161f5ab0e81e46dab2e14e0e5de8c2f359af4e35206b19 2,180 1.00/1.00 vMB 51
571,823 571,823 0000000000000000001d2187f673637ffc8e5caf48fb13d2ad9e98655d67a794 2,106 1.00/1.00 vMB 76
571,822 571,822 0000000000000000000cb8d8f27f77dab44e42b905be7b950310679c25448811 2,909 1.00/1.00 vMB 90
571,821 571,821 00000000000000000002d84e880c4adb8ed30605386fdc6968de67956fbac261 2,840 1.00/1.00 vMB 10
571,820 571,820 0000000000000000001eea18ea12998d338882edf1985b0a8367511a9ac07326 3,253 1.00/1.00 vMB 30
571,819 571,819 0000000000000000001ab54d9cf7ff68cc6b0c29309d98bfa722e5037e6f0d8a 1,859 1.00/1.00 vMB 60
571,818 571,818 0000000000000000001e1f470f68ba92e90d806647d2c381688fd869da5f12c8 3,394 1.00/1.00 vMB 16
571,817 571,817 00000000000000000010fa9652544f7d45ee387d4037b62b1588eb673f8d745f 3,593 1.00/1.00 vMB 61
571,816 571,816 0000000000000000001302a7ac1b848fea7d365f1aba860d24a254d9764d0c4b 3,216 1.00/1.00 vMB 98
571,815 571,815 0000000000000000001a8865a69b4df94577d7a2ab97db7e5623232dff729365 3,105 1.00/1.00 vMB 35
571,814 571,814 00000000000000000022a55d495ebbec42ebcf1de23a7b6db3c4fc0361efd044 3,294 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.11 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: 651.96 GB
    • Received: 13.67 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.