Loading Tool

Explorer IconExplorer

Memory Pool

49,674 transactions
30.43 vMB
0.18533350 BTC
Random Selection Loading Transactions
Max Size: 162.88/200 MB

Candidate Block

Mining Attempt a02f9ae749eb4b09fb67a6c07cca1a9709b7c55a36143d75a40ea920809dc81c
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 48a3a2021727b0c75ea72ee11ea7844f6a1722bd264001f704866fcd2df7ccf6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,792
Size: 1.00 vMB
Total Fees: 0.10032837 BTC
Feerates: 261.10 > 10.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (399,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
515,014 515,014 00000000000000000000bbd7dac8279c247daeaf1b7df4f3e96924b42265007a 517 0.24/1.00 vMB 11
515,013 515,013 0000000000000000002148674e8a6271507cb34be62398349ffd6cb93b1c7c81 1,014 0.52/1.00 vMB 35
515,012 515,012 00000000000000000047cc38fdf20c8f8207f4b4464f672ce2f49d9725214f6c 1,404 1.00/1.00 vMB 32
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
Previous 10 blocks ↓
Total Size: 782.05 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.01 GB
    • Received: 13.38 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.