Loading Tool

Explorer IconExplorer

Memory Pool

84,328 transactions
32.23 vMB
0.10930341 BTC
Random Selection Loading Transactions
Max Size: 193.44/200 MB

Candidate Block

Mining Attempt e1c4cd3c8ea8d9f788f934d55f11f4f3ee24ef655f987f65bf32ff461ece5c40
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root d7a61dfbf90f5b45bb40daac779b2bb9e8c68f6dde9a190f4e41f449800a7b35
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,558
Size: 1.00 vMB
Total Fees: 0.02633664 BTC
Feerates: 151.12 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (321,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,809 593,809 0000000000000000000ee969288c259aaf54a6073434ef7bb05806bac2ad3d4b 997 0.38/1.00 vMB 17
593,808 593,808 00000000000000000011278c8e8e2f4eec1713044fed2393c280d955f8a2dbf3 1,583 0.56/1.00 vMB 22
593,807 593,807 00000000000000000016bb6b8ee99de6311d44a662264e67b29c2c89561b8316 1,153 0.35/1.00 vMB 27
593,806 593,806 0000000000000000000ab166c84b4dd05c0013a8200c634871870a4f55efb15b 57 0.02/1.00 vMB 39
593,805 593,805 00000000000000000008011a6b7c6f63de07f107da7b9ff763b5dbbe301140e8 1,933 0.72/1.00 vMB 21
593,804 593,804 0000000000000000000e3dc37599eb4ec4084a5744c7e24874dbb8846714b232 1,275 0.43/1.00 vMB 26
593,803 593,803 0000000000000000000cf779c557782a2b1828970c85c1150aa03257f366d9ff 145 0.05/1.00 vMB 16
593,802 593,802 000000000000000000113b27d001acc2e59b6ace2038d0afbec3733f6a4c43d6 2,801 0.95/1.00 vMB 20
593,801 593,801 0000000000000000000f9ec534b962613d5874daaae624023d177c9be4809ae1 338 0.12/1.00 vMB 20
593,800 593,800 0000000000000000000e883f7c1b345133040fb872a552af977618fbb76d4a01 2,960 1.00/1.00 vMB 21
593,799 593,799 0000000000000000000167c64ddd1d73546f1655e8876bbfb0ced21def216298 853 0.45/1.00 vMB 18
593,798 593,798 000000000000000000002cfe45153cb3eae9df0c5be6d5263d9ac3d31ea4f788 937 0.36/1.00 vMB 20
593,797 593,797 000000000000000000143d045a36e573e14d9acf21d12efcf85f20d6565e529e 2,731 0.93/1.00 vMB 19
593,796 593,796 000000000000000000075d01d4b868def197ef38817bf8bfdc33c64b6b08e412 2,840 0.92/1.00 vMB 19
593,795 593,795 000000000000000000180fda46697f642d19e2d95a5da8c67a3762cfd7151dfd 125 0.03/1.00 vMB 18
593,794 593,794 00000000000000000016b299db34c86b392addc3afc0b1a020f74a1cfbea5dec 1,488 0.47/1.00 vMB 21
593,793 593,793 00000000000000000015d37a66a9881fa251f745c9130cc42259a50293426f80 2,478 0.84/1.00 vMB 17
593,792 593,792 0000000000000000001230d8eaf3ce343ad5b4cd7996ff862dcfc5e5245b8e24 1,159 0.43/1.00 vMB 18
593,791 593,791 0000000000000000001780aa594c8d26d0611c35c92290d02eca84d923874b3e 1,807 0.60/1.00 vMB 23
593,790 593,790 0000000000000000000e6e88e84abb1a1d8f9db3ec7cff957353d05561a87778 1,705 0.64/1.00 vMB 19
593,789 593,789 0000000000000000000840abedce87347ba31db68a127d42c99bc1a3799ab4f6 1,118 0.42/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.98 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: 716.31 GB
    • Received: 17.80 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.