Loading Tool

Explorer IconExplorer

Memory Pool

25,708 transactions
32.92 vMB
0.04476455 BTC
Random Selection Loading Transactions
Max Size: 173.33/200 MB

Candidate Block

Mining Attempt 58b0c587ede5541cb015ea6f548a5ef61c65bd335a11c56b016061f43f4857f3
Version 20000000
Previous Block 000000000000000000012fad63ccfc5d8483807b87917aa65e5d59e7ec955414
Merkle Root 91f68c7e217e1d0683a2a78dff9f94e9532bf1e9515c9417e0f5135470f9691d
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.00717068 BTC
Feerates: 99.35 > 0.72 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,198 (734,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
205,890 205,890 0000000000000113e6061839378c399e7ce0287e0ee2d9fd9cf75513c025d622 130 0.05/1.00 vMB 152
205,889 205,889 000000000000014138c1686e382e70d9b23f06af2fbb19e08bb7fa04dcd9616e 496 0.28/1.00 vMB 142
205,888 205,888 00000000000000f726f7865e79df9d5b8aef60c8cf14b7746bde1ea881f317a0 252 0.15/1.00 vMB 174
205,887 205,887 00000000000003c2a495a75237ba013b2833c92fe0963b4612161b6fd5623262 8 0.00/1.00 vMB 162
205,886 205,886 00000000000004a5855f93db342a14503c525164f17c0ed8a16fc1f60787a072 87 0.04/1.00 vMB 250
205,885 205,885 00000000000000837bec7949a13a32be1d65702d6d35443d5e8c3644d456cf47 301 0.14/1.00 vMB 198
205,884 205,884 000000000000022ee6bb2228f0267551491c905d14d06e5e0ead465115118e1c 30 0.01/1.00 vMB 602
205,883 205,883 00000000000002f2dfae48ad8464cf8a77acb71ea4134be1168ca484fb816e34 58 0.05/1.00 vMB 164
205,882 205,882 000000000000010e8cc9d7e7a903b9619bdb442b135d2a9387811643942cad58 248 0.07/1.00 vMB 215
205,881 205,881 0000000000000472600d87cdd50b4f0c9b791a42f01d2abe8c1d3e54c3d2d7a2 135 0.10/1.00 vMB 136
205,880 205,880 000000000000028e8430e574c83587d23abf053ffce157619d1fcb7a9b426bac 46 0.01/1.00 vMB 73
205,879 205,879 00000000000004f8e08d9df4f4f73020222585d36d666e9c7910ca6fe7bb30fa 316 0.13/1.00 vMB 450
205,878 205,878 0000000000000010a36446eea557e390fdf99ec6d3517e5d1cff33358625e67a 46 0.03/1.00 vMB 105
205,877 205,877 00000000000001d868ddda906faff57bb2a00cc1843e6fc8ee4bf44f1e32aee4 126 0.04/1.00 vMB 76
205,876 205,876 00000000000002f7285eb6ce5ae272ea5b0a51e7558ee2bed4fd4970f189ad09 133 0.17/1.00 vMB 166
205,875 205,875 000000000000021423bc9bd6aab121ce4a3499f1cb6e22ae9abb0ac7b085ce82 122 0.05/1.00 vMB 99
205,874 205,874 00000000000001b4183c5381e49f583960df816230456d2f9c1252ade970c7a0 290 0.15/1.00 vMB 179
205,873 205,873 000000000000043ff86eeb9a67683d0df9eadd236733144da5d6bd06be2013c8 315 0.10/1.00 vMB 282
205,872 205,872 00000000000002e6ce1b10438b9b7f6c86008ac0cf39766e958a3936d47508d3 179 0.08/1.00 vMB 307
205,871 205,871 0000000000000378ddb6e22d05b4fda5da028fb721e44c7826ebae0d169b570e 30 0.02/1.00 vMB 129
205,870 205,870 00000000000000efdbe7c61644fc79034d613745c69bed65fea44996a24bd808 442 0.22/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 827.08 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: 4,441.67 GB
    • Received: 241.06 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.