Loading Tool

Explorer IconExplorer

Memory Pool

52,021 transactions
30.35 vMB
0.26421058 BTC
Random Selection Loading Transactions
Max Size: 160.09/200 MB

Candidate Block

Mining Attempt 879c84a9f02ddff896dcfcd90dbfbb349828abf00c9e5047a5a4ac579fb3a41f
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 79c570fe4d707900516e1a5fa98c0b5f40d80441d27994697b6259fb6b5f3fcf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,753
Size: 1.00 vMB
Total Fees: 0.08333919 BTC
Feerates: 229.15 > 8.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (287,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,013 627,013 0000000000000000000953d7e7aea655dbc554e0ab5730d577443af1b24e35f6 2,573 1.00/1.00 vMB 28
627,012 627,012 000000000000000000063e3d85ef659be8d4f21c91cc38a6d9e981336dfc5678 2,423 1.00/1.00 vMB 22
627,011 627,011 000000000000000000116f16cb2367ac090e12d4b4836ff8c48d7d1bc9471682 1,977 1.00/1.00 vMB 22
627,010 627,010 00000000000000000010023e16c18bdc31b3ed47496d15d845eef8a31bd19b51 2,371 1.00/1.00 vMB 34
627,009 627,009 00000000000000000003ce3fcc864b6a269f8345b5c78482291ccced5694726a 1,264 1.00/1.00 vMB 77
627,008 627,008 000000000000000000034cdcf72413078d45fd982403653000b9ea3ecfce631f 2,856 1.00/1.00 vMB 25
627,007 627,007 000000000000000000093eb83ead8bab49e410b4e3a966bb141e87f751f99e07 2,674 1.00/1.00 vMB 7
627,006 627,006 000000000000000000066f6360e7a51194855ce987d420b91a1c51fb010f2180 3,003 1.00/1.00 vMB 7
627,005 627,005 00000000000000000007dec910ec218c3dfc65fddeaa3be87da5b305d5967641 2,783 1.00/1.00 vMB 21
627,004 627,004 0000000000000000000fb5c08516a78f7b2ca25b2beac1fcaca454e17ae576db 2,400 1.00/1.00 vMB 28
627,003 627,003 0000000000000000000259088dccd625ef7131dc34a1a308e425842a9d6b7d6f 2,913 1.00/1.00 vMB 18
627,002 627,002 0000000000000000000d8467221cd216be85724078e82ae3e5b063ff61938d8f 2,859 1.00/1.00 vMB 12
627,001 627,001 0000000000000000000b22f295f66a89b083cf949265905db41d33dbf1df75ab 2,134 1.00/1.00 vMB 22
627,000 627,000 000000000000000000061d152d2b4e871eb92720d82d79124b8c0c6b5a4533a1 2,398 1.00/1.00 vMB 18
626,999 626,999 00000000000000000002b869faa97cedacf8f119c10a58e0081dda4f9a09c7c5 2,706 1.00/1.00 vMB 20
626,998 626,998 00000000000000000001250d4a86d2b346caa79d8d94e5176f7cf2f024da2336 2,894 1.00/1.00 vMB 37
626,997 626,997 000000000000000000069d8191786f0ddce7af7ad04c4dce0301eab4117166e1 2,732 1.00/1.00 vMB 26
626,996 626,996 00000000000000000004c8d9c714ae017b40b959da8812907217310e4bd2045f 3,384 1.00/1.00 vMB 44
626,995 626,995 000000000000000000082948597eefe98a2144115cdde4bd7d16f937fe615b78 2,288 1.00/1.00 vMB 8
626,994 626,994 0000000000000000000e884ba78e57c2f698304ddba4962f3035beb3b37216d7 2,325 1.00/1.00 vMB 24
626,993 626,993 0000000000000000000d627a94691bee97674f4b07452c26de2320946a054cc5 1,266 0.95/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.87 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: 644.15 GB
    • Received: 12.61 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.