Loading Tool

Explorer IconExplorer

Memory Pool

81,871 transactions
30.44 vMB
0.13026324 BTC
Random Selection Loading Transactions
Max Size: 183.41/200 MB

Candidate Block

Mining Attempt 670e1f0ac6d062c1ab682ac4137101af8e4cb84cfe7564ee8c8efe6ce8cdced1
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 7f2c694839ed8d60d0d7963de052ba86ec2d94915f076f610c3a91c6ebc8f152
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,579
Size: 1.00 vMB
Total Fees: 0.06776829 BTC
Feerates: 203.60 > 6.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (320,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,067 594,067 0000000000000000000efba3a917cc082d42fa7e3ab242d394252dabaa65cff8 1,955 1.00/1.00 vMB 15
594,066 594,066 0000000000000000000b85dd2266eb5a3ce647440465975adf68678fcc40df45 2,100 1.00/1.00 vMB 14
594,065 594,065 0000000000000000000b934fd49b6164811e809d2607a75aa3e4d3f1b7d87ff7 3,400 1.00/1.00 vMB 11
594,064 594,064 0000000000000000000d6e1b6ca8ef4ed5d8c71734b2f7e8c0aac433f5a3b94f 1,516 1.00/1.00 vMB 35
594,063 594,063 0000000000000000000c65199cf0b42690eac1273b7140f4ac586c566e1a0059 2,596 1.00/1.00 vMB 16
594,062 594,062 0000000000000000000789219c989d256be1405088da839989d7ef9eb3b0bfa3 1,998 1.00/1.00 vMB 2
594,061 594,061 0000000000000000000aa1b3f213703f9ec7ef57caa42531ce0185555441d6d3 2,213 1.00/1.00 vMB 11
594,060 594,060 00000000000000000001896dfddf7258f76ff55cb19c5723c76e03630fe0cb4a 3,522 1.00/1.00 vMB 24
594,059 594,059 0000000000000000001096e777b7cd0a10d558e6bb50b5ef915cc35b58738fd1 2,068 1.00/1.00 vMB 21
594,058 594,058 0000000000000000000943984f6fb78ebe54317d9499e6f4747fe8dca532fb8d 582 1.00/1.00 vMB 27
594,057 594,057 0000000000000000000bfd02de474d7816f479a8105192b6aee1e6a1c50298d0 979 1.00/1.00 vMB 34
594,056 594,056 0000000000000000000943b552353b62481109f6ac172367b62af2f472b0591c 1,202 1.00/1.00 vMB 35
594,055 594,055 00000000000000000011a8e3aff78cd7749504717a47db64adc2bb439d691627 2,604 1.00/1.00 vMB 5
594,054 594,054 00000000000000000005424681184d91f9f645518bc9d0022367da67cd5303f9 2,785 1.00/1.00 vMB 28
594,053 594,053 000000000000000000136a199d44143e46c2bc294b79a113bf6499d0186ee2c0 3,295 1.00/1.00 vMB 25
594,052 594,052 00000000000000000007c8ab59d979720900f578c1736247f33ddd778237c968 2,572 1.00/1.00 vMB 45
594,051 594,051 000000000000000000181f3aee5c86a1b6a9670257d06f647e0472400821f91f 3,085 1.00/1.00 vMB 20
594,050 594,050 00000000000000000013855bfdfd6c6731b8fa80333ed1a9826da1f21314dd69 1,919 1.00/1.00 vMB 6
594,049 594,049 000000000000000000011b58b057e0193a76c0eec6c9806b5bf3872be4f57a1f 2,252 1.00/1.00 vMB 11
594,048 594,048 0000000000000000000c19af53a12b689c3e7085af7951f0beb9d474a14314a6 2,890 1.00/1.00 vMB 12
594,047 594,047 0000000000000000000e7cc64bed0dde532fdfbdaf7cc3a24104682ef003aadc 2,551 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.34 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: 661.28 GB
    • Received: 14.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.