Loading Tool

Explorer IconExplorer

Memory Pool

39,223 transactions
28.90 vMB
0.07375316 BTC
Random Selection Loading Transactions
Max Size: 146.26/200 MB

Candidate Block

Mining Attempt 9d98978957a0fc211015615d8f0d76c89c951d1002a2691a757fbe4390fd15f0
Version 20000000
Previous Block 00000000000000000000a6d144bf09442c4791163349c498643bd27a23fdd463
Merkle Root 5df1d1738db9e8c907cfec21ead1d79e0c0e8abf53db16c8b597794c9576eeca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.01762304 BTC
Feerates: 100.36 > 1.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,576 (148,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,893 765,893 000000000000000000065077b8de2f175810a12a3dc3ff20eaed347b251ac221 2,831 1.00/1.00 vMB 3
765,892 765,892 00000000000000000000f38ee785ab2dcc05c5e8091c983fc9f3bbdad5f9590c 2,035 1.00/1.00 vMB 13
765,891 765,891 000000000000000000000372c2c0faa9ca52d86bc2cb3040c90ed212ab8565f5 3,055 1.00/1.00 vMB 24
765,890 765,890 000000000000000000024d25dd1b5f0004643588cee6791fb997ab3f5f9f5136 3,213 1.00/1.00 vMB 32
765,889 765,889 000000000000000000073671c53d10ce9ea1fbb70289e8c569657b354c30f9e9 2,194 1.00/1.00 vMB 26
765,888 765,888 00000000000000000001f43d601005664b9730bffafc8a9aabbb9095c7ad0e8d 1,619 1.00/1.00 vMB 24
765,887 765,887 000000000000000000038dde2edb9e4b2437c94f5a1b8ea47fd72c5bd1a0bc91 3,242 1.00/1.00 vMB 17
765,886 765,886 000000000000000000021cf0b2a7ff6a404c08a89812ce3573eafa53a7abc126 3,286 1.00/1.00 vMB 28
765,885 765,885 0000000000000000000084d0778e37ec2260ddc9f1f2b4f0fb42fc7f08065106 3,208 1.00/1.00 vMB 31
765,884 765,884 0000000000000000000614ca3aa59035312e4dfcfdcb2f10e57dfa96bb8af20b 656 0.22/1.00 vMB 17
765,883 765,883 00000000000000000006de4914f771e964a4cc293b26dabccf5d7ab07693ba50 596 0.84/1.00 vMB 2
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
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.40 GB
    • Received: 11.63 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.