Loading Tool

Explorer IconExplorer

Memory Pool

41,917 transactions
28.98 vMB
0.07084346 BTC
Random Selection Loading Transactions
Max Size: 148.54/200 MB

Candidate Block

Mining Attempt 69a53603d0d5cd4570eafdd71c99796193e81acb8e761394802875296108dbbe
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 3b5fe63af39da9cdd23a2de8b4e7fb4eae8260fba129545d9c63c0322e3da81b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,712
Size: 1.00 vMB
Total Fees: 0.01434673 BTC
Feerates: 100.36 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (148,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,882 765,882 0000000000000000000535b8973a9afbe1ec36a6ca35b47a45aa9f30dd1604a7 717 1.00/1.00 vMB 4
765,881 765,881 00000000000000000000de5cac10434571a7c67956d1d146a01c2628f047ff1d 1,440 1.00/1.00 vMB 9
765,880 765,880 000000000000000000070b106e5a0e31b2923d16c2f564791da0e0c4bd17e647 1,796 1.00/1.00 vMB 13
765,879 765,879 00000000000000000004c59c69f26f94a7d98719a661f3ad4a9ab030b3dde785 3,075 1.00/1.00 vMB 19
765,878 765,878 000000000000000000013dc05f7d5fa331e1099ec15a80dba653fe7885147c17 937 1.00/1.00 vMB 1
765,877 765,877 00000000000000000000b8c39b4bdf39207576eb46411cd1ba253033708a4ab9 2,679 1.00/1.00 vMB 10
765,876 765,876 000000000000000000074dae97d3d128a0e3184822c14220ff0dbe76332bee62 1,962 1.00/1.00 vMB 18
765,875 765,875 0000000000000000000445553c75d4f8332b984808c5f6df08d52baec8855c28 2,259 1.00/1.00 vMB 25
765,874 765,874 00000000000000000004dcf8676f0d593ac5665588555e33421eb6cb2a98d991 2,564 1.00/1.00 vMB 12
765,873 765,873 0000000000000000000186e479803fb4b1536b2ed98116234a27efaacf04f60f 3,020 1.00/1.00 vMB 25
765,872 765,872 00000000000000000000a588540ba66b15a8e71114a34ba27bca02537ad85683 2,530 1.00/1.00 vMB 13
765,871 765,871 000000000000000000034859f49b2a2d0cbcb12c8af7c66bf573ae70242dc98f 2,831 1.00/1.00 vMB 21
765,870 765,870 000000000000000000022133bf67637a91f3bcdacaf9976be031217f658123c2 3,156 1.00/1.00 vMB 29
765,869 765,869 000000000000000000032e5dd2e55df2f9bf66e8d46e6c684da2e22f12865e01 2,326 1.00/1.00 vMB 26
765,868 765,868 00000000000000000000011e16a846ef2d8fadd4a5e4c28bd4f0ec2ea6047930 2,900 1.00/1.00 vMB 29
765,867 765,867 00000000000000000002f5e8e99396276291ff70737e2545c1a84547bd7e1f14 755 0.88/1.00 vMB 3
765,866 765,866 00000000000000000004cb7fc57fb4785c3d3b4917b929f06a3eb0cad364ef31 2,237 1.00/1.00 vMB 13
765,865 765,865 00000000000000000000bacf6d85d682d27766ba52849e74d85d87154658ced5 1,850 1.00/1.00 vMB 12
765,864 765,864 000000000000000000064a09b5745f283a678a9058f1b82b47c51056c6c74dac 2,708 1.00/1.00 vMB 24
765,863 765,863 00000000000000000002a9755b25c2ba316ed7f69730b7bb9f877c9b0d20a1fe 1,948 0.83/1.00 vMB 9
765,862 765,862 000000000000000000075289a7a0cf7d305458b1ed5baa4cf5789e12d8c503ae 2,796 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.