Loading Tool

Explorer IconExplorer

Memory Pool

81,871 transactions
30.47 vMB
0.07926332 BTC
Random Selection Loading Transactions
Max Size: 186.81/200 MB

Candidate Block

Mining Attempt 3af465e4c2cd4e9fca5cbe2d4ccc87164aae2a8daf3425fd274d0945e44d2563
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 3b2e9bdcf2f5499826bd666633fac853f4d54a7f8950b08b7e5339fd3389f61f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,312
Size: 1.00 vMB
Total Fees: 0.01132672 BTC
Feerates: 150.77 > 1.13 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (112,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,863 802,863 000000000000000000026780f6f8027e20c0923c799ba81dfad52778fcb1a490 2,272 1.00/1.00 vMB 11
802,862 802,862 00000000000000000003d11d7a11ddb8fdfd1e727e54661b3042d06836291752 3,415 1.00/1.00 vMB 15
802,861 802,861 000000000000000000039529f692a1592bfc1da41a5dcc00a4ac832c97f243a5 2,236 1.00/1.00 vMB 14
802,860 802,860 00000000000000000003237c8ebba8df4a972c61f5ce5258e0423bcce2b0fc90 6,284 1.00/1.00 vMB 8
802,859 802,859 0000000000000000000404b7954f61c347517a08de83b4d3acae2ca7b82b4706 3,560 1.00/1.00 vMB 6
802,858 802,858 00000000000000000005268735929aaad948eb4d5c4015f0eb62ca05e2cc6562 2,795 1.00/1.00 vMB 8
802,857 802,857 000000000000000000024c38702c75af6d00ada01e58469393a3f3e3529a3071 2,825 1.00/1.00 vMB 13
802,856 802,856 00000000000000000004db2b0566b4571505fb0f9399dd6cd238aab5a7e0d642 3,224 1.00/1.00 vMB 15
802,855 802,855 00000000000000000002b9265b302ce446d471c7a4161c7b4f9b311b7d3105cb 3,214 1.00/1.00 vMB 29
802,854 802,854 00000000000000000000228e907414147e84828b477646c8a1c42ae4bba8175c 4,186 1.00/1.00 vMB 7
802,853 802,853 00000000000000000004ed0d2dacda8d08a975905606aa8ff9ead22c81892f4d 4,054 1.00/1.00 vMB 6
802,852 802,852 00000000000000000000f83b9d75e34c92ca3b1cdf4b5ba892d92d879d832904 6,016 1.00/1.00 vMB 8
802,851 802,851 00000000000000000002c874fbd5dc70edaa57031417d2d0d50c0bf0e182e505 4,985 1.00/1.00 vMB 8
802,850 802,850 0000000000000000000248a993edae01c09d9255c6931f496d55612575fe75f4 2,926 1.00/1.00 vMB 9
802,849 802,849 0000000000000000000555092ac2263f17ac8b33b7b2f53963c96454f5770aa2 1,996 1.00/1.00 vMB 14
802,848 802,848 0000000000000000000218352d99b566cde1901be22db5bd33311a82373ec951 3,049 1.00/1.00 vMB 10
802,847 802,847 0000000000000000000022c58336047f59b2f402700b59016aedebbb954542f0 3,277 1.00/1.00 vMB 20
802,846 802,846 00000000000000000004ce06cbd68110952aa28f8be21ac179837e9686aa62c5 2,869 1.00/1.00 vMB 8
802,845 802,845 000000000000000000051dab9fc7498b96cd6fc8808887912999d5fd4dea276e 3,376 1.00/1.00 vMB 16
802,844 802,844 00000000000000000000af638acfeaa9016fd3d35b7cd310956690a6c1a50c6b 4,215 1.00/1.00 vMB 10
802,843 802,843 000000000000000000045cccae7bc99f6d7e960a8297efdd32b1a3fd61d31956 5,513 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.72 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.