Loading Tool

Explorer IconExplorer

Memory Pool

78,939 transactions
29.60 vMB
0.07271563 BTC
Random Selection Loading Transactions
Max Size: 177.55/200 MB

Candidate Block

Mining Attempt 9da6423862979cbc07ee5037b9d80d3e4bedbd017f2b6136d267e2b4140f41d6
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root dacb7832ea4378d97eabf058f449234de7ed989ad0cc54dc2da357328b25b912
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,248
Size: 1.00 vMB
Total Fees: 0.01246638 BTC
Feerates: 150.77 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (139,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,928 775,928 00000000000000000005775e0079473a16cdf5b9659009f1d0e84ec518d12835 3,042 1.00/1.00 vMB 22
775,927 775,927 00000000000000000000c9edf9f2a94d58d34304c3882690b17fcb527c50e1ab 2,531 1.00/1.00 vMB 25
775,926 775,926 00000000000000000007258bfdd6ffdf44e9011deefe5c61d58af366a7598128 2,731 1.00/1.00 vMB 34
775,925 775,925 00000000000000000004f34bebf8d94b5203230e013df1aa9014280a8af2187d 3,407 1.00/1.00 vMB 24
775,924 775,924 00000000000000000000e8174c1386898e6fd6f7af1aaed3e368cdc33dda08fe 1,356 1.00/1.00 vMB 25
775,923 775,923 00000000000000000004f5c2a7be2f2e1c2679303c5babded2de93183daa8d4a 2,904 1.00/1.00 vMB 33
775,922 775,922 0000000000000000000228da739306374a82ee5e84cda48cc485b51a0da5295b 2,815 1.00/1.00 vMB 33
775,921 775,921 0000000000000000000708f115cb1b5442f0b4145bcf195bf0dbad01a2899d4e 2,047 1.00/1.00 vMB 30
775,920 775,920 0000000000000000000534ae43b9c781967c416deb775e25d1453bb00cd39b3a 3,089 1.00/1.00 vMB 39
775,919 775,919 0000000000000000000697e76b6261def27371d0920471d80d3a36019a517500 2,741 1.00/1.00 vMB 26
775,918 775,918 00000000000000000000cda07c5f7e149337b72203d56fc2080226b71f21183d 2,417 1.00/1.00 vMB 29
775,917 775,917 000000000000000000004248027f370a1a11907f2e5076ba557983a06a76f164 2,452 1.00/1.00 vMB 22
775,916 775,916 000000000000000000023d7301cf7c64e1a1ca5858b3fc4026e976b428e48582 2,600 1.00/1.00 vMB 26
775,915 775,915 0000000000000000000288ba6d9a2bb147f8425575a1ea7b9d2e4b7ef8bf5abf 1,449 1.00/1.00 vMB 23
775,914 775,914 0000000000000000000549d47f7400b6e1c6ebd181b5f361713a23da234eb3a0 2,508 1.00/1.00 vMB 27
775,913 775,913 00000000000000000001579cc4c171c97ae1524c9a8f2b30f93cdb0660a8ec3f 3,325 1.00/1.00 vMB 35
775,912 775,912 00000000000000000001776b9a30aae2256fd18c554e87f5a8ca41ab2c461420 2,106 1.00/1.00 vMB 23
775,911 775,911 00000000000000000003747612dc9102b7301bd591156ae05016f1bca70c8d32 1,535 1.00/1.00 vMB 19
775,910 775,910 0000000000000000000317a3f9cbca23fe60bf100fa6c74d8dfa0cde2eb9632e 3,000 1.00/1.00 vMB 20
775,909 775,909 000000000000000000030745b62b1b96bd449b4abd4c6c7082505ac220df1f8f 1,801 1.00/1.00 vMB 24
775,908 775,908 00000000000000000005d2cbdd5fce1fa3f2283c25914fedd88f6c830502594d 3,221 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.