Loading Tool

Explorer IconExplorer

Memory Pool

84,564 transactions
32.08 vMB
0.11235590 BTC
Random Selection Loading Transactions
Max Size: 194.40/200 MB

Candidate Block

Mining Attempt 5397ae6fabdd376136beff7a58d409e15a9b6fbc3bed24986bbf821b2bbc7acf
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 5df67a825a89002a62a555ccf5f4eecb680f3a3cee4578ee15fb0d039e8b9a74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.03946443 BTC
Feerates: 351.58 > 3.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (254,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,708 660,708 000000000000000000027f154f1eb74a40d1d265b7e746198a060aed3e84056d 2,719 1.00/1.00 vMB 63
660,707 660,707 00000000000000000002b50f116cb06aba6ea6140deef21ab339bba4216b3a8d 2,788 1.00/1.00 vMB 73
660,706 660,706 00000000000000000009638ac7e854b6894fbbe872af3196c00c77efb40653c1 2,669 1.00/1.00 vMB 31
660,705 660,705 000000000000000000069e66709f2760593c9cdf4cc4b31e55624e4fc4f22759 2,259 1.00/1.00 vMB 71
660,704 660,704 000000000000000000022671a4c35496354030349c7c6631466903f9320ad2ec 2,572 1.00/1.00 vMB 77
660,703 660,703 00000000000000000002f23febf6207363d2c4204d59ada83d20e43a80b7ac3a 2,749 1.00/1.00 vMB 83
660,702 660,702 000000000000000000058686ac2b2d5d90db4d4064f6f60d1c7ea9cc7135a039 2,105 1.00/1.00 vMB 49
660,701 660,701 000000000000000000066f809eb11b42344347aaa38a52d16612e55c7942dec7 2,544 1.00/1.00 vMB 34
660,700 660,700 000000000000000000084510a6142e230cf12bdb1ce06f4952215195e7aa06cd 2,876 1.00/1.00 vMB 52
660,699 660,699 00000000000000000001454346e5cedd944dbb6639f7f5a81cb8e1fd981f448b 2,589 1.00/1.00 vMB 88
660,698 660,698 00000000000000000009df10c36a77a5501ce2e4b6ee5b3d0f184260c4f1ffdf 3,589 1.00/1.00 vMB 34
660,697 660,697 000000000000000000044afe17049999e32e17f79408ff74e348a220317164eb 2,739 1.00/1.00 vMB 81
660,696 660,696 00000000000000000009063cbc10ccf07186a203d21e2a149da09ca984190600 1,660 1.00/1.00 vMB 75
660,695 660,695 00000000000000000007659b23511437a3c239d94fd0d6c2dd9d46e0f73be2ff 2,649 1.00/1.00 vMB 41
660,694 660,694 00000000000000000003953ce61314a79be6fc71d2d1517a60b6edb889ea54c2 2,921 1.00/1.00 vMB 42
660,693 660,693 0000000000000000000a2f857f75a8d75e29a3d3f2aad0ead6235685defd7ce1 2,541 1.00/1.00 vMB 62
660,692 660,692 000000000000000000000b84735bc75731608c17fe07932669ae8aa4fa99cafe 2,346 1.00/1.00 vMB 86
660,691 660,691 0000000000000000000aef65447e6c23f93f82fddaa582e951bc2adfe97d38b4 2,822 1.00/1.00 vMB 40
660,690 660,690 0000000000000000000486a27b65a8ca79f15e344fdb23ab1f6c05a960400406 2,821 1.00/1.00 vMB 63
660,689 660,689 0000000000000000000afb4f8fb6f4a61705a50a3528b69f05787225674e5e5e 2,831 1.00/1.00 vMB 58
660,688 660,688 00000000000000000003a2b6c274b675a60e6f6850755320649ec44d572f8f5f 2,134 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.75 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: 708.67 GB
    • Received: 16.75 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.