Loading Tool

Explorer IconExplorer

Memory Pool

74,629 transactions
27.51 vMB
0.07122460 BTC
Random Selection Loading Transactions
Max Size: 168.01/200 MB

Candidate Block

Mining Attempt bbe84d5f83c629979c3afe57be9e9c0df11c08c7782593f6fc3f4ec5691af823
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root e36193ef53baa7d6c77cf82bb73a6a8b9a3549063d06ef458c9492ab1ec4ed8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,811
Size: 1.00 vMB
Total Fees: 0.01260994 BTC
Feerates: 100.53 > 1.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (155,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
759,442 759,442 0000000000000000000110e0323933c9faa15fea9f9b7cd60b677c9c1900599e 1,326 1.00/1.00 vMB 16
759,441 759,441 00000000000000000002785381a3b22ac1706bc5356a2f025707e3f26e47b16c 3,019 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.