Loading Tool

Explorer IconExplorer

Memory Pool

80,913 transactions
30.29 vMB
0.15439111 BTC
Random Selection Loading Transactions
Max Size: 182.55/200 MB

Candidate Block

Mining Attempt 74734690581834979dca3d41df95fbcf6c03083f4bf88cca99bab56b4b570c01
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 2e263daa1081113b93f8d16274f44eafa532cfeacfd9ec63fb1c7d946b33f6dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,025
Size: 1.00 vMB
Total Fees: 0.07949578 BTC
Feerates: 251.00 > 7.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (435,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,792 479,792 00000000000000000051a714b35ae8ef9970331ae9722aecc64dc63e1ae1f10e 1,819 1.00/1.00 vMB 115
479,791 479,791 000000000000000000cf8c97b1ed82c4fc5bbaa421c6d6fc5a48f7ebfd410c29 2,541 1.00/1.00 vMB 147
479,790 479,790 0000000000000000004b61c39311a9107e39bf5542e4af30edff979fc591cd44 2,350 1.00/1.00 vMB 189
479,789 479,789 000000000000000000c49a272d8304ac507f05969ec14f21020e273cab59eb06 2,138 0.99/1.00 vMB 15
479,788 479,788 000000000000000000b7193deaf6624cd58db44b16f1a0d8f4d40d706a3c68c0 2,108 1.00/1.00 vMB 137
479,787 479,787 000000000000000000133ef385bbb882fc8ebba215e8fe0edacdcaa54cf18f8a 1,940 1.00/1.00 vMB 39
479,786 479,786 000000000000000000596dace01829306a1320a7e098098c07c48e0dcc3dd9a9 1,790 1.00/1.00 vMB 149
479,785 479,785 0000000000000000001892726c62aae766d7b731209ae993b24f9053f241675c 1,862 1.00/1.00 vMB 105
479,784 479,784 000000000000000000079d2529383499d81bd2cff466f65ae515897e69c329d6 1,040 1.00/1.00 vMB 30
479,783 479,783 0000000000000000013e9460d09ad3ac0628e02e2ec89194ed697d92802fe772 1,844 1.00/1.00 vMB 90
479,782 479,782 0000000000000000013dbb3e69c3a31c50234dd7191577305c1202f3605dac33 1,953 1.00/1.00 vMB 113
479,781 479,781 0000000000000000014421b91d6c46653f791f18dce913ad0c8bdc9038d577b8 2,026 1.00/1.00 vMB 141
479,780 479,780 0000000000000000010356dbdd57bfb0d7a6d19bcd6ce49ee5c06dcd533f52e9 1,977 1.00/1.00 vMB 122
479,779 479,779 000000000000000001179c51712d193dc9bb6f7034f2fa5049d7eb37470233f7 2,172 1.00/1.00 vMB 141
479,778 479,778 000000000000000000ad8c7614e9495a5539f6a1c083db0b56af5753c4608d6e 1,551 1.00/1.00 vMB 102
479,777 479,777 0000000000000000012b21f07bfecad3366efd45ba88272b01dccad99b67653e 1,064 1.00/1.00 vMB 81
479,776 479,776 000000000000000000f1f0d07dc453b28f65dea62d83354509c4a78c4e830237 453 1.00/1.00 vMB 27
479,775 479,775 000000000000000000286a4c0816842f8e5bb3c5cd372c913a9c9981fa128d58 1,230 1.00/1.00 vMB 22
479,774 479,774 0000000000000000010f53cdcb42a43b5d75da99ee85dac9772955852de12eae 1,331 0.75/1.00 vMB 80
479,773 479,773 000000000000000000d9965ddcbebeed0581b8b12b70240697a71e2b37c156a7 1,684 1.00/1.00 vMB 80
479,772 479,772 00000000000000000127e70b9d413644029b1ddf2e73cd7b0ef32ed93bf961bd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.62 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.03 GB
    • Received: 16.11 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.