Loading Tool

Explorer IconExplorer

Memory Pool

84,467 transactions
31.72 vMB
0.09841388 BTC
Random Selection Loading Transactions
Max Size: 194.32/200 MB

Candidate Block

Mining Attempt 6fd213f05bebcce39f3d9b0e126ef751333654ddb4abac6e3e9ef8df5d009d41
Version 20000000
Previous Block 000000000000000000008c48c54ea13ac1ebac208d0e0eb58ba93557644246e0
Merkle Root 9de96f0d927c9df95a1618216eb6d0a1325d85f31612fc3f7de689843e455e56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,093
Size: 1.00 vMB
Total Fees: 0.02361670 BTC
Feerates: 78.76 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,227 (254,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
660,687 660,687 0000000000000000000c9d61d3f5f0b65813a609b5be627553fca1bdb0f8790c 2,199 1.00/1.00 vMB 35
660,686 660,686 00000000000000000002b11303d47666904aebe6f27b0d8d8a057e13900a6520 2,678 1.00/1.00 vMB 62
660,685 660,685 0000000000000000000bc2cc6b1c26f59061ebb8d7f1a323d49265d10e43de0b 1,427 1.00/1.00 vMB 67
660,684 660,684 0000000000000000000a7fb9d29e335d9f4bfdd84ca1ee3a1d15e18d7ed672f1 2,639 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.97 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.