Loading Tool

Explorer IconExplorer

Memory Pool

77,113 transactions
30.45 vMB
0.10994671 BTC
Random Selection Loading Transactions
Max Size: 181.37/200 MB

Candidate Block

Mining Attempt 6e8194a24ab7665a0c1826fa18f85da9683c5a56f49e4821bbd5cabd7b540cd2
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root ad60465913138cba2581e9fd7f36de77ad47833c7a7ab9b5c8c48287a5cfdf09
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,455
Size: 1.00 vMB
Total Fees: 0.02895804 BTC
Feerates: 100.00 > 2.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (19,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
895,848 895,848 00000000000000000001e9e003a44ca03e2fdf8019ebb3bdaa11fc1563503f98 3,106 1.00/1.00 vMB 4
895,847 895,847 00000000000000000002330ed510a0fca7e311dbff3cfbaf352484a4018de297 2,077 1.00/1.00 vMB 4
895,846 895,846 00000000000000000001c8b39c574f9c6da88c69078ae9fdbbcb3cf4a2552639 738 1.00/1.00 vMB 2
895,845 895,845 00000000000000000000ef921d56b901fe7f31eb5678b02ea80e406fd4e217fd 1,995 1.00/1.00 vMB 3
895,844 895,844 0000000000000000000056861a623ea1442c6a0695d3ea2902b4dc9c6342a3ef 1,756 1.00/1.00 vMB 3
895,843 895,843 0000000000000000000168acbbf7069f1909edd20ff3064527ecf8e1b666bfa3 2,427 1.00/1.00 vMB 4
895,842 895,842 00000000000000000001d6292cb5324326e9b8a36443c34f6d15780d4b2ebdf3 2,747 1.00/1.00 vMB 4
895,841 895,841 000000000000000000024b5cd872bdc29b0d97a33f71bce4b253d0d4c71ef29f 3,578 1.00/1.00 vMB 6
895,840 895,840 000000000000000000003f72adb63a019242a8d42046d01648796b96e73083f5 3,062 1.00/1.00 vMB 3
895,839 895,839 00000000000000000002543ac0a6bbcb535ed1a0c93ab999052c518d1103eac0 3,713 1.00/1.00 vMB 6
895,838 895,838 00000000000000000002530e56761c780348c6c8cb4145e4b4419072a31f38e1 2,600 1.00/1.00 vMB 4
895,837 895,837 00000000000000000000b6cb44a6253ebe9bc66a609c792e07621e76aa04973a 3,799 1.00/1.00 vMB 6
895,836 895,836 00000000000000000001fdf947388544c8e61bdb75fe8a8478c8b0ea523ac976 3,818 1.00/1.00 vMB 6
895,835 895,835 000000000000000000014e909be2960cbbf066cf722b33726b0d986385ed5d7f 1,814 1.00/1.00 vMB 2
895,834 895,834 0000000000000000000180ae900904a6aac19295a323bb67a61b367b00f0a0f1 2,315 1.00/1.00 vMB 3
895,833 895,833 00000000000000000001abfbfe2fac33af4706c3e237446894308586e3ea5f5a 2,237 1.00/1.00 vMB 4
895,832 895,832 00000000000000000000b365f33d5faf0364ff3fc0d1e1541292b84b1a65c3cd 3,199 1.00/1.00 vMB 5
895,831 895,831 000000000000000000003bb4cbe0b8f97647d7b1601532e246f76195c0122db9 2,008 1.00/1.00 vMB 1
895,830 895,830 00000000000000000001f9c59af31c79c5aecfb8c9d1a5ee2c449903d5caffed 3,435 1.00/1.00 vMB 3
895,829 895,829 00000000000000000000c68b4fa7efd8945f7df8f18f11cc0e0e5d1167ba060a 3,117 1.00/1.00 vMB 2
895,828 895,828 0000000000000000000059d2afd64be1c698c096bd9015c47552570ce6490c4d 2,614 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.17 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: 749.56 GB
    • Received: 18.82 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.