Loading Tool

Explorer IconExplorer

Memory Pool

70,280 transactions
26.39 vMB
0.06095243 BTC
Random Selection Loading Transactions
Max Size: 159.69/200 MB

Candidate Block

Mining Attempt dbe4b8b79bfa4e757cb9074781106177c7981f542745b5436f78562b4d86d1e5
Version 20000000
Previous Block 0000000000000000000036422ab61dbcf0349de83af20f000132644b332f8024
Merkle Root d1b132b5982a43735b1e68fbfc82665e2a9302cf62f15609a674d7401aa263b0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,575
Size: 1.00 vMB
Total Fees: 0.00485136 BTC
Feerates: 45.16 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,462 (24,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
890,618 890,618 000000000000000000005a83aaa5511bcf44b4483ad9e283aea8c374ad75ef26 4,330 1.00/1.00 vMB 1
890,617 890,617 000000000000000000015164fd6f1118e99f9bc11402a4ddc8937d3d6f1f45af 5,935 1.00/1.00 vMB 1
890,616 890,616 00000000000000000001a42d1de472e3807f3304f7a9d730de57c5973b975484 3,041 1.00/1.00 vMB 2
890,615 890,615 000000000000000000020e8bd0753f122fbeb535961e6bf19aaeee15345934df 1,943 1.00/1.00 vMB 1
890,614 890,614 000000000000000000018a2c5b7b50c961e2613cac3d9b9fce1a66d9c4b9dcfd 4,002 1.00/1.00 vMB 4
890,613 890,613 000000000000000000005a9e5aa896378dd700dd6376dcb3c14c3f399b544ff0 2,708 1.00/1.00 vMB 2
890,612 890,612 0000000000000000000199a2dacec85f506efbd7e76c52d9053a9191fe2b4d9c 4,303 1.00/1.00 vMB 3
890,611 890,611 00000000000000000001b249c778a599a9003dee8e9bc2c6c9ee76e5f2f0e667 3,871 1.00/1.00 vMB 4
890,610 890,610 00000000000000000000bee640aac0986c558b610c8c65d52cbd470a74800894 4,605 1.00/1.00 vMB 6
890,609 890,609 00000000000000000002530da09b451225c1fc7c62dc0b6c8ecdc445e964a0b4 4,957 1.00/1.00 vMB 6
890,608 890,608 00000000000000000002223b41c5095a94fa4a3e94a7cfa5aa7b91219a4dfada 4,466 1.00/1.00 vMB 6
890,607 890,607 00000000000000000001f5365a74dbde40291635cb6bf7c7b2acf9f9c259a1be 5,010 1.00/1.00 vMB 3
890,606 890,606 00000000000000000001d9891d286a55c4d7a466a06a653c1f1d992baf79afba 3,203 1.00/1.00 vMB 5
890,605 890,605 000000000000000000017680f23610c2828c91a8f6d11cf2465bf0dc8bcf8871 2,960 1.00/1.00 vMB 2
890,604 890,604 000000000000000000018873944f659376b14adf38298d238216823ca44b483c 960 0.33/1.00 vMB 2
890,603 890,603 0000000000000000000092e50b58467c0e61e7454719c5597bd9f8fece64edbc 2,220 1.00/1.00 vMB 2
890,602 890,602 0000000000000000000197a5e99a9cebb1cf8e18ba757d1823b7e2779497fbc6 2,365 1.00/1.00 vMB 2
890,601 890,601 000000000000000000019693a16337d1946b492ddb7b56be099ea73c7d626c8f 3,987 1.00/1.00 vMB 3
890,600 890,600 00000000000000000000864e037f4df480d509b7c481f33f51ef7837752b7f8b 3,553 1.00/1.00 vMB 6
890,599 890,599 000000000000000000026f07fdf443fe3c02799def165b2ec5c421b2d3037774 1,502 1.00/1.00 vMB 1
890,598 890,598 0000000000000000000108c40237e56dcf572ce77faea247e051d3155cba205b 3,745 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.20 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: 753.85 GB
    • Received: 18.91 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.