Loading Tool

Explorer IconExplorer

Memory Pool

42,776 transactions
26.60 vMB
0.06309714 BTC
Random Selection Loading Transactions
Max Size: 139.22/200 MB

Candidate Block

Mining Attempt de312673b25f0acdf6cb8ecee0bfed7ce26cb0566f6d9019960b878f7a2fcb59
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root eb3f6fbe4d0b5eacb971386724f663d18df2621296ab9893e4acfe6179e44e89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,449
Size: 1.00 vMB
Total Fees: 0.01395308 BTC
Feerates: 150.77 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (66,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,954 847,954 00000000000000000002d0a11ae93efda4298210aa6e2af1bcb6734621218d9c 6,653 1.00/1.00 vMB 34
847,953 847,953 000000000000000000006f4c1f21d7d8a591d31a92876e4c2f18eee6916d8efe 5,783 1.00/1.00 vMB 35
847,952 847,952 00000000000000000002c04fdee109190adfc308f60b0e58d069d0effdfe3b90 5,726 1.00/1.00 vMB 34
847,951 847,951 00000000000000000001762a23341464135e06b88386b00c98a3f6cb2ff8a1c4 4,278 1.00/1.00 vMB 37
847,950 847,950 000000000000000000017bcb0892c245c56780492c047adb729481ec154767d5 3,015 1.00/1.00 vMB 45
847,949 847,949 00000000000000000001e4ed388e48c9d0062a1325a757cd3c92edd6f9e25543 5,137 1.00/1.00 vMB 35
847,948 847,948 000000000000000000007c0ce0c622097701f99e447a54068404a8ec26fb3837 2,803 1.00/1.00 vMB 40
847,947 847,947 000000000000000000033c2042321f0744e42d589e8341dc850eb73515df6ddb 4,368 1.00/1.00 vMB 39
847,946 847,946 0000000000000000000260b6c03369017e5e12da829ddb6fc9eae29927bda6a5 5,209 1.00/1.00 vMB 37
847,945 847,945 00000000000000000000da76b0b05385b20149855de2c45489299068c50f4a72 6,115 1.00/1.00 vMB 35
847,944 847,944 000000000000000000033493430e07be3f95c09884f31229c3cbbfca7c00bc08 3,742 1.00/1.00 vMB 41
847,943 847,943 00000000000000000000f2364ea7cfc36357f7a96c8e9266ac16f7128afa13e4 3,987 1.00/1.00 vMB 45
847,942 847,942 00000000000000000000542e74d22d730367c0afe4ef0cf6f8e6a9e8f5b7022d 4,877 1.00/1.00 vMB 34
847,941 847,941 0000000000000000000276d884722249e7fd552a9e4428327072bc9a29e5a882 6,342 1.00/1.00 vMB 36
847,940 847,940 000000000000000000032dbb86a6f2523d8dbe09e4110fa545b2f7d14e716926 4,907 1.00/1.00 vMB 39
847,939 847,939 00000000000000000000427956b425f1e4970e8841b10a4c3e99fcc86c4aadef 3,554 1.00/1.00 vMB 42
847,938 847,938 000000000000000000005cbb2503464289dbae42bde91a22406252c5d6d8824a 3,847 1.00/1.00 vMB 37
847,937 847,937 0000000000000000000355eeb033c42b061e508858e4b47b7ba6aaf04fabd5a1 3,596 1.00/1.00 vMB 50
847,936 847,936 000000000000000000028931b07a3cc9659a2dc806ef4c3cab4cf466eda0b670 1 0.00/1.00 vMB 0
847,935 847,935 00000000000000000001c9b30ad48baff4f6db7b250dccc116c9813a3a06a86c 3,191 1.00/1.00 vMB 44
847,934 847,934 000000000000000000018b3a377749c75737149dd1eb010183092113f2c3d748 3,492 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.