Loading Tool

Explorer IconExplorer

Memory Pool

80,126 transactions
29.49 vMB
0.12534952 BTC
Random Selection Loading Transactions
Max Size: 178.49/200 MB

Candidate Block

Mining Attempt 70343c97ccfaf69a72b2b898295a6d11b2ec5ba205c2439ed1669174dfb5cdb0
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 4165632c64d61dc7ca3e755e5a1a5eaa2ecc5e95fa506d5ac0ec095f00a3fd16
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,655
Size: 1.00 vMB
Total Fees: 0.04501055 BTC
Feerates: 477.45 > 4.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (303,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,631 611,631 000000000000000000132f4bb99ef2a285fc8960b4b493f34aa9426b22e366c8 2,689 1.00/1.00 vMB 14
611,630 611,630 000000000000000000009e5ae40baa1d768ba3e1d332f67a743ffffa6e5ac7c0 2,541 1.00/1.00 vMB 28
611,629 611,629 000000000000000000002204d173754386ddbb4b576ea1be4eb328d54cca771a 2,598 1.00/1.00 vMB 28
611,628 611,628 0000000000000000000d338beae001f3a2bb2603e59ced1a6acc41a17d6c2e0b 2,457 1.00/1.00 vMB 27
611,627 611,627 0000000000000000000120efad64511615e1d4f1c656cfc35405633a8a4394b4 2,907 1.00/1.00 vMB 9
611,626 611,626 00000000000000000004dddd2facae3dde025b5eb1112e56b68607b6c859692e 3,283 1.00/1.00 vMB 25
611,625 611,625 00000000000000000004294685cb1ea2f4f22406391063d6696c42dee614741a 2,804 1.00/1.00 vMB 10
611,624 611,624 00000000000000000011630d3e3061a938af65caa31b3de096942e9d9eba014d 2,540 1.00/1.00 vMB 12
611,623 611,623 0000000000000000000fba6d586ef59a17f9f4ccc9827ff3590384b1323d369b 2,317 1.00/1.00 vMB 19
611,622 611,622 00000000000000000002d4226deb94d2fdda93714ada9a1955b9ff812142819e 2,905 1.00/1.00 vMB 19
611,621 611,621 0000000000000000000771bf45d89cf821222757e85b177807fffde08f72834e 2,926 1.00/1.00 vMB 29
611,620 611,620 0000000000000000000b5480260d63ebb27b176e0f68b90434f0db4f7dbd8916 2,906 1.00/1.00 vMB 12
611,619 611,619 0000000000000000000f1e11c938015a0b6465d03b17d2d882b4a31011e00ccf 2,480 1.00/1.00 vMB 22
611,618 611,618 0000000000000000000fd616f67e2035d7146f446f891eb0870032534474bd1d 1,972 1.00/1.00 vMB 10
611,617 611,617 0000000000000000000d3c4dd74f20bc23fc9527503f15b467c1e57e5d97bd96 2,732 1.00/1.00 vMB 8
611,616 611,616 0000000000000000000c3bbcabebd01e81684e884edadf684d977f7e6020ee02 3,011 1.00/1.00 vMB 20
611,615 611,615 000000000000000000128ac72f4fe019c8ce1488cce318464f6d4990430a28ca 3,354 1.00/1.00 vMB 20
611,614 611,614 000000000000000000084edd18ac5a4839aad10dbe3b6d3022d2536f789df63e 1,797 1.00/1.00 vMB 7
611,613 611,613 0000000000000000000cfb103df1015f0dc79abec1143cf195a560806d5671f8 2,595 1.00/1.00 vMB 9
611,612 611,612 00000000000000000009264fb2f66930bbe622b822b0a219eb485477e4f0a731 3,042 1.00/1.00 vMB 13
611,611 611,611 000000000000000000002019720a8072b03884aab46a2e2d1fe65f58d31999e2 3,194 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.