Loading Tool

Explorer IconExplorer

Memory Pool

82,577 transactions
29.95 vMB
0.12232048 BTC
Random Selection Loading Transactions
Max Size: 182.34/200 MB

Candidate Block

Mining Attempt 100b9e0f8b29a2fbea305881c122a48da3a3939f9546b178d4134feb93f4b5ab
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root b9121506c94f57e38683c489f347308b61ba0804beb570fd234df7c8d0e9a8da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,687
Size: 1.00 vMB
Total Fees: 0.05873589 BTC
Feerates: 641.71 > 5.89 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (470,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,937 444,937 000000000000000000cee2755b9541f2e560c0a63419c8e144c4246c56d3f563 761 0.31/1.00 vMB 73
444,936 444,936 00000000000000000181919ccf8d263976244926462253edf77a3c6a04d738c4 820 1.00/1.00 vMB 21
444,935 444,935 0000000000000000017e9c87f3f613a1880ef238084aaa5bc6cb826d5db9cfd7 1,211 0.49/1.00 vMB 74
444,934 444,934 000000000000000001b0ca3dd63a7e074505b7af1d29f575d8c3120273c32299 1,129 0.42/1.00 vMB 75
444,933 444,933 000000000000000001ed8a1158ba9ad4c85e6c178fd5ffc01fed9ba27fbb86ee 1,971 1.00/1.00 vMB 76
444,932 444,932 00000000000000000058a2eb7877d6502e9732cbd40f65b0cd0f0c1f32c3a878 713 0.27/1.00 vMB 74
444,931 444,931 000000000000000001d5357d427c748cfef24d9f7ae87a4069f0a79677ba1dd3 495 0.19/1.00 vMB 75
444,930 444,930 0000000000000000030310074d113dfa6a3996fbb4835fc01417305987243d3d 1,726 1.00/1.00 vMB 43
444,929 444,929 000000000000000000e2487d226b7ce3d75bbd3c9f78db73d1e1e4517042d6cd 2,160 1.00/1.00 vMB 69
444,928 444,928 000000000000000001f75b7745f91597ec405568da45ba180c104faf79e8f37a 2,535 1.00/1.00 vMB 65
444,927 444,927 000000000000000003462ba9533009fcd8cb13db6c0c4490e5d68287d0bfed12 2,585 1.00/1.00 vMB 93
444,926 444,926 00000000000000000257127df8bb1e8a6148febd9b38765516a052c9ee412202 2,601 1.00/1.00 vMB 89
444,925 444,925 00000000000000000073e3814c1b7ef06b85c2518373f9b52d1b1060c3c81ec8 1,015 0.95/1.00 vMB 32
444,924 444,924 00000000000000000258f579c36e31fc297cc1351489ca789f4f63558ee6c2dd 489 1.00/1.00 vMB 16
444,923 444,923 000000000000000000aab3ceb25d84d68c53e6d766c872f7abc17ca17520f915 556 0.75/1.00 vMB 70
444,922 444,922 000000000000000002008335ce37b467eb87a04bfa31f6fe8771b102a518f761 1,341 1.00/1.00 vMB 37
444,921 444,921 000000000000000000bfa76b95d4510e48112c7684c2dfa786b8fcabdb7c84a3 2,575 1.00/1.00 vMB 72
444,920 444,920 00000000000000000167cbc6fb1c23e16b2e5fcdde5ac862b96a49b76e6e1972 2,791 1.00/1.00 vMB 91
444,919 444,919 0000000000000000013f0ad8d9b3b0b474f78486dae9f5644873795b56a02db2 189 0.06/1.00 vMB 73
444,918 444,918 000000000000000001dd67de84d2579e460f36ff8f7d989836e17689fae117a0 294 0.99/1.00 vMB 11
444,917 444,917 00000000000000000110f46ad5286f85ce7e379dfb5b88e89bfd2564609f5d12 1,779 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.53 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: 668.99 GB
    • Received: 15.69 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.