Loading Tool

Explorer IconExplorer

Memory Pool

38,262 transactions
27.83 vMB
0.06968840 BTC
Random Selection Loading Transactions
Max Size: 142.05/200 MB

Candidate Block

Mining Attempt 54cd2afbf5468f221b8a14d795aa9072d006f5cf31b8a99311f3af0e8eae0ff8
Version 20000000
Previous Block 000000000000000000007d163274242aeed7a0b144d7e154cce92b53786e5bdb
Merkle Root bb083a095eb2b5b5701906bcb1f828101e3979ff0695cb034c00b8bd7d0a4ce4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,498
Size: 1.00 vMB
Total Fees: 0.01429607 BTC
Feerates: 74.47 > 1.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,276 (829,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
84,922 84,922 00000000001b036b0ff8d4424cbdbf6c4bf983e5de3240626c7b68082becbab0 5 0.00/1.00 vMB 0
84,921 84,921 00000000000efd7661ef916ae2d2b645e14058e7147928229849d3100232352a 1 0.00/1.00 vMB 0
84,920 84,920 00000000000b46fe6870ccc1725c59e38cb79357d0d6cbda5f019838edde111e 1 0.00/1.00 vMB 0
84,919 84,919 0000000000014850b26cef216578bac6c9f01bc20d2c37656d7210082e96e265 2 0.00/1.00 vMB 0
84,918 84,918 00000000002aefeeb24ae2d14d0c18167eef28e9a1cfcfc92fc7384a3095d724 5 0.00/1.00 vMB 0
84,917 84,917 000000000023b63160ae31f39624cdff63cf5a3d0818c1eecea708ba8c20dd4d 2 0.00/1.00 vMB 0
84,916 84,916 000000000012709445b1e5ca1c6fefef429272b7f3be204ac3e2b14941362e2d 1 0.00/1.00 vMB 0
84,915 84,915 000000000012c02bfbbb5c546e6f4f4c5146e9111708401a24aa5a7bc42907ea 1 0.00/1.00 vMB 0
84,914 84,914 00000000002d2f26da063eab18581dab8411f19e90b40d66ed65278e129c59c8 1 0.00/1.00 vMB 0
84,913 84,913 000000000001a8072caa671e0da9706e0bef1a8308695ee3fbad05e8d2abafc4 4 0.00/1.00 vMB 0
84,912 84,912 00000000000952ba5e471e1f6466b6760d5e417db3c6665c39d6b0939e96c1dc 3 0.00/1.00 vMB 0
84,911 84,911 00000000001aaacba088e4c294b868ffbff0df31efc74d05eb569d2d7b8c38e2 1 0.00/1.00 vMB 0
84,910 84,910 000000000027211a537e2b50e81d62248c7eff54c7dc78af61584367942ad6f4 1 0.00/1.00 vMB 0
84,909 84,909 00000000000ac9932b1946dabe7a587e9f39a9ee6be99bf3b65f3953bb8d8c19 8 0.00/1.00 vMB 0
84,908 84,908 000000000000cc9c16d88a6168c3f4418205c3d953787a452f38facda2db5cea 3 0.00/1.00 vMB 0
84,907 84,907 0000000000237b0f940a525b940b7bddc79d9d6ad70eab5bb5bf766640f4c2b9 3 0.00/1.00 vMB 0
84,906 84,906 00000000000b8a0658b147d39c911e23992feffc3cca2ae570dedbf0e683072e 1 0.00/1.00 vMB 0
84,905 84,905 0000000000200dda096957cc6e7919bd457d0061115f35f898dc17c4acf6ab47 1 0.00/1.00 vMB 0
84,904 84,904 00000000002e687bbe41bcd85cea7c34f2701d31e46943859944003e33accd9b 2 0.00/1.00 vMB 0
84,903 84,903 00000000001ec920bb83001efe011f8dcf2ea77801967c7c9d4e5e76941da563 1 0.00/1.00 vMB 0
84,902 84,902 0000000000061d0d70d36628d162fd936aed756b11c42ddbd0ebb608afce912a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.08 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: 578.55 GB
    • Received: 8.80 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.