Loading Tool

Explorer IconExplorer

Memory Pool

40,775 transactions
27.29 vMB
0.12572392 BTC
Random Selection Loading Transactions
Max Size: 141.20/200 MB

Candidate Block

Mining Attempt 7236fdd9d9d201595a64262a8434e70982ef07f9c41de7167e0431f49f22fe11
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root e0c9b7e617b5a34d9c866a63ad5388d48789e8e5d1ad2bbfed74f9ab6820546c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,269
Size: 1.00 vMB
Total Fees: 0.06817037 BTC
Feerates: 285.90 > 6.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (270,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,407 644,407 0000000000000000000a373a4b35c40c24085b8e9fdcdb2087ba7412a46c77fd 2,567 1.00/1.00 vMB 161
644,406 644,406 00000000000000000008da3027658b4b3d3822da9de5087e8394f7712b787972 2,864 1.00/1.00 vMB 137
644,405 644,405 00000000000000000005bbedf47fbd7912dd73ed68c8cc9d1918851734fa6d4a 2,272 1.00/1.00 vMB 151
644,404 644,404 0000000000000000000a88a59d206593cd792491a7e2b742324a03a10c82444d 1,776 1.00/1.00 vMB 155
644,403 644,403 0000000000000000000e0089f687bb2e5c1496b59f8d40996602c1fab4183897 2,415 1.00/1.00 vMB 150
644,402 644,402 00000000000000000003f7ad1e9411ba3ebede9e9e027b63b76623c24dbdfa4d 3,276 1.00/1.00 vMB 175
644,401 644,401 00000000000000000000278bf56a78d14c358876ec74b396372a044414bd8ee3 2,814 1.00/1.00 vMB 141
644,400 644,400 0000000000000000000094330a96eb9feaf46fa0c931d288a6d1289273488075 3,021 1.00/1.00 vMB 138
644,399 644,399 0000000000000000000643c465533f112a3cf2c0bbc81c013e417bcf5581d45f 3,117 1.00/1.00 vMB 149
644,398 644,398 000000000000000000083ae66ec5466433bd5c02f522e169e1816e8489c98203 2,105 1.00/1.00 vMB 137
644,397 644,397 00000000000000000008c39a59ac1f67fd07f43878faf528631c2c14b271f9fb 2,903 1.00/1.00 vMB 150
644,396 644,396 0000000000000000000beab0edd0ae70435adf4cf3db378b8bb318712f69e1b4 2,710 1.00/1.00 vMB 190
644,395 644,395 00000000000000000004c89d4132a1b648dbbe6f4833f9bf93ec04c050893cb8 2,680 1.00/1.00 vMB 158
644,394 644,394 00000000000000000002b8db24db972bd23b2a4d3ab34f54ba5fb9122fbcad3c 1 0.00/1.00 vMB 0
644,393 644,393 0000000000000000000986b3735b47c69fa840616000dd28fb1520c4d8aa305e 3,001 1.00/1.00 vMB 158
644,392 644,392 00000000000000000003224ea94ea68e610a9c9cf6de13635d5591ffd72fe91a 2,654 1.00/1.00 vMB 142
644,391 644,391 0000000000000000000d652ab5d3aea1eec2f36fb78152d8a55a0ebefe1decf0 2,323 1.00/1.00 vMB 142
644,390 644,390 0000000000000000000f3560a4dac2f257aaed8976eaf11570c659b625432ae9 2,770 1.00/1.00 vMB 168
644,389 644,389 0000000000000000000d6f38cc993cc3051d328d38932dfe8ee8319dbc33bf1f 2,985 1.00/1.00 vMB 151
644,388 644,388 00000000000000000007c0eacfbb78b204bcfc07742c3cf2d5fdc8cffb05ef7e 3,459 1.00/1.00 vMB 186
644,387 644,387 0000000000000000000cba8118f52f2d7a89096ea655f282847759d514b64827 2,722 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 781.82 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: 636.44 GB
    • Received: 12.37 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.