Loading Tool

Explorer IconExplorer

Memory Pool

45,979 transactions
30.54 vMB
0.09645299 BTC
Random Selection Loading Transactions
Max Size: 157.03/200 MB

Candidate Block

Mining Attempt 8c8f720ca249c8034bc39642563e58e755f98eb44573e97e76277e48e578bff4
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root a8b90c932ce0b54f5501986a66e4ceffc000aa94799d462eec61efc028cff0c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,464
Size: 1.00 vMB
Total Fees: 0.03026243 BTC
Feerates: 100.29 > 3.03 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (476,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,031 438,031 00000000000000000000dc52b6b02ba8788ea7f6fd145269d17131dbff2ea9e7 2,276 1.00/1.00 vMB 69
438,030 438,030 000000000000000001a17b7a45db4da2718a6696511322f2752dfdaccd1b7008 2,357 1.00/1.00 vMB 95
438,029 438,029 00000000000000000393cca220e68f09e2a01d1ba3fda53ad8cd8b16fad4be1e 2,241 1.00/1.00 vMB 69
438,028 438,028 0000000000000000026641dacc156f84cf224bb075d3e6d01ee02773acfc2e40 2,174 1.00/1.00 vMB 68
438,027 438,027 0000000000000000008cf5c58bc1f5fa43e77d90608d83eb8a3070db9a433e1b 2,113 1.00/1.00 vMB 65
438,026 438,026 000000000000000000f0f67131933f9b2098a614257104b197e46d064eb8dddc 1,282 0.75/1.00 vMB 104
438,025 438,025 000000000000000000008cb0a6b5ecf93d55c79e076afa3a33d6a211f52ae998 1,682 1.00/1.00 vMB 62
438,024 438,024 000000000000000003640d30af22cd3f5fc49434d0cafc62342f401ce92b2881 3,159 1.00/1.00 vMB 139
438,023 438,023 000000000000000001d7484e619f80dc9dee3b71d5030abcd9be409d19c546c3 2,490 1.00/1.00 vMB 80
438,022 438,022 000000000000000003d11d8e000a9f3574c356f519954f4344736efdfd716f22 1,850 1.00/1.00 vMB 55
438,021 438,021 0000000000000000009d9152742304e37fc0815b87949156242c2835768487f1 2,006 1.00/1.00 vMB 74
438,020 438,020 000000000000000001dcc192a76e78bfabb8f495531b80849b54fd723205de3a 1,001 1.00/1.00 vMB 29
438,019 438,019 000000000000000001736dcf7d8388ac2b42ef60a6a65e293a2113b8c31c799f 1,936 1.00/1.00 vMB 47
438,018 438,018 000000000000000000eb76716755d0f1c1ad5b6daddcc4e9517f7567c7b4ee1e 1,866 1.00/1.00 vMB 61
438,017 438,017 00000000000000000014833132dd274ae067f49c2acf347d4407c373cf7ea9fc 2,104 0.75/1.00 vMB 98
438,016 438,016 000000000000000000b348ec45abf01c32745d4186989c3de6f3c325b17f6347 2,175 1.00/1.00 vMB 47
438,015 438,015 00000000000000000427bed40494d508bd012595111c27f3fa66148a7576b6ed 1,645 1.00/1.00 vMB 58
438,014 438,014 000000000000000002806d32ff9428451150803481a2bd415e512be589789956 2,471 1.00/1.00 vMB 78
438,013 438,013 00000000000000000311b0d3a9385fd5df099c16c816820073227e0cfd3f882c 2,212 1.00/1.00 vMB 85
438,012 438,012 000000000000000000c2bec933a2f1fa9fb8f10a0c2281f95bbe8f2cd55dbad7 2,375 0.99/1.00 vMB 59
438,011 438,011 000000000000000000d0078b6fdf97af3743bd7bba7022ba2f4adae41dd5c51b 2,118 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.61 GB
    • Received: 11.68 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.