Loading Tool

Explorer IconExplorer

Memory Pool

73,487 transactions
28.34 vMB
0.07834390 BTC
Random Selection Loading Transactions
Max Size: 167.73/200 MB

Candidate Block

Mining Attempt d50038811bdf130c3aa7466e92bb236538c681831dd3c818d3336e9351f64ff7
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root ab39762a08c6e98d82ce8181ecad5b3432a3dcb8c0465a50b16ebfc08780922f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,561
Size: 1.00 vMB
Total Fees: 0.02120840 BTC
Feerates: 152.31 > 2.13 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (503,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,748 411,748 000000000000000000a888a289c4a68a619e9dc61b8e32662568cbd991d9ad08 2,257 0.99/1.00 vMB 62
411,747 411,747 000000000000000004e3d7d011ae0386873e8605579dc28738d8531c05dface5 1,324 0.99/1.00 vMB 52
411,746 411,746 000000000000000000c70302c52020af9162fb270160fed300d8dcea9e179a81 1,710 1.00/1.00 vMB 45
411,745 411,745 000000000000000005709c50b52f5458ca8d356bc8bbbf74d078128e11b89347 1,916 0.99/1.00 vMB 43
411,744 411,744 0000000000000000006a0d59f3de2fa8d345ee2f0d22c041d11f5d55e3244116 1,316 1.00/1.00 vMB 48
411,743 411,743 000000000000000004dfdef8766b02d58909e0b8e796e779c39a78b68a6ddf8e 3,332 1.00/1.00 vMB 47
411,742 411,742 00000000000000000299b047875104f857b3747303388ca3bd2218196863e822 2,822 1.00/1.00 vMB 110
411,741 411,741 0000000000000000042300297efba1a2f5459302f4db3dc60cb5c0a9f8c0c93a 856 0.99/1.00 vMB 19
411,740 411,740 000000000000000003eb43a2294e9161eae34bdc71bdd0d74cf8f5dc2759547a 638 0.31/1.00 vMB 44
411,739 411,739 00000000000000000579da57f9741815e275f88e6b84578ea31d38599de191ca 723 0.47/1.00 vMB 32
411,738 411,738 00000000000000000584fdfe3d29fd9a6727a82d64a5fe48e6d95f8d149b3704 1,346 1.00/1.00 vMB 25
411,737 411,737 000000000000000003eaf8c3056a8bd5935d62d468ba8a6b4683bc1beb46d5ae 1,866 1.00/1.00 vMB 18
411,736 411,736 00000000000000000372b8522fbfc89e4ac121d06d429bdc7c03db597b31da55 1,297 1.00/1.00 vMB 20
411,735 411,735 00000000000000000289807292d300c1cae6e88994363512e66c1bf86f7a9b53 1,657 0.99/1.00 vMB 28
411,734 411,734 000000000000000002f118d8710cbb7e127c72cf6bfbd5114affb8eac2f7b53f 2,004 1.00/1.00 vMB 49
411,733 411,733 0000000000000000000363b4f0974271477cdbb5c44cf188dc788c01bef0ebb8 3,241 1.00/1.00 vMB 59
411,732 411,732 0000000000000000030b46da572c36da0341b9f91450b981abeb20f763e7981c 1,110 1.00/1.00 vMB 20
411,731 411,731 00000000000000000479f3aeeab8473078ceea424eb6a362b7a5dea2e5b76eba 1,999 1.00/1.00 vMB 35
411,730 411,730 00000000000000000220eebea9bc328b75e9c8ff57e14d280c81d7e34e0db520 1,383 1.00/1.00 vMB 36
411,729 411,729 0000000000000000024b2d5e39b720ddf7c665f4ca18de799bf68b1892afba7e 1,850 1.00/1.00 vMB 40
411,728 411,728 000000000000000002d32ae22254ab5c719c4e06daad1bc371437ccbc9cc37d6 2,296 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.45 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: 667.47 GB
    • Received: 15.25 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.