Loading Tool

Explorer IconExplorer

Memory Pool

78,917 transactions
29.91 vMB
0.11990841 BTC
Random Selection Loading Transactions
Max Size: 179.71/200 MB

Candidate Block

Mining Attempt 1aeb9df16a95cbc43d558f8be65479c5a2ec92f66e01d42dd6c8c823fa0533e6
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 122f3b34b934e73e03e338ee9c8c320f6e1e263d28ff6816d7bc6edcb0080049
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,776
Size: 1.00 vMB
Total Fees: 0.03689948 BTC
Feerates: 673.02 > 3.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (155,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
759,463 759,463 0000000000000000000544bb6675230e2c8e7a201a303b394297ae0e59f0ce22 254 0.09/1.00 vMB 10
759,462 759,462 00000000000000000006ed60cd455c0e5a7acd32414feb6d55800e6365f2c6b1 2,281 0.98/1.00 vMB 10
759,461 759,461 00000000000000000002aa2ebe044a38cad9ebe1d7213445cf0c1fb15c511abb 1,432 0.88/1.00 vMB 8
759,460 759,460 00000000000000000000b37b9c8afde974811de4d894afa9452dc38b632d9bd2 1,589 0.66/1.00 vMB 10
759,459 759,459 00000000000000000003fe348aa4df55e8daf452f9c00a13d67ca9a0e3923fb8 1,914 0.99/1.00 vMB 7
759,458 759,458 00000000000000000006c2583c8681b2f06bbf6dd884a00e7e2519ea88f35b14 2,071 1.00/1.00 vMB 6
759,457 759,457 00000000000000000000eb176f4379e49aef57ed56727e6acd69ba7308dab9e9 2,631 1.00/1.00 vMB 10
759,456 759,456 000000000000000000024d07e906935895f0d7b05a85a1209c4227d726e5b550 2,011 1.00/1.00 vMB 18
759,455 759,455 00000000000000000000a2ae26ca0238bc0753b3bbe29f89432c23d12a035b60 1,379 0.70/1.00 vMB 8
759,454 759,454 00000000000000000002b2908b854f77a05937fe0382bed4ebf4de680813489f 808 0.25/1.00 vMB 10
759,453 759,453 000000000000000000054bbcdd4087b02074eaefae7fb42e679286dc83c429f3 1,362 0.80/1.00 vMB 7
759,452 759,452 00000000000000000003498ab490c75edd04ebd8b08e680ceee9d46b35c3060b 587 0.48/1.00 vMB 5
759,451 759,451 0000000000000000000019847c822424663641e208e03abfcf53f4eca00596ab 341 0.10/1.00 vMB 10
759,450 759,450 00000000000000000000091c26f1c447f046a84317f1aba6e09991ee948c9e03 913 0.32/1.00 vMB 10
759,449 759,449 0000000000000000000107d6004ca58ace11cfb0d81ebda6054c8746651975e9 178 0.07/1.00 vMB 11
759,448 759,448 00000000000000000004cc006cdeddc063af2fdabb9dccadacc40f7c1ea36f7b 1,098 0.58/1.00 vMB 5
759,447 759,447 00000000000000000005df13c49b95abb9ca7e2b9c3d0d022c8e072d3df2b40c 1,428 1.00/1.00 vMB 5
759,446 759,446 0000000000000000000662c18a9cb274ae4f812c9878fca99070d6db8ede61b0 591 1.00/1.00 vMB 2
759,445 759,445 000000000000000000058fce0e3bada5e5d922d872787053a816629b186a1330 356 1.00/1.00 vMB 1
759,444 759,444 00000000000000000006b87c6e2f5059f3591e89dfa1aef5d69be7fcec4a6dba 2,940 1.00/1.00 vMB 13
759,443 759,443 0000000000000000000308a146510bb8056fb5af617c91cdd219f768b81b53c7 1,374 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.