Loading Tool

Explorer IconExplorer

Memory Pool

45,198 transactions
27.46 vMB
0.10976533 BTC
Random Selection Loading Transactions
Max Size: 144.01/200 MB

Candidate Block

Mining Attempt 8efff6e44aa2b39cacaa7a2b22316019abf8665837d158f30f5c04c6feb17d66
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 31da6094b4d3763bc054809a9f878d56c26f9f63147d23c8e2ae8a57c18fe6f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,583
Size: 1.00 vMB
Total Fees: 0.05161462 BTC
Feerates: 151.16 > 5.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (271,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,973 642,973 0000000000000000000b1b34b720acfc2eac04231b69411513f5a8db11cfb3c2 2,134 1.00/1.00 vMB 28
642,972 642,972 0000000000000000000860a9030e8c11f0920048f437cec1cc4ec6ff570c317c 2,572 1.00/1.00 vMB 39
642,971 642,971 0000000000000000000655d8be89b7c5e1f589947545cd8046c217f1d59147d9 2,843 1.00/1.00 vMB 115
642,970 642,970 0000000000000000000dac2355f88f02c77613aa67f176d3774fc38aa23e4440 2,975 1.00/1.00 vMB 65
642,969 642,969 000000000000000000020cffceac41a2452286b9d0f403a37f6c672bc134325a 1,721 0.75/1.00 vMB 53
642,968 642,968 00000000000000000003c384a827c1c83e9717172e4fb80b0a44ab79d80ef0cb 1,191 0.51/1.00 vMB 37
642,967 642,967 000000000000000000054111ee46b117cdde7e8fcc380ab646cffcaf896addcf 1,117 0.41/1.00 vMB 42
642,966 642,966 0000000000000000000d9d0c2dd24a89805010e9a0d6a6428ca1a92168f3412f 180 0.04/1.00 vMB 51
642,965 642,965 0000000000000000000f3f43e3c8ea81c87c21924117837e66f0c3251ac179a2 914 0.41/1.00 vMB 9
642,964 642,964 0000000000000000000a20cd1badf324a6fcfba75cfd37a780cab6f0ca246bb7 1,524 1.00/1.00 vMB 29
642,963 642,963 00000000000000000005b4d9d0f2ef922209e050e96c4221b6cbae8a3a7aecee 2,683 1.00/1.00 vMB 3
642,962 642,962 00000000000000000001e4d7ec9c70b53f32027295166afe572f2aa8622eee24 2,968 1.00/1.00 vMB 96
642,961 642,961 0000000000000000000226ce2d2b2777029705442f23ed275109160e99b4b927 2,393 1.00/1.00 vMB 63
642,960 642,960 00000000000000000007d48c72d079c060d429933bb46892a7a50aefb66e8c00 2,059 1.00/1.00 vMB 81
642,959 642,959 00000000000000000000bcaab7634fa219c9995168233f2069e221e752f8e6cb 1 0.00/1.00 vMB 0
642,958 642,958 0000000000000000000d9d905946d60f871eab635d53170aa15cfdee537fccb7 1,615 0.60/1.00 vMB 43
642,957 642,957 000000000000000000020965150a34a1bda43037f7a7b0cb7bfec516757c5015 1,912 0.90/1.00 vMB 32
642,956 642,956 0000000000000000001075ecc219724c5d94533df78385a137fb33cf3c9366a2 1,933 1.00/1.00 vMB 14
642,955 642,955 0000000000000000000a0b4d2768988310b74883995f26045b2024b795bd36b6 2,636 1.00/1.00 vMB 77
642,954 642,954 0000000000000000000762657b06b03b7b866ccd6abf887ab7ca6b8cac74185b 1,839 0.82/1.00 vMB 51
642,953 642,953 0000000000000000000eace28415895872d3e5b6bbabe3acde54a59b45aa0f9d 975 0.43/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.16 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.27 GB
    • Received: 13.85 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.