Loading Tool

Explorer IconExplorer

Memory Pool

75,807 transactions
27.85 vMB
0.08131060 BTC
Random Selection Loading Transactions
Max Size: 169.87/200 MB

Candidate Block

Mining Attempt f77c5bf8f3e342e02e22dcb8aa478f57cf93ebb4bdcfaf869c771a7df8bd8a16
Version 20000000
Previous Block 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020
Merkle Root e4897f2aaf14f719d377fb73b2db345c45d5ce1d64623f58eee603d890b423e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,871
Size: 1.00 vMB
Total Fees: 0.02180178 BTC
Feerates: 529.10 > 2.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,278 (303,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
611,610 611,610 0000000000000000000896727193e33e2936915688219c98432957ea39d3d831 2,998 1.00/1.00 vMB 11
611,609 611,609 0000000000000000000583de25d6f50773f53dd1b5c4f17c68570d8d47ff9300 1,744 1.00/1.00 vMB 50
611,608 611,608 0000000000000000000326d23357d4a7430267f3d06a7fcdaa4537ce277d71fa 2,558 1.00/1.00 vMB 32
611,607 611,607 0000000000000000000df3d2322b890f9a63ce2a856105527555dff61b329061 3,134 1.00/1.00 vMB 23
611,606 611,606 0000000000000000000cd9538bead34c02e8d4f8d9c9a310915ac3c40d2fc950 3,162 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.87 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.10 GB
    • Received: 17.31 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.