Loading Tool

Explorer IconExplorer

Memory Pool

55,170 transactions
32.44 vMB
0.23468288 BTC
Random Selection Loading Transactions
Max Size: 173.98/200 MB

Candidate Block

Mining Attempt 500df36cc63f23da58c2b2173f0304d1b5a1a2e9138193644c5d3a3700800f06
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root ea4a3f2f6fe43c03e558bab46b6eb006cf138c71ffa84c7257bf24d484e48a7b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,913
Size: 1.00 vMB
Total Fees: 0.12389096 BTC
Feerates: 101.66 > 12.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (271,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,981 642,981 000000000000000000010246ef491b439b5291658122371057751a9847bdfa11 2,193 1.00/1.00 vMB 11
642,980 642,980 0000000000000000000b0cdb14d2531f1dbdccd8a3895baa3ee0773f9082985b 2,719 1.00/1.00 vMB 85
642,979 642,979 00000000000000000000d58358dc875b6a08fa7216ac564613129c7bd85315db 2,381 1.00/1.00 vMB 31
642,978 642,978 000000000000000000066f5bfa2166e44b09aa205de0a277ceaeba8c6af38da1 2,805 1.00/1.00 vMB 65
642,977 642,977 0000000000000000000cb89c16212f2c7dce134b884d01517ba21017842dfcb3 2,325 1.00/1.00 vMB 46
642,976 642,976 00000000000000000000a3e86c5cd3f0c80c91d36216ce378722dedc80772251 2,294 0.87/1.00 vMB 36
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
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.