Loading Tool

Explorer IconExplorer

Memory Pool

77,576 transactions
28.79 vMB
0.06937216 BTC
Random Selection Loading Transactions
Max Size: 174.58/200 MB

Candidate Block

Mining Attempt 61a56842267d9af9f5f528d061b069ec7dbc0af8bf5607b1f56698a8a9f0f65d
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 1889067d3acd1d03e65c686ec576d1e7896a8ddb0ee3c1ce655871d98987efb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,166
Size: 1.00 vMB
Total Fees: 0.00881176 BTC
Feerates: 73.20 > 0.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (731,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,711 183,711 000000000000067ff2333614ea44a043d9cd3c53e25a1c350d875ea7ab0f12e5 169 0.06/1.00 vMB 170
183,710 183,710 00000000000001b8991167f77448d1e2d9d7ff9b278b02410efaa36d9406e575 512 0.28/1.00 vMB 158
183,709 183,709 000000000000069c51b28e150e4fb4dd75e1460e649a3ce2aa7e2487c92fa81a 50 0.02/1.00 vMB 399
183,708 183,708 00000000000006d417f9728f1eacb1ec7ef19a03ae97d675122a7c9dcef5586b 474 0.20/1.00 vMB 159
183,707 183,707 00000000000007738facb30ea8ac7c9891abfc20e5e23fbd2a30b0193d52bbfc 135 0.05/1.00 vMB 140
183,706 183,706 00000000000000d583262940a9ad748b0d505b18878b9df3e3f701bf04212e36 64 0.03/1.00 vMB 104
183,705 183,705 00000000000002b809b4b77da9a1fd7fa10314ad9f7f8439b502d0178fae92ff 258 0.11/1.00 vMB 154
183,704 183,704 000000000000083d711ac2e2f3564946638d72e675a03b5c361eccb1a20c10b2 11 0.00/1.00 vMB 0
183,703 183,703 0000000000000a85c3f8935c2c0367063b99f50e92baac5663793cfc7e3ca5d2 341 0.17/1.00 vMB 159
183,702 183,702 00000000000005ded05fac9a9457d406b5e687c2ee3eb8b77bfa1d1df1856b20 627 0.25/1.00 vMB 160
183,701 183,701 00000000000006153f8f630cf7f03cc1c9586b282e26b13bc8f4f5a7b0eb141d 141 0.05/1.00 vMB 229
183,700 183,700 000000000000097781a626868b72b587ee976f7721a99325ce8fafc45823ab56 134 0.05/1.00 vMB 164
183,699 183,699 00000000000005c21d32162fb67c05f903841824a28bdf880d38e429b43d9421 134 0.05/1.00 vMB 184
183,698 183,698 00000000000006f41c7002ef53b018d1641df28827401713f226b7da9309ded9 142 0.05/1.00 vMB 123
183,697 183,697 000000000000021c44cd6e688148a343cb43d0c56b4e6e5510b7b414a1aa1fc4 113 0.07/1.00 vMB 105
183,696 183,696 00000000000000d2e3fc13e0c8ab9e11849d1b5d2f50c96914538eb90a310968 153 0.05/1.00 vMB 79
183,695 183,695 00000000000008aaf1ccd61649c9862c02bb4f007762c03bcce7ad5583661256 340 0.12/1.00 vMB 130
183,694 183,694 000000000000057814495385a48449123801855d3037ae99a8a194a414c06dfa 733 0.28/1.00 vMB 226
183,693 183,693 00000000000003337f1db992ff2017133f86ded8d039cf22a86bc04e8b3fcf3e 12 0.00/1.00 vMB 14
183,692 183,692 00000000000003db98424c970fdbc6114f28fe389e182d3ba5a4cc64aefd6e12 7 0.00/1.00 vMB 0
183,691 183,691 00000000000007fc26f3d097e461e0f4626c750ef3f35241d3577057411fbc31 75 0.04/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.56 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: 669.88 GB
    • Received: 15.79 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.