Loading Tool

Explorer IconExplorer

Memory Pool

40,348 transactions
27.33 vMB
0.06305312 BTC
Random Selection Loading Transactions
Max Size: 142.84/200 MB

Candidate Block

Mining Attempt eb8fb6cfdb77b2c34f8488f343d4b44769ea7ccae804410d66aedd7c4c231590
Version 20000000
Previous Block 0000000000000000000142b0f2c1c987d6145a763bdc3f1bbe6f22a4e54d2505
Merkle Root 555fc7de5112e8b698f7f0dec2165c7db8580d772a959e7a26e5a64bc5cb2d7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,763
Size: 1.00 vMB
Total Fees: 0.01211936 BTC
Feerates: 150.88 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,862 (694,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
219,896 219,896 00000000000000c10ef062b00f8814fed6194d4e075b0946fe6abe8884582d9a 238 0.10/1.00 vMB 142
219,895 219,895 00000000000001d15885e69603ab37b6736477bafa2b6b8d3232ddc3a7053219 228 0.11/1.00 vMB 131
219,894 219,894 000000000000047c4f44473f167aec2f7b75a0f834309cfc2b93b2d27e2a8f97 238 0.23/1.00 vMB 100
219,893 219,893 00000000000002e4fab70b5f99441e63b94f101e72bb485e6a9a53a612843188 709 0.25/1.00 vMB 191
219,892 219,892 000000000000027ba62605a2124a56fb7d95de7caec1f5a2f5ee3d7cacab6c55 74 0.03/1.00 vMB 150
219,891 219,891 00000000000003a16c60ced28159237a47ce7e2ca9ecb39898d7bb548d79222f 82 0.03/1.00 vMB 168
219,890 219,890 00000000000001aa634d4d78f05053bf13787010142abe6dba10ae6b83f3f8ef 109 0.05/1.00 vMB 154
219,889 219,889 000000000000048f3f3cd2e5ea18f411b8c002aacd551bf907289621f3de4eb8 381 0.14/1.00 vMB 197
219,888 219,888 00000000000001dc8bc1c50951e53e50afdb9d547d2eb6597e707e3c19beb575 66 0.03/1.00 vMB 106
219,887 219,887 00000000000004815c1d71a2b970551ed33d88edcd98dab233fedeab6af8d8e4 82 0.03/1.00 vMB 141
219,886 219,886 000000000000039d1509e180711d9ebb6dbf6c347e87e142163c76ddd98dbf52 326 0.15/1.00 vMB 176
219,885 219,885 0000000000000513c701b84a1eb166228dcc77ddc3ab3060b549819a17193a67 384 0.14/1.00 vMB 204
219,884 219,884 00000000000001cf8d957604ada53a20dcb1650db432eb7d642b9c56fc4cfc77 112 0.04/1.00 vMB 191
219,883 219,883 000000000000036807b9d44350e4f1b357e71be045a96539b87cf1c986b90185 191 0.08/1.00 vMB 150
219,882 219,882 00000000000004e9518e9226fa95e29f7be5ee22ad9c3596fb59ae6eb6f2aa0b 122 0.04/1.00 vMB 26
219,881 219,881 0000000000000053d50d909b64f2409ca1543c5320e839bc67039063f611b9de 351 0.15/1.00 vMB 148
219,880 219,880 0000000000000256bc341f01b789d0ea0f7d585d6b388bcb495186b1f7b4662c 519 0.19/1.00 vMB 199
219,879 219,879 000000000000048ac7c9f3a0b942631be5d12e501b982103196e75cd7b85146c 15 0.00/1.00 vMB 141
219,878 219,878 000000000000022887db8e29c7ffe89c02204f83327ec63b62ea4d24c6736af4 71 0.03/1.00 vMB 72
219,877 219,877 000000000000039dd2051f126c7ca20a16ad989adc979710cd9d1a1e0f69a9e3 128 0.06/1.00 vMB 104
219,876 219,876 000000000000028d2d2fe7f1d8bde3127c7d9506e3ff8b3459984efbd26549bf 500 0.20/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 782.15 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: 652.92 GB
    • Received: 13.81 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.