Loading Tool

Explorer IconExplorer

Memory Pool

42,821 transactions
29.76 vMB
0.09158641 BTC
Random Selection Loading Transactions
Max Size: 151.41/200 MB

Candidate Block

Mining Attempt e7fe57dff1188de55bac5236ea9629d060d791b915238e5506f4e5687b9c2a45
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root aa7abd714f2d148cd60439a97e78b209ef5d02914a050041cbbcd65a7c7533eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,354
Size: 1.00 vMB
Total Fees: 0.03170721 BTC
Feerates: 150.97 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (525,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,209 389,209 000000000000000008fb9fd42a2b8a1125f956ad2c1d947afcaa1afadcd5f0ba 943 0.36/1.00 vMB 40
389,208 389,208 000000000000000002779ed64cf6dd3cbc17b83e88bbfc38b9c4b330d42251b3 61 0.02/1.00 vMB 60
389,207 389,207 0000000000000000067d6284917893c5b12576efb5c53d30e55d27ac06dcf44c 1,154 0.49/1.00 vMB 35
389,206 389,206 000000000000000004a22e83eeee70c7da09b64e8a9276b753e2a533c2457f41 1,398 0.75/1.00 vMB 27
389,205 389,205 0000000000000000041054ebaa494e6eb89b106a2afc1d0656ac0e926c04e2cd 1,125 0.75/1.00 vMB 24
389,204 389,204 00000000000000000638d84231caaa4be5620e2575927b41c57dabc085129241 2,781 1.00/1.00 vMB 47
389,203 389,203 00000000000000000a6e7e9db7a8294b604207a168cf7767b79242c3ccabd23c 2,276 1.00/1.00 vMB 32
389,202 389,202 000000000000000000527d143c52fdd760b4cd36d59d2761fef5573a097770d4 2,541 0.90/1.00 vMB 60
389,201 389,201 000000000000000008ddda396c1e5aa352e2f1adeeaaa5b7605b9aa2734b3f57 2,417 0.95/1.00 vMB 35
389,200 389,200 00000000000000000a5ff80919ba2758e740f40f375c3cc7bbe9a52d22f1bcc4 804 0.33/1.00 vMB 32
389,199 389,199 00000000000000000240f19c7af7575e0518d840a70a420d204c2e2572955b35 1,270 0.95/1.00 vMB 20
389,198 389,198 00000000000000000853d397a62ba0ddf381c5a45ce3d3c87f5ca451dc7068c1 483 0.32/1.00 vMB 25
389,197 389,197 0000000000000000022b6042242b43ea7d951406d6f532c7467f3a4aff7fc3bb 1,703 0.75/1.00 vMB 40
389,196 389,196 000000000000000002d819f65e158a3ad97158e78c7b8484c301f5fb18e3284c 2,172 0.99/1.00 vMB 29
389,195 389,195 0000000000000000058c6850b50d82cf99b284dc823f70e06dbefb0c84ccbbef 2 0.00/1.00 vMB 0
389,194 389,194 000000000000000007c9b20d4cf484879c80f38d489bf2fde9eec9a7276930ce 3,193 0.95/1.00 vMB 66
389,193 389,193 000000000000000006746d109abce01c8d2bd2df13867f35478d90bac8e04b0d 1 0.00/1.00 vMB 0
389,192 389,192 00000000000000000b9b6c7ef27ef50e2c4013997cd4782924a3f950b98070cc 804 0.95/1.00 vMB 17
389,191 389,191 00000000000000000502b5622d76a33b2234603d0d822b93f4390ee659f8bb82 1,585 0.95/1.00 vMB 22
389,190 389,190 00000000000000000745426f2acb439f8bbbc949a4a2f1d01f3d51a0d0f342b7 1,234 0.93/1.00 vMB 34
389,189 389,189 00000000000000000306278f59d8336571320b445236ef75855975b4a5177850 1,067 0.86/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.52 GB
    • Received: 11.66 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.