Loading Tool

Explorer IconExplorer

Memory Pool

46,025 transactions
28.52 vMB
0.07563654 BTC
Random Selection Loading Transactions
Max Size: 151.57/200 MB

Candidate Block

Mining Attempt 84096eff4c4b9f9935f720fad100259c472971bc5d3262c878483e679f2f2a7a
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 03236dafb644c39e83bb8712c5314a4491da44928ea1d4a261ec7e3439d73650
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,211
Size: 1.00 vMB
Total Fees: 0.02155942 BTC
Feerates: 100.23 > 2.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (399,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
515,011 515,011 0000000000000000002805f11bb03fbadd62f57930844f5b78247bdd4a5fc8c9 2,230 1.00/1.00 vMB 14
515,010 515,010 000000000000000000099047552fa1fe25c4c0662b15e5b2cbacbc86c6629ac1 1,445 1.00/1.00 vMB 14
515,009 515,009 0000000000000000002acddd06da170628b799a3224d910ef3234b7e6027ff3e 1,511 1.00/1.00 vMB 20
515,008 515,008 0000000000000000003ef4e9c768f3677ad369301b2263c5f407596d227923c8 1,566 1.00/1.00 vMB 14
515,007 515,007 0000000000000000001f3b2d3a4d8571d2ea7e35722bbf108893afb80e3ed785 2,221 1.00/1.00 vMB 47
515,006 515,006 0000000000000000001583b94f4e736d9497c04d3642820651ffaf108395f19a 49 0.01/1.00 vMB 69
515,005 515,005 0000000000000000002db1dc1ccda6391c02e4ec05a99bd16c6ba0bf994f27ab 626 0.26/1.00 vMB 46
515,004 515,004 0000000000000000002e57cd08bb862ec4b60a2c0e6fbd7e7dff07dd7b7a44b1 418 0.14/1.00 vMB 35
515,003 515,003 0000000000000000002e13cb19d1d0a2653fd4d8166aaccea234de0e45bcdc72 1,701 0.65/1.00 vMB 27
515,002 515,002 0000000000000000001b705952d340e82102ba4d2cd58aa3a19b992a1cd05c35 440 0.15/1.00 vMB 25
515,001 515,001 000000000000000000487892943b70501c06c88ac19ef1b2693eb695e60ea7e4 2,110 0.89/1.00 vMB 22
515,000 515,000 0000000000000000003ca88d20895d2535f304cca8afb08e7e5503fcac1da752 2,737 1.00/1.00 vMB 63
514,999 514,999 00000000000000000008fda0e5bb3105dab72605332085684c42dceb0ea61097 19 0.00/1.00 vMB 11
514,998 514,998 000000000000000000508b02a17af21e5c7e11473477a655d90e53fe11f3b368 993 0.60/1.00 vMB 11
514,997 514,997 00000000000000000044a9db1c94dac94c232cf1ef6eb4f192aff90f724c1c4b 2,534 0.92/1.00 vMB 29
514,996 514,996 0000000000000000002c2143b07f355f5e3953b322612b5efa8fd01bd5910718 2,494 1.00/1.00 vMB 26
514,995 514,995 000000000000000000147c6266b9a535b0ddbcc46b085025ffe67a52fb88657e 46 0.02/1.00 vMB 71
514,994 514,994 000000000000000000306abda0d8f9aa04100d750f23d22fbb4e143c3a959b61 1,868 0.84/1.00 vMB 24
514,993 514,993 0000000000000000003bef82a9e7619dcdc5410285f4f4029967d75331adc500 1,217 0.79/1.00 vMB 20
514,992 514,992 0000000000000000001e90d3b3a35688a85c075795d97f32d7274bd361388464 884 0.45/1.00 vMB 10
514,991 514,991 00000000000000000036bee6235bdbc6993f7cee36da4c08e58951e4a6a9b99f 889 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.