Loading Tool

Explorer IconExplorer

Memory Pool

28,089 transactions
11.99 vMB
0.03622532 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.45/200 MB

Candidate Block

Mining Attempt 5ee10c77b0b2d495266b0b75e6040de4870a29d79af5345a9a3c2a6a06d9d33e
Version 20000000
Previous Block 000000000000000000002133544506fc506db902b4c2df1ef2da479a2edc5ec4
Merkle Root 2bf95aa149ab18d9f66dce946ac0af0b5fa6e3df46699e7224e8970892e4f056
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,177
Size: 1.00 vMB
Total Fees: 0.01506229 BTC
Median Feerate: 1.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,518 (784,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,782 128,782 00000000000025b3146203fa94a6c79311f2de999bb080fa90b43146db15cfc3 18 0.01 vMB 1,112
128,781 128,781 0000000000002299e9480b9bf9746703126e4f97138aa2f4f0d6e5a5d4ecf221 138 0.04 vMB 8
128,780 128,780 0000000000000be9952db54619e20400e5c1a8c8520d79ac3824f2d53dfc1ebc 26 0.02 vMB 1,679
128,779 128,779 0000000000000f86d1e2502c5b25db61b49d6990f879fd171555b15b234847e7 38 0.01 vMB 88
128,778 128,778 0000000000000ed97e0df8e1d7256597919c39f4763a3b5a3277ca792305aec5 41 0.02 vMB 1,083
128,777 128,777 000000000000225a673070f6b5668efbe567e09a2e2edfedf221fcf27817d2aa 1 0.00 vMB 0
128,776 128,776 0000000000000830700aa7d73a8b42fd11150e2c0f78bd46eb5cf120dd6f9bfa 104 0.05 vMB 74
128,775 128,775 000000000000077808d8e23b8a3fa16b953497bd3a053e2f10723e56c8b56fe4 58 0.03 vMB 509
128,774 128,774 00000000000008acba3a12d0f57fd1c17931a3818a397b164932afb86a6fbbf1 56 0.02 vMB 734
128,773 128,773 000000000000218192623553e8b4470d42f4c454b09197807a04c8bd919caedc 19 0.01 vMB 655
128,772 128,772 000000000000120a79b6ba8c8403cbd0a7d87b9a289a2a3dabea5a84ea2c9ac8 117 0.04 vMB 2,016
128,771 128,771 00000000000017720245663bbcc7246a39da53556f44e6a9a4611a739bfb6f15 39 0.01 vMB 772
128,770 128,770 0000000000001ef66bb53c22ea2ca68ff58f27f67fe057152cc08e642fdb9f06 19 0.01 vMB 434
128,769 128,769 000000000000175e58e19a2f21ba5af1162d3716a7f6a31a138707e886bbb2ba 40 0.02 vMB 762
128,768 128,768 00000000000024bbfea2314c11824a486843f2d89685028aa6c629c90c99e35f 6 0.00 vMB 496
128,767 128,767 00000000000006c0b85b8b0f40d17025957a9a57cde4ad6c6e3226b984452309 4 0.00 vMB 1,129
128,766 128,766 000000000000016be8e7cef1b1c33adc0a3d3a5a150a5bd7288646ee8bd43a09 7 0.00 vMB 1,029
128,765 128,765 0000000000000c3931735f5af5fc67103bc31b3678e45fa10440b8804ca55049 87 0.03 vMB 115
128,764 128,764 0000000000001b731d9df7274441c91bd8d0582abac985d8d78f96dcd0df44b3 7 0.00 vMB 226
128,763 128,763 0000000000001502790dbc7d4fd708a35f8cd10f97c51b5b18fd063896ec6834 56 0.02 vMB 2,178
128,762 128,762 00000000000006088ce534384eae755008d32782717ca0bb7446d74910212d71 6 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.76 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: 390.00 GB
    • Received: 1.98 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.