Loading Tool

Explorer IconExplorer

Memory Pool

60,467 transactions
24.06 vMB
0.05708853 BTC
Random Selection Loading Transactions
Max Size: 141.88/200 MB

Candidate Block

Mining Attempt d4c6d7065dfa1920c160d04eac51758029c0bef05da962d3e7b23dea48869df2
Version 20000000
Previous Block 00000000000000000001654aecfdc2c1d541c3b5e9fe7b188c5f27b45d2f6d67
Merkle Root 07001601fb141630dff3095f603cfc9e01b64f0e1d90dc6eef0e7bb62e2b8da7
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 4,785
Size: 1.00 vMB
Total Fees: 0.00512998 BTC
Feerates: 79.74 > 0.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,588 (768,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,146 149,146 000000000000013614cdfcf6a3073f233ea24c974d17400b556330006310689a 312 0.11/1.00 vMB 23
149,145 149,145 000000000000023f13d47f19afd6b682f7672727503ff0ef50b6c2defa646b62 12 0.00/1.00 vMB 1,509
149,144 149,144 00000000000004bef77e887e2b18dd7f94557a38ebdda3d98301dbe6108cc717 68 0.02/1.00 vMB 157
149,143 149,143 000000000000030a059be35939808dd46850b7eaeccaf5b684d4a5da8709f3e4 74 0.03/1.00 vMB 137
149,142 149,142 00000000000000f66999905d305021ce953b65f7af28cf8880c398aacf1f460f 28 0.02/1.00 vMB 36
149,141 149,141 00000000000003fd5c4566a0942b5d5a7dae9033f9ed1e938c6148cea2f3f67b 46 0.02/1.00 vMB 28
149,140 149,140 0000000000000195cda856415815ca1b07e2d668e3182b74de0f66ef7b667aca 111 0.04/1.00 vMB 107
149,139 149,139 00000000000003d2e4ad41fbd86a6aa8168d92d805202bde2289110154287ff5 102 0.04/1.00 vMB 85
149,138 149,138 00000000000006a165e02d4f930b79cdf0e9bce0e79d31fdf65a224bbff68076 8 0.01/1.00 vMB 12,443
149,137 149,137 000000000000048c2afb31cac7f2339f59bee5aa428b74d43b9965e3bf42fc07 112 0.05/1.00 vMB 176
149,136 149,136 00000000000009ba72dec31159bb9f0d8fb5cbb3a477f042672264aaed2935b4 12 0.00/1.00 vMB 17
149,135 149,135 000000000000040c1150ac84ca4b164b5d536b36bcde15ce8f86437b4d796723 12 0.01/1.00 vMB 53
149,134 149,134 00000000000005bec892bf230e56eedd99116da9e1fb0179ab6f131c6deaa7b0 40 0.02/1.00 vMB 889
149,133 149,133 0000000000000080f2538fd7adcb78da2ef320ff5436d983b14923a72ff7f60f 40 0.02/1.00 vMB 26
149,132 149,132 00000000000009a18c3606c9376e2cbc3fbf545b87f6c9f0b9ffe8ecf58bf370 35 0.02/1.00 vMB 120
149,131 149,131 00000000000006a58a06f2ff1fc633f966a70f6df49deec34c6d0af0a1638350 8 0.00/1.00 vMB 116
149,130 149,130 00000000000009cf170af43cbc04f5fe9afe8658abdcc3d8381fc0a1bd5374bd 10 0.00/1.00 vMB 81
149,129 149,129 000000000000025e6e49f9781ddcc8b1334d941f9559fd35c487d81e7f568092 22 0.01/1.00 vMB 490
149,128 149,128 00000000000002d3b18aea9e7f9cb4606c3346bb1e6859108d78d45b4dba9886 12 0.00/1.00 vMB 0
149,127 149,127 000000000000085ea6de0696720dfa224ee8a52dd000e198b07014eb14bdc405 102 0.06/1.00 vMB 103
149,126 149,126 000000000000094c76be2bf55f8efc40dbaab152ef592fecbb392864b6dc43db 16 0.01/1.00 vMB 2,225
Previous 10 blocks ↓
Total Size: 786.83 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: 1,015.74 GB
    • Received: 35.23 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.