Loading Tool

Explorer IconExplorer

Memory Pool

84,352 transactions
31.67 vMB
0.14274026 BTC
Random Selection Loading Transactions
Max Size: 189.17/200 MB

Candidate Block

Mining Attempt 83e969d09402b70d7392aa32ed47684d01785920775c1c884a9962a63be79b2f
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root 8cfcfe01bd7d71516e08cd25770b8c595281b2ca637090d0abc69ffb6f1a3e93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,247
Size: 1.00 vMB
Total Fees: 0.03771141 BTC
Feerates: 55.77 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (324,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,058 591,058 0000000000000000000aa2aa733cba28e337717fec788095bb92d12505dc5807 2,246 1.00/1.00 vMB 41
591,057 591,057 0000000000000000000c61d528c53a2ab99010cb5c7ddd46ab89af0764c7f679 2,526 1.00/1.00 vMB 57
591,056 591,056 000000000000000000187228721b10263efeda91638081ecff5622abd8bf6dcb 2,157 1.00/1.00 vMB 35
591,055 591,055 00000000000000000014a0296877f13736f29a316499a97371b7c7ed963c89fd 2,092 1.00/1.00 vMB 37
591,054 591,054 00000000000000000003f525daedfd0001f7f3e77da4b1117f71a0abfb0a1151 1,969 1.00/1.00 vMB 54
591,053 591,053 0000000000000000000b304d45ae7149390d58e12c4ae0d8568f1754175dca69 3,071 1.00/1.00 vMB 61
591,052 591,052 0000000000000000001491c15d1be6be09946d8ca92975040d48a1b09267a4e9 1,716 1.00/1.00 vMB 40
591,051 591,051 0000000000000000001307957f94fa3d066efe1406c2fffde4522fbb5a137832 2,823 1.00/1.00 vMB 48
591,050 591,050 0000000000000000001b1756d0b68f15b8bcc980a6395ce990fd1002bcbb8f01 3,087 1.00/1.00 vMB 83
591,049 591,049 000000000000000000137429dfc1930c615d9c40e9d8d1cb624647e43b54c353 154 0.08/1.00 vMB 62
591,048 591,048 0000000000000000000fcbab21457c82baeca3df2f7fc7f63c9c7c18f3a0d5e4 2,717 0.98/1.00 vMB 36
591,047 591,047 0000000000000000000be816b7f6abbab3875e3288a575b8568d3f7cdfaa7dc3 100 0.03/1.00 vMB 32
591,046 591,046 00000000000000000016e02903422600f4232898eb92a1738819c98dd6d0d9ca 2,636 0.97/1.00 vMB 25
591,045 591,045 0000000000000000000092f63a59d9d3a22e4c755d6e1d679a067a26f6b6059c 2,541 1.00/1.00 vMB 46
591,044 591,044 000000000000000000006f616cd0ba0b277c1d069ef30fee2bbb6ea33eb7484d 1,746 0.67/1.00 vMB 29
591,043 591,043 0000000000000000000a4d6c001099a938b4982e2d4aedb9b65cc96b3d05a011 2,603 1.00/1.00 vMB 39
591,042 591,042 0000000000000000001709ad65dcb4b51984f5edd5d07cceeb16cbf4b2aef59d 1,688 0.70/1.00 vMB 36
591,041 591,041 000000000000000000158cae1928322ef4720f1b4bfb356210b21222de5738a9 250 0.10/1.00 vMB 49
591,040 591,040 000000000000000000053117167a0e052045fcc85aee0e864285a165c1929720 2,619 0.97/1.00 vMB 25
591,039 591,039 000000000000000000048dc9f22f69e849b9ed99a648bf5119910ec772c98117 2,580 1.00/1.00 vMB 21
591,038 591,038 000000000000000000194c9dc29c233941472c9e84f9da1610a7a73a40b6dd9c 3,216 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.