Loading Tool

Explorer IconExplorer

Memory Pool

45,411 transactions
28.85 vMB
0.13474208 BTC
Random Selection Loading Transactions
Max Size: 150.28/200 MB

Candidate Block

Mining Attempt 527c23b51565f2409af405feed6fc35733cf2dcf34df5b8f141d5191518478bc
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root db8f7694c65db7e0ba0b41d244bf587341dd3808c09390b862f5b35366940d2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,610
Size: 1.00 vMB
Total Fees: 0.03820066 BTC
Feerates: 100.25 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (160,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
753,965 753,965 000000000000000000082a4fba53af3de7279ecb0d47061c211f1c66095809c3 3,023 1.00/1.00 vMB 18
753,964 753,964 000000000000000000008b3a9b1d11b58cd18a7cdb69e83c122c837160e1b11e 3,154 1.00/1.00 vMB 25
753,963 753,963 000000000000000000039f2e224b0bc2fae14dc01a7e89551c9160a86616cf3d 2,093 1.00/1.00 vMB 20
753,962 753,962 00000000000000000001d51a30a2cdbfa67e2c2728f3011ce0bf7633b787465d 2,919 1.00/1.00 vMB 35
753,961 753,961 00000000000000000007966b7f4fb31d00d198c7afd7b7ea9701b70397293438 2,167 1.00/1.00 vMB 11
753,960 753,960 00000000000000000000892713b212f505a81b5ec8bceaaf06992afa0d65b0c3 2,250 1.00/1.00 vMB 18
753,959 753,959 000000000000000000031c8ea26acfb5aba398e9257a539a4b8575ca86b8fa73 2,228 1.00/1.00 vMB 15
753,958 753,958 000000000000000000079492db0e234664aeca6c3498c4f5810daa5f9062a625 2,349 1.00/1.00 vMB 17
753,957 753,957 00000000000000000000b85be68c6113b9c4020276633b4c77ae4751447d58d0 3,038 1.00/1.00 vMB 13
753,956 753,956 00000000000000000007864629e2bd7853931ba93c06b3aa32685f016abe0249 3,102 1.00/1.00 vMB 28
753,955 753,955 000000000000000000088dca5058d0ffb2afb785112e11bb4f41c9d82106c573 2,210 1.00/1.00 vMB 11
753,954 753,954 0000000000000000000830091f9565a45c589176af8e874d4546ebf92d460c1f 757 1.00/1.00 vMB 11
753,953 753,953 0000000000000000000306e84c8eb9b177a89a1c942818af6252cc51b41dd3fe 3,693 1.00/1.00 vMB 16
753,952 753,952 000000000000000000069ef1bea63144134093198242dae9f22309e14e463baa 1,853 1.00/1.00 vMB 14
753,951 753,951 00000000000000000002f70eda12df8e0fdc4d481560fe13d613f80071ea1761 3,454 1.00/1.00 vMB 30
753,950 753,950 000000000000000000090f127b3aa73937e4f0950979180df4c78b075ad33fe9 3,066 1.00/1.00 vMB 24
753,949 753,949 00000000000000000008ecdec9229995333025d30f053b058c1a7522de77f17d 1,849 1.00/1.00 vMB 5
753,948 753,948 0000000000000000000028c267c5a53a6b19c55e80f244b3cadf9eea1055c9a4 2,434 1.00/1.00 vMB 12
753,947 753,947 00000000000000000005a65758be45cd9348af5588d1a129198800fe997c2843 2,785 1.00/1.00 vMB 30
753,946 753,946 0000000000000000000519f2d4d0dca12deb6b6a30ba7f9895c86e5bcbe7f0e7 2,632 1.00/1.00 vMB 11
753,945 753,945 00000000000000000008c92a60e208a14b1bfb31499f9249d85befaa258af3ff 1,559 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.