Loading Tool

Explorer IconExplorer

Memory Pool

75,383 transactions
27.91 vMB
0.08064543 BTC
Random Selection Loading Transactions
Max Size: 169.91/200 MB

Candidate Block

Mining Attempt f1fd4a5d23911cca4a6fbf677b8e8fd14fdfa0e8003ac4111c7a1de50eeb5f57
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root fe68879817f1ca409c00c1717b7c89798d4dad9095fd9b71d63190c7462ce003
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,297
Size: 1.00 vMB
Total Fees: 0.02079243 BTC
Feerates: 480.19 > 2.08 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (448,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,693 466,693 000000000000000001a05a2b0f20e50372c16d88c93e7adf0955c92f2d641ff6 2,159 1.00/1.00 vMB 158
466,692 466,692 000000000000000000884d3173bdccade7001cb1adeeaf6ae32cbd575d056a6b 1 0.00/1.00 vMB 0
466,691 466,691 000000000000000001a73c3e6ff1d7148683b653893fc7da27c7b81219e03cb2 1,874 1.00/1.00 vMB 313
466,690 466,690 0000000000000000015e96ccdadd82b2d3aba2be9bab7ccc063d831246767b49 2,291 1.00/1.00 vMB 300
466,689 466,689 000000000000000001bfe67c38da041955bec0e9c87135ac0634f06115cc73b8 1,351 1.00/1.00 vMB 267
466,688 466,688 00000000000000000178c95f05db342cb58d8d3693dc3c58af95c6ecd52b4bf8 2,197 0.93/1.00 vMB 323
466,687 466,687 0000000000000000007383e4309ed6044ef3b69b4b5696980a47d48943471b69 2,353 1.00/1.00 vMB 211
466,686 466,686 000000000000000000a9d5bc3d8d6337872d95d1e2b4305f9bdc907b1c31f445 2,452 1.00/1.00 vMB 245
466,685 466,685 000000000000000000c2ece08f83131252c8fbcb6d15d2284b13764863cd90cb 2,217 1.00/1.00 vMB 218
466,684 466,684 00000000000000000066af150fbaad0fff1a051a12c229023aefe516f24ee99d 2,693 1.00/1.00 vMB 269
466,683 466,683 0000000000000000005db5619eb3c941999f05dbd2d98c2b5a075ad4a547c43a 1,627 1.00/1.00 vMB 260
466,682 466,682 00000000000000000078189276e15881f70772f40c9201d9c576e8695ac43f33 1,930 1.00/1.00 vMB 248
466,681 466,681 000000000000000001f63c267fb0b281a09ee0565f7f27399c63bc576f6141dc 2,341 1.00/1.00 vMB 228
466,680 466,680 0000000000000000019667f71ae34b585fdbafadca5c4c7bc624cee415141db7 2,724 1.00/1.00 vMB 267
466,679 466,679 00000000000000000016eeefdbf7d90becaa41e7686f74939e248bf2f5d59ce9 2,555 1.00/1.00 vMB 233
466,678 466,678 00000000000000000172773014da53974f063f1c831f1ef3e6cbbdda109483a3 2,257 1.00/1.00 vMB 248
466,677 466,677 000000000000000001d5414a0899c40d3b3356c7c1d468076fc346dbd6981356 2,103 1.00/1.00 vMB 187
466,676 466,676 000000000000000001394c6db27bebc178f4190d746a469d10c2b625062bec6c 2,072 1.00/1.00 vMB 240
466,675 466,675 00000000000000000152e87652a1789ea5e29e44e05134ae3435622c578e2da8 1,704 1.00/1.00 vMB 171
466,674 466,674 000000000000000000a690905186786d631f23633c6d3666859a25c7bb594d6e 2,306 1.00/1.00 vMB 149
466,673 466,673 0000000000000000014d434fe2d92eb368584121a4ebe38d6db911a19a313294 1,394 0.93/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 782.85 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: 712.56 GB
    • Received: 17.19 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.