Loading Tool

Explorer IconExplorer

Memory Pool

81,540 transactions
31.26 vMB
0.09572600 BTC
Random Selection Loading Transactions
Max Size: 188.53/200 MB

Candidate Block

Mining Attempt 8c751172658961f62ac7546473badd00b4e57e83bf4f3797e99566c7825adbc2
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 7349e2a01766e518307af38d3248d026d10d7febb7882e3b4233334b93ac2735
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,497
Size: 1.00 vMB
Total Fees: 0.02147966 BTC
Feerates: 45.88 > 2.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (478,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,958 436,958 0000000000000000004acb2dbd7f28f6e76e6b3fd487a9b2ed96976c721bca03 1,788 1.00/1.00 vMB 72
436,957 436,957 0000000000000000003a99e2ec5a48cb3824d714fff8dec5b2bae2a424d5b650 94 0.91/1.00 vMB 66
436,956 436,956 000000000000000003d1b4c285e2c3e1e18d42548d7fde91ebadfc6dcaf7ed95 481 1.00/1.00 vMB 68
436,955 436,955 000000000000000001259208ed1b4a9fa91d28e1206432a7bd4515097aab6de9 2,405 1.00/1.00 vMB 94
436,954 436,954 000000000000000001af67587ff9bb26013698568f8cb729b48eed8f0f67d5fb 930 1.00/1.00 vMB 42
436,953 436,953 0000000000000000042f8c8f889d4cf352f0223c9460f4c672baf557dbdec0be 1,471 0.75/1.00 vMB 54
436,952 436,952 0000000000000000034356e1ec6e4e599c5b484276d70155683b0b531af172a0 2,042 1.00/1.00 vMB 66
436,951 436,951 0000000000000000009b5d4922821086f870468a1d4ee0ab1eca9e8c9629dccb 2,196 1.00/1.00 vMB 58
436,950 436,950 00000000000000000022f3ad111161c29e97dfefafa20103bc00fdb713a78dde 2,289 1.00/1.00 vMB 61
436,949 436,949 00000000000000000156b9c485384ca2d0d12dd684c11221b6a0ac1c55ddec72 2,343 1.00/1.00 vMB 61
436,948 436,948 0000000000000000036653a6b2a3374b964665ba4d753722fed70d08653d2488 2,790 1.00/1.00 vMB 73
436,947 436,947 000000000000000001e8bddd5b128ed77c0f15bbd7aa618d780a2d0a6a7c7625 2,779 1.00/1.00 vMB 90
436,946 436,946 0000000000000000031376208eb373edc5b4ef2f29934d5a006e274c1088d514 2,647 1.00/1.00 vMB 81
436,945 436,945 000000000000000003031eba58a34f9cecbd9f5e3b2ac780088f98a6bd8fec1b 1,131 1.00/1.00 vMB 27
436,944 436,944 00000000000000000127e86f1ae9666b9ffb29a1eaad143732c1d7e88e43e41f 1,972 1.00/1.00 vMB 60
436,943 436,943 000000000000000002bf032a20f4d32ae0c4816c62e0b807a9a59b5c01201f48 1,794 1.00/1.00 vMB 53
436,942 436,942 0000000000000000017c1a463f44485a8b8c94ad8735ddef9220350c458914c6 2,634 1.00/1.00 vMB 77
436,941 436,941 0000000000000000030e2f563ae17f38644bdc70cddd95689097e7e99e82d60e 1,605 1.00/1.00 vMB 45
436,940 436,940 0000000000000000009d5a5b6780ea968c9a48acfae970885fc9c389846ddbcc 2,364 1.00/1.00 vMB 75
436,939 436,939 0000000000000000003a3f00c885cf5120a5ea025358c6ba507e8ffc16c5236f 1,940 1.00/1.00 vMB 40
436,938 436,938 000000000000000003f2931efaa940f3664e4510099d509042fb1ed2a2973d1d 1,637 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.