Loading Tool

Explorer IconExplorer

Memory Pool

45,850 transactions
28.48 vMB
0.07406706 BTC
Random Selection Loading Transactions
Max Size: 151.30/200 MB

Candidate Block

Mining Attempt 1d30a7f4752c22025a580241a74f86c9aac348dc99565a5a23f7c833c4967a93
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root abe4d3ae72b7936337c9ec27f2d672aec09a5c75ac9574ba56f368a5fafcfd49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,392
Size: 1.00 vMB
Total Fees: 0.01998062 BTC
Feerates: 100.23 > 2.00 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (731,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,560 183,560 0000000000000905ec79d2fb4923623985febeb7f582a54d2708f37c651d288b 96 0.05/1.00 vMB 163
183,559 183,559 00000000000001bfe0be001b64538e715d2ed84209988b1b0482214b318e982e 40 0.03/1.00 vMB 62
183,558 183,558 0000000000000a648dcfc48f4fce0d2891655dc0d628e35a5cdf99a373039c6b 64 0.12/1.00 vMB 133
183,557 183,557 00000000000007a72c2ca791c25e0111436be00b66eecbc2f001e8d5bbf8a3f4 25 0.02/1.00 vMB 58
183,556 183,556 0000000000000a459f131a24a2de1b84484be91bb996b723b5243f9f80403bd5 26 0.01/1.00 vMB 53
183,555 183,555 00000000000002279fbe2dbbcaaade107d46cc994c8c4e27183ea399c03364d3 21 0.01/1.00 vMB 80
183,554 183,554 00000000000005e1f71edfe45e403a4c9768c9334b14b36fa31f967fea695a6c 72 0.03/1.00 vMB 221
183,553 183,553 000000000000005af4a9b9cd63e2af0917f6e482bc14ce816870458c6ea67f15 90 0.05/1.00 vMB 204
183,552 183,552 00000000000007d02c2e3dc0b9221b176c7af66a8fff6b217b55abf9739ddcfb 84 0.06/1.00 vMB 115
183,551 183,551 0000000000000990f521e081587dbaf67cb985a998087c926ebe9c79f59b8bcd 10 0.00/1.00 vMB 45
183,550 183,550 00000000000004c294a4ae23b0b5588320dfa235f7d3c5c06f45b10bf97024a8 22 0.01/1.00 vMB 102
183,549 183,549 0000000000000396532b0ad0df2d2642efd5df4594ae1888da16d4f3527b613c 39 0.02/1.00 vMB 175
183,548 183,548 000000000000021f4714d41bdbf6e5f37eb9bb65739e7ac0460be40c25640f03 123 0.07/1.00 vMB 159
183,547 183,547 0000000000000996038d049b575ce100a35e0d9428ff3e444b14bebe923e1ad6 51 0.03/1.00 vMB 52
183,546 183,546 0000000000000245124a1b0f6f3e41d97ef5a34b4099e75d4babb1e04ddd8850 256 0.10/1.00 vMB 183
183,545 183,545 0000000000000a05075d250cb80abe7415b86add5bd0a83ef10dd033204803f1 7 0.00/1.00 vMB 14
183,544 183,544 000000000000062df7a9c822bcd10ea29eede3ad75441830ed421e02492c923b 154 0.05/1.00 vMB 39
183,543 183,543 00000000000001ba4fae4ae44e66254463bdc8af059f0ce4bbcdc25de62af18e 668 0.26/1.00 vMB 180
183,542 183,542 000000000000000e1a6979fb8cc3664b0844ea1905acae62476b8e67a01b9fb8 10 0.00/1.00 vMB 160
183,541 183,541 0000000000000a04e6d8be9e865e2fd38b2333e7ded43e24643d866b2a6c42d3 58 0.02/1.00 vMB 554
183,540 183,540 0000000000000a4deb81621a4ac189e6ecc367d34bd556e1f4aade17db17911b 9 0.00/1.00 vMB 0
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.98 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.