Loading Tool

Explorer IconExplorer

Memory Pool

22,216 transactions
11.35 vMB
0.05522833 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.90/200 MB

Candidate Block

Mining Attempt 60bd0cfb406ccc70a2f368b1beb3e6d2b0dec02eb80bdb018445e0ea1d42ca92
Version 20000000
Previous Block 00000000000000000000a826d32791ef6e9b417f8d03152847243395cc07971e
Merkle Root b1737f8227edecab1d872ea904cf056c027b74ba7731cb1935b17153544d5ad8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,876
Size: 0.99796275 1.00 vMB
Total Fees: 0.03667790 BTC
Feerates: 179.53 > 3.68 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,742 (767,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,704 146,704 00000000000006912ec70ad6565a522ea521b539f6ad864d89cb8187f18544bc 145 0.05/1.00 vMB 64
146,703 146,703 00000000000003e745d530889605d503de21d20845e81e7a3f99c4c9ad09678a 53 0.03/1.00 vMB 105
146,702 146,702 00000000000007dc7642644dfd10ae8bf1a03b10241861515819d64451594575 36 0.01/1.00 vMB 13
146,701 146,701 000000000000080db9365552d4982ce23bf0f3ae450f265edb6054162cf9bc5e 76 0.05/1.00 vMB 442
146,700 146,700 000000000000033d610725cebf5570bf40573bd0f1f1669d85ce65d363054b5a 30 0.02/1.00 vMB 101
146,699 146,699 000000000000092752961a0a42995151a071046e29d8c22b0b8587e949529ace 150 0.05/1.00 vMB 193
146,698 146,698 00000000000000f538522e9b291e4cae93986753545d06184c2762e914739df4 40 0.02/1.00 vMB 264
146,697 146,697 00000000000006c5cd70e9976cb284769540decbb4dfd7bbc09c87ea52b175e8 10 0.00/1.00 vMB 15
146,696 146,696 000000000000085b6098125c14ec30ee92192d2cff14694b2b9d4d0234073418 15 0.01/1.00 vMB 75
146,695 146,695 0000000000000472688ba4a55bb8ecc8f037ff577b738d32ca59dd15c4b06923 7 0.00/1.00 vMB 0
146,694 146,694 00000000000006e5ea79cd7b7dbcf2f10c4cbc927e24a628969ac94d81940ddc 101 0.04/1.00 vMB 2,148
146,693 146,693 00000000000000d40e2f28c540e85efc1507044ecf1836cb89e41dc90be2ec16 111 0.04/1.00 vMB 3,103
146,692 146,692 0000000000000039b0240d21ed39ce1a138901a89e418228e0f09f575c75b75b 78 0.04/1.00 vMB 2,760
146,691 146,691 00000000000002976b3084693dd23e14ccc7dbd9fd791cb73fada73a01a68baf 35 0.02/1.00 vMB 57
146,690 146,690 000000000000042912f6a671d0ee4c59680e3a8d0fce7d5cf416039c32675c72 3 0.00/1.00 vMB 28
146,689 146,689 0000000000000432d6e88a464f17f2dd99091756fcb7b94ea0d5c88d657696c4 132 0.04/1.00 vMB 33
146,688 146,688 00000000000005517e306a203f6c47d65e4d97bbccd2aa222eb8546087e48dbc 12 0.00/1.00 vMB 0
146,687 146,687 000000000000086c5f2afa762ec67b2b5c60d968f136b6efd1e1c21eee9e8c1e 32 0.01/1.00 vMB 66
146,686 146,686 00000000000006772450031882bc9beda06c74b446b835e3d8f1969af2045bdb 33 0.01/1.00 vMB 160
146,685 146,685 00000000000007924db975fc405df91b8fb57968b08baf40b7c0e01e58fc73f5 40 0.02/1.00 vMB 44
146,684 146,684 0000000000000550e794ef3b3473938dcf0f977889999ca4215e352a271e541b 19 0.01/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 780.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: 502.70 GB
    • Received: 3.84 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.