Loading Tool

Explorer IconExplorer

Memory Pool

54,128 transactions
32.15 vMB
0.18314334 BTC
Random Selection Loading Transactions
Max Size: 172.25/200 MB

Candidate Block

Mining Attempt 1294aab8b89bdfbfac144241c8e4d8eba83e130d2cf66f2fb5dc49c73834c089
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root bb0cea3e5e1c2b5d0abae5c2067d1a5b2a298cb24d715a4e99ee09236692d3b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,964
Size: 1.00 vMB
Total Fees: 0.08053038 BTC
Feerates: 101.66 > 8.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (244,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,791 670,791 0000000000000000000bd765092426eec27b00c8750d7a8a3c22872ad76a809f 1,383 1.00/1.00 vMB 110
670,790 670,790 00000000000000000002b2887da99bdf949d72d66dd76fb2d56fc70d23f84958 2,802 1.00/1.00 vMB 124
670,789 670,789 0000000000000000000938dfa3934fcde1f7d795a65c3c7c37c6a8eaaa47adec 2,166 1.00/1.00 vMB 116
670,788 670,788 00000000000000000008c66665629accd72896165bb98f32fc63203d6349a197 2,926 1.00/1.00 vMB 146
670,787 670,787 00000000000000000003672899537b7cbdfc1ce3865e717879f51678fca66896 1,235 1.00/1.00 vMB 18
670,786 670,786 00000000000000000004dd100b4eafa718948863beb7518c19f99b57d1083479 1,938 1.00/1.00 vMB 31
670,785 670,785 00000000000000000000eaf8af425c2b41194f57566f02e84d43950aa72f906f 1,889 1.00/1.00 vMB 21
670,784 670,784 0000000000000000000a778ea2978d7cd13aba90ced5ec2e97fddb353f380257 2,665 1.00/1.00 vMB 31
670,783 670,783 00000000000000000009a01394925f0916f922d4091a687852893e93dc91b358 2,422 1.00/1.00 vMB 44
670,782 670,782 0000000000000000000a9638b6f3dd83ad6b1d1277213622ab52e7664655c36c 2,964 1.00/1.00 vMB 45
670,781 670,781 000000000000000000034bf678c83aa4ce4cb3fe8d710e6d4c129540d12062a3 3,236 1.00/1.00 vMB 84
670,780 670,780 000000000000000000086894e21fc20870225b96e86faf2293a07858a17c43ee 1,613 1.00/1.00 vMB 112
670,779 670,779 00000000000000000008f6f673f0bbbf1cd7b0437a050ecfcdf697e704a3f02d 2,847 1.00/1.00 vMB 130
670,778 670,778 0000000000000000000c24481322d2612b607eb499a3ba7907df8d7b5e035efb 2,804 1.00/1.00 vMB 108
670,777 670,777 000000000000000000070a2a1b5d752109b0187bcb36575d3202e033a45c7444 2,813 1.00/1.00 vMB 132
670,776 670,776 0000000000000000000c7232393945dd8fd1b85a7cf91355cc084b284b53c5c0 2,905 1.00/1.00 vMB 69
670,775 670,775 0000000000000000000a8c75319bb3eb9f40a5ec1c98c160d056d94e203749e2 2,610 1.00/1.00 vMB 134
670,774 670,774 0000000000000000000b0ac847157b3e31890c1f6d90cd85d026edae554e9502 2,651 1.00/1.00 vMB 120
670,773 670,773 0000000000000000000c92523a8c5bc969e74fd0e042a8f98d72c7266b1e70d6 1,915 1.00/1.00 vMB 57
670,772 670,772 00000000000000000003b6a22dc9fec3409028054ec56e8c8d184f00458301dc 1,425 1.00/1.00 vMB 24
670,771 670,771 000000000000000000036e584dcb06ceff3c50284a46087a016cf35005c1be74 1,381 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.07 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: 651.23 GB
    • Received: 13.49 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.