Loading Tool

Explorer IconExplorer

Memory Pool

37,965 transactions
26.07 vMB
0.05213195 BTC
Random Selection Loading Transactions
Max Size: 135.15/200 MB

Candidate Block

Mining Attempt e20d4d063e2357f10974a17a60cf06dcd8df7b93fd5a0db8a5dad3068775a8eb
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root d2bfd738d56f1f5537069beb31ab135f67d687414aa770df7eac5377e99770a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,903
Size: 1.00 vMB
Total Fees: 0.00451093 BTC
Feerates: 13.56 > 0.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (66,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,957 847,957 00000000000000000000c69130205dc8858a7f77bd96f154dfcf0550e0dd2cf6 5,497 1.00/1.00 vMB 32
847,956 847,956 00000000000000000001aa0c7b86809d8c0bfc078142c1649395c30f88075914 5,182 1.00/1.00 vMB 36
847,955 847,955 000000000000000000013d330f97ed2782f401a16db844903961ab57ba27befb 6,433 1.00/1.00 vMB 34
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
Previous 10 blocks ↓
Total Size: 782.15 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.14 GB
    • Received: 13.82 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.