Loading Tool

Explorer IconExplorer

Memory Pool

38,514 transactions
29.23 vMB
0.08185752 BTC
Random Selection Loading Transactions
Max Size: 146.77/200 MB

Candidate Block

Mining Attempt 7597d412e3f6c2ea1b180fcfc8786849e9836488341c2dc43289567c9fe06020
Version 20000000
Previous Block 00000000000000000001506b941a54764348896f53a4e1b6257bc1abba2f4e73
Merkle Root 4fee2f5696d6d62d587895dfdbeba598de89ac26ebaff63c4f31ae433091c756
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,396
Size: 1.00 vMB
Total Fees: 0.02396823 BTC
Feerates: 201.97 > 2.40 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,525 (848,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,187 66,187 00000000001b50c81b1a1127110c2dd2688d3c6eee6c530056b45b8abfbf5271 7 0.00/1.00 vMB 0
66,186 66,186 00000000014e8e2050e26d995bfa429bd5ef756b9abf50eb096a32bad4e63567 8 0.00/1.00 vMB 0
66,185 66,185 0000000006a78ccee3cb90784a0a4b9fcc430072e99e047e7991c90079c0d14e 1 0.00/1.00 vMB 0
66,184 66,184 0000000000c23013731efecb79e5756458b6a1667b12d28b9f93948ed05872ff 6 0.02/1.00 vMB 0
66,183 66,183 000000000a489f20f95938079f8a9b8b79ff6e9d8848ab1e98d925466cfc2ba9 2 0.00/1.00 vMB 0
66,182 66,182 000000000680a33b2f2cffd3c321b3db44579223d52a80763457fa28e33b5f4b 1 0.00/1.00 vMB 0
66,181 66,181 000000000a998fc6b1d80038530ca260aa22f2373be9f8871cf758c5d5b41e86 1 0.00/1.00 vMB 0
66,180 66,180 0000000007caa90b754ea801412736c703252cb0d57a40ed1e5fdeb327d48b54 4 0.00/1.00 vMB 0
66,179 66,179 0000000002bac2bee547caeeeb35cbdca20ffb8c16283949ea191ff3cc3c92d6 1 0.00/1.00 vMB 0
66,178 66,178 0000000009dcb61860be4d322bb3f707492d1f9de880978ed681c6378515d6b0 1 0.00/1.00 vMB 0
66,177 66,177 0000000001c1e7f965256f7ad0b74f0c9b562900ccafbb18c5b0c9139510de33 1 0.00/1.00 vMB 0
66,176 66,176 00000000025204740454916730b13c7d7937043b3ab93ccf2065f85cbfd30bdb 2 0.00/1.00 vMB 0
66,175 66,175 000000000007198d2fa784855d2f0d1d0fbfb4d987cdf22c1d5826ac7fc9e5eb 16 0.00/1.00 vMB 0
66,174 66,174 0000000003341f718be514e885e7c0c14c66ccbc67e40e791b3311456a560370 97 0.02/1.00 vMB 0
66,173 66,173 000000000893b45721f43f5d317656ab6b82ac76ddaf543976648c7714344eea 3 0.00/1.00 vMB 0
66,172 66,172 000000000871168470edeb66409d7a4d01dc17f3edcccf9f5c78a6a1d0e7d0d5 1 0.00/1.00 vMB 0
66,171 66,171 0000000006504dbcd0d41503e4e7df03016b05356f84bf00fa5c69728de3a0cd 2 0.00/1.00 vMB 0
66,170 66,170 0000000001f8239143e2f8b7e151da5ebdd40931e4eea0290a83f5704676893a 4 0.00/1.00 vMB 0
66,169 66,169 000000000930008a87441840c023ce50e99b79c74f18d120582cefbc47e76143 1 0.00/1.00 vMB 0
66,168 66,168 0000000005b65d76fa80f53fc50c4dd2ab9ba2b849fda780153318f867d86b38 1 0.00/1.00 vMB 0
66,167 66,167 0000000003531f64f33542446ed64bf7256703cebd232054ed80a6e64f7951a4 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.54 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: 620.60 GB
    • Received: 11.22 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.