Loading Tool

Explorer IconExplorer

Memory Pool

38,483 transactions
28.43 vMB
0.06578763 BTC
Random Selection Loading Transactions
Max Size: 143.93/200 MB

Candidate Block

Mining Attempt 9fc10b97acfb014e647c5ca2d1b5ae7297fea8449c458fd115f554cb7e13c98f
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root f7af5d41e5deb6387985a36200136c196ee4c9d9d9ceab6c1d63cb3a3d458575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,548
Size: 1.00 vMB
Total Fees: 0.01102868 BTC
Feerates: 105.82 > 1.11 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (244,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,858 669,858 00000000000000000006280b853576b4036b93f88e188bbf22316d0e26228371 2,397 1.00/1.00 vMB 124
669,857 669,857 00000000000000000007aee632af8cc1c75585a74b1ea39623110e264524b662 2,635 1.00/1.00 vMB 139
669,856 669,856 000000000000000000075c15cdfff77ffd04fafceeba4118ace687a6a9b88ee4 1,388 1.00/1.00 vMB 136
669,855 669,855 0000000000000000000182999ddb28f5ecd59037166ceedcb556702fa64aabce 2,875 1.00/1.00 vMB 162
669,854 669,854 000000000000000000074548fdc72fbd03ba2325922a8cd9cd4659424768eb5e 2,637 1.00/1.00 vMB 133
669,853 669,853 000000000000000000070b170322a4fdb288e2ac5b2e20c50d8132cf2c23ce69 2,853 1.00/1.00 vMB 143
669,852 669,852 0000000000000000000c85181274b745df23345548376de5764f6514b87cf259 2,785 1.00/1.00 vMB 147
669,851 669,851 0000000000000000000682afc81abf3562e78aa7f37b4cef0601d19219bf5f6f 2,857 1.00/1.00 vMB 150
669,850 669,850 000000000000000000099b44b5fa5b43d7bbaa751e28a8b1db8e91ff7607b047 3,273 1.00/1.00 vMB 178
669,849 669,849 00000000000000000004b191302b9a74cf6c2d207680c7dd913c4d1430f57392 3,021 1.00/1.00 vMB 94
669,848 669,848 00000000000000000005de3ef0b7faab6d1d6de266a31fc68d74222ab4fb3f82 2,937 1.00/1.00 vMB 135
669,847 669,847 00000000000000000004fd77f1e28d3d31d33615d94677a20fdd7061e052ddce 2,941 1.00/1.00 vMB 111
669,846 669,846 0000000000000000000359c62f6353de808b284b0a3f377f043739bc0737be08 2,277 1.00/1.00 vMB 121
669,845 669,845 0000000000000000000a2c1247b58d7addb5504266404f1482b5710490f414c1 1,436 1.00/1.00 vMB 124
669,844 669,844 0000000000000000000030f9c01e575748c29215ca0ccd6a4a7d35f554e0afa0 2,332 1.00/1.00 vMB 142
669,843 669,843 0000000000000000000c496a3ee304f21bee0aa88cc00e43cd0e6b4f01f70037 2,423 1.00/1.00 vMB 107
669,842 669,842 00000000000000000003a2ffb0197ce61c6e07bc56668a381235b2cfcc30d544 2,860 1.00/1.00 vMB 144
669,841 669,841 0000000000000000000a62f7c435095565160e95c11dfb9fa034b93296946637 3,253 1.00/1.00 vMB 167
669,840 669,840 000000000000000000023aa545b60924a9accc4f22d5517b049ec02b52a3f54b 3,075 1.00/1.00 vMB 144
669,839 669,839 0000000000000000000bc9e9e11f41fe74753d827d3c69af2ed364ac3701aeba 2,873 1.00/1.00 vMB 99
669,838 669,838 0000000000000000000218f05fd650771b2d6f970f18d76b996fd1ad3b88d34a 3,040 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 781.60 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: 623.58 GB
    • Received: 11.46 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.