Loading Tool

Explorer IconExplorer

Memory Pool

52,741 transactions
31.61 vMB
0.11683565 BTC
Random Selection Loading Transactions
Max Size: 169.14/200 MB

Candidate Block

Mining Attempt c7d4022e580eabbce9b224b35f3a4f18877d7b88f7b996dc17ae734a89f8677a
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root 8ba920f0bf09008cde9847898bf5975e48a75d7fddd1d43ab5c39ba80b4a69f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,937
Size: 1.00 vMB
Total Fees: 0.02456727 BTC
Feerates: 35.84 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (271,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,975 642,975 000000000000000000048e51c3680a64edd600d6a8f4111eab079c421ee30ee5 2,159 1.00/1.00 vMB 40
642,974 642,974 00000000000000000009b82f0b8e6b9bd2d01adca4fcb2ac5f8b60e52b8df8c9 2,201 1.00/1.00 vMB 11
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
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.49 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.