Loading Tool

Explorer IconExplorer

Memory Pool

41,199 transactions
18.07 vMB
0.16969788 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.66/200 MB

Candidate Block

Mining Attempt 50139371cb08f9d26cdb3dd801cfbc918a8228d77df7dc982efd2ddd8869ce81
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 776a6d4526b97d206a8113cf1d22d53d7b4d52d943fff95909fad6a18e67fc5c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.05443584 BTC
Median Feerate: 4.56 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (898,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
14,851 14,851 000000004b9e7317eb0ea355fd3e59c79c160e1571a6efa8e61721b905b56133 1 0.00 vMB 0
14,850 14,850 00000000e20aa8064a0a529dc4b1131f9f6745227ba231dc64150cbb85db82e9 1 0.00 vMB 0
14,849 14,849 000000004b0e192689e6b938da7fc888f4c8c6f4bdf07b996f12fd25533f99c9 1 0.00 vMB 0
14,848 14,848 00000000f15899e067d60bfef7acca6ce03879a3f98a85f7cd6698e205cf21df 1 0.00 vMB 0
14,847 14,847 0000000093ce1cba535a1dcad1c44b0724da0bfdff1eb70b9434efd62f6cfd0a 1 0.00 vMB 0
14,846 14,846 000000000f46c36e05d29dfaffa32eaad6edf4272b258e7cd9f10126117233ea 1 0.00 vMB 0
14,845 14,845 0000000051088b0ee252f9bb9ba492d61031fa1c24d8e3723faff3d4dc6b4f4b 1 0.00 vMB 0
14,844 14,844 000000005fa02257f98967eccb984f6cee2a8e2ad324f8fb895f3b2f9abdf46d 1 0.00 vMB 0
14,843 14,843 00000000f22f8aed0dfba3ea53424f1c8e163c20a1a60d6113c413d207db5829 1 0.00 vMB 0
14,842 14,842 00000000c1c61240393d9cc0b2b582815b4fcd3ba54fc4186e1a1ef7281f0861 1 0.00 vMB 0
14,841 14,841 00000000cb9a1eb89818747e7749b73cf8037738d7703a47037937aaa6b860fc 1 0.00 vMB 0
14,840 14,840 00000000b5f51d867539d1663bec0ce8de0fc0054e920811f07fa8766f7e88e7 1 0.00 vMB 0
14,839 14,839 0000000069fb15d1bfd8ce58c7f6efa45411c3e3f5a89d0fe4d50b065e412b42 1 0.00 vMB 0
14,838 14,838 00000000673c7cdc8e008b7b473bcdbc5e3679b72cca460558758aa824819ec0 1 0.00 vMB 0
14,837 14,837 000000006e50ab4a0f34cd25fb6bf12d2aeafdf80e1e0997499507f3d44ac568 1 0.00 vMB 0
14,836 14,836 000000003aca5237120b0949bf3828afc5286acd9cc4f276a0b174856d7229bc 1 0.00 vMB 0
14,835 14,835 00000000162115452582242367b7b46792ec12d6bbe2319b7a588f9a43c55ced 1 0.00 vMB 0
14,834 14,834 00000000ca2d3adbc56b70668d73372451c2ebf86cb6f5852d0930f1badc2271 1 0.00 vMB 0
14,833 14,833 000000002bca2502e98b5611cb8a4cd97d2246638c50f57ddae8ee96fc590700 1 0.00 vMB 0
14,832 14,832 000000006f9e8f9597ecc6fd493aff9a56888a0f05ae0bf01f908ec27789860d 1 0.00 vMB 0
14,831 14,831 000000000aa40b76a046ae29069b64826738e4b67dbfbbf571239124ab8be870 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 92
    • Outgoing: 10
  • Data Transfer:
    • Sent: 113.20 GB
    • Received: 0.47 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.