Loading Tool

Explorer IconExplorer

Memory Pool

42,053 transactions
26.90 vMB
0.06258710 BTC
Random Selection Loading Transactions
Max Size: 141.02/200 MB

Candidate Block

Mining Attempt 6f51b1fa0d0b391d89a597cda6cd110f85b03ec2e6b107905d3d8a507effa6c6
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root e597b63cdd5786fe8ba8d7d277a95e4f79cf8799a6452eb0f8dce4129cbf1ed4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.01261128 BTC
Feerates: 60.14 > 1.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (498,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,795 416,795 0000000000000000023e95b63d6409f6f3085e167a46fe9ec566ea1f0797db5f 1,876 1.00/1.00 vMB 66
416,794 416,794 000000000000000001479ab39ac794052440bb21ff6b9cc218c0137ee7959034 1,877 1.00/1.00 vMB 64
416,793 416,793 000000000000000000a8c2ff081b99646cf446370e741573e1ab98d62f82e76b 2,038 1.00/1.00 vMB 75
416,792 416,792 00000000000000000459786bebf30368009e5a19d2353ec927a6daa196ef683f 2,464 1.00/1.00 vMB 72
416,791 416,791 0000000000000000006073036204a3350aa6d388bcc205fbb4475366690d72f6 748 0.48/1.00 vMB 56
416,790 416,790 000000000000000004873964e662ae916a99e8823ba52952ee29cb7bada83663 1,018 1.00/1.00 vMB 28
416,789 416,789 0000000000000000012057d3073b839b8efd89833220c1a9a24bdcdd2b519b84 2,427 1.00/1.00 vMB 71
416,788 416,788 000000000000000000f64ca19df3af36d999c6bbb13104869c5ef787839fa4d4 1,883 1.00/1.00 vMB 59
416,787 416,787 0000000000000000043774bb6f28d47e0d6304d84ab1ff9a1955f1cc79c6ce58 1,268 1.00/1.00 vMB 36
416,786 416,786 000000000000000001a93dc9381870cc47d98346da6f41f1571b55ddecb6f78c 648 1.00/1.00 vMB 24
416,785 416,785 000000000000000004d269bf0e1d358ee51a45ee3b528cd1dd2e29d36b50fc8e 1,626 1.00/1.00 vMB 54
416,784 416,784 0000000000000000008b2cb70cd1dfdccc062ef5193c2c6da3b0db0e79d81dc5 415 1.00/1.00 vMB 18
416,783 416,783 0000000000000000055013b947ad4bcad810e79cb4194c81bc2203e1486b1859 1,767 1.00/1.00 vMB 43
416,782 416,782 00000000000000000246488bf7f59e23294449eb18bda5798722e41d7e035beb 2,571 1.00/1.00 vMB 65
416,781 416,781 000000000000000004646a3f64dfdcd0c54b9a22f6243d0f769eefbff6d34a76 152 0.07/1.00 vMB 50
416,780 416,780 0000000000000000005d66a9e82f8e1431de5aa340d9bee3a270e2ffbcbc1c05 345 0.86/1.00 vMB 28
416,779 416,779 0000000000000000051f90371ad23d7e911393108d142482478cda9709c399d4 2,495 1.00/1.00 vMB 64
416,778 416,778 00000000000000000151346b6037951b301e3d9eab665ed10602a7f2ed69d306 983 0.48/1.00 vMB 56
416,777 416,777 0000000000000000016cb5f8e581d62d14bff8cfbc39f2fea2fe9d08db9ed303 1,033 0.37/1.00 vMB 68
416,776 416,776 0000000000000000044b8396bd0e84825aa4cfbf993c3040f3e1a9af0fef6656 1,535 1.00/1.00 vMB 35
416,775 416,775 000000000000000002bd778a4c2858b7f388ffd42512d87ecc7c3442f3d87b67 2,534 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.23 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: 655.03 GB
    • Received: 14.23 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.