Loading Tool

Explorer IconExplorer

Memory Pool

79,602 transactions
29.63 vMB
0.07197233 BTC
Random Selection Loading Transactions
Max Size: 178.37/200 MB

Candidate Block

Mining Attempt 72fe81d85372b562487b10f140316719d98100b0c43831d3bb427db9d22c9b8b
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root e9a5340bdf0c6279ce3415f6fba4b1d6696ad443d106f69027295e325d17e350
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,733
Size: 1.00 vMB
Total Fees: 0.01173672 BTC
Feerates: 150.77 > 1.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (165,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
749,635 749,635 00000000000000000005e7f15e6d8c121de9a0f89a763948be7c7a17c0095899 504 0.25/1.00 vMB 8
749,634 749,634 00000000000000000000925ea701e26eea6ef6cf169610e82be0cd2356d207f0 499 0.15/1.00 vMB 13
749,633 749,633 00000000000000000004ebdaad813c4395415152af03bbcbceac90d46ef9628b 555 0.19/1.00 vMB 8
749,632 749,632 00000000000000000000d6445143b43fd51d376f0981eed490d26b137db6e463 1,157 1.00/1.00 vMB 3
749,631 749,631 00000000000000000002d1a2fc6bfcbafa60c3aba0740c39c164e9dcc98c8d6c 1,280 1.00/1.00 vMB 6
749,630 749,630 0000000000000000000917009f076589f1cf5239aad0d0dadf970fce2a274be2 2,386 1.00/1.00 vMB 8
749,629 749,629 000000000000000000020083c735844f0b327ad05d1ac920e005d7c4e2e822d6 2,813 1.00/1.00 vMB 13
749,628 749,628 000000000000000000080efc2f673c0a22ab39f74c3db501bfa4f725bb93cec3 2,044 1.00/1.00 vMB 7
749,627 749,627 00000000000000000005781974817d8ff82b3f35d56949c3f5870a0b0d839ccf 887 1.00/1.00 vMB 2
749,626 749,626 000000000000000000018c70a936dfc062cb40ad2a4e6b51f1488cfeb15c06d1 937 1.00/1.00 vMB 4
749,625 749,625 000000000000000000072d35899fac4e780409948e0fd005c030ea35af57c6c2 1,339 1.00/1.00 vMB 5
749,624 749,624 000000000000000000044dd0c1457e99e07568aebb18e76bc75db2c9b86b249c 537 1.00/1.00 vMB 8
749,623 749,623 00000000000000000006cc9bf2039e02a3994f4fd004d3f7c35cac131020806d 3,586 1.00/1.00 vMB 4
749,622 749,622 00000000000000000005a00b1abd73a10455d9be591d0f76c4ae30bcd2c39833 1,799 1.00/1.00 vMB 4
749,621 749,621 0000000000000000000057541b399ed630b1ac2202e8236b467138b439fbc0ed 2,922 1.00/1.00 vMB 6
749,620 749,620 0000000000000000000119f6e4c8b36d3bc792c5f8888a1c33e93ce7fda2602f 2,342 1.00/1.00 vMB 9
749,619 749,619 00000000000000000006e4ced18baf673eb13b5b6af61d4e3bf35efb0ac0c075 2,915 1.00/1.00 vMB 15
749,618 749,618 00000000000000000005a48714660cc9fa2e78626ce39bc2507be4373fdc863a 2,680 1.00/1.00 vMB 4
749,617 749,617 00000000000000000004381bb1f1f3b077ab09338f8aea60c76b85f6c1f8154f 2,956 1.00/1.00 vMB 15
749,616 749,616 000000000000000000030471f6d7f0f32d93748f52402095b4306f1098120a29 2,644 1.00/1.00 vMB 10
749,615 749,615 00000000000000000001a47da5207a5712aa5a8906a9273e441a900ae7b6b5ca 3,338 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.38 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: 664.37 GB
    • Received: 14.96 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.