Loading Tool

Explorer IconExplorer

Memory Pool

82,819 transactions
30.58 vMB
0.13961602 BTC
Random Selection Loading Transactions
Max Size: 184.10/200 MB

Candidate Block

Mining Attempt 78ea12e4b7abf98b81731b2a1bb9f95fdf77765c8719fc0a578fab34fc7c3081
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 56f933c684e15ced5c603c4c5ca278a1b1d118a26ba3e20a071f5012c016a815
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.07594733 BTC
Feerates: 150.77 > 7.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (137,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,975 776,975 000000000000000000013a6f060708abf65f18c9560d6056b1d6494bdf6ba9fe 1,006 1.00/1.00 vMB 7
776,974 776,974 000000000000000000059d4082c32d9469bb9bf97501d43c53d6b41e2b07c345 1,328 1.00/1.00 vMB 10
776,973 776,973 000000000000000000054eae97ae7b2cbb61b6d96cd3e81af7cd4a494aad84b5 1,651 1.00/1.00 vMB 3
776,972 776,972 00000000000000000004073d148c7aaa55e53d1c1dd9afb202da8a0d1ffd713b 1,913 1.00/1.00 vMB 7
776,971 776,971 0000000000000000000277d7ac743a6ab4b013b706ef9c4ffd80afe32bb057dd 1,767 1.00/1.00 vMB 13
776,970 776,970 00000000000000000004d1180a00a19393616b610e36fe2852c5eb0c690a667c 3,388 1.00/1.00 vMB 28
776,969 776,969 000000000000000000026452a5f64d57a3f3fe7fe5131603a0bf3e5e60d96d98 2,503 1.00/1.00 vMB 10
776,968 776,968 00000000000000000005f05c8834c6a63ebf26a96eae5fe0b8f21261cc487cb9 1,705 1.00/1.00 vMB 15
776,967 776,967 000000000000000000068e1455f828ecb7645d25968132c03253940980cad1ec 3,661 1.00/1.00 vMB 27
776,966 776,966 0000000000000000000648d3c8ec1484c50f589a46312052e2872074f6392898 2,980 1.00/1.00 vMB 24
776,965 776,965 000000000000000000071dada8051bfd788102b21d9f73d06689b83655621a4e 2,287 1.00/1.00 vMB 35
776,964 776,964 000000000000000000012019824a81e031d931b8f309d248c9b323c5e52ba82f 940 1.00/1.00 vMB 5
776,963 776,963 00000000000000000005f0bb73331239c37290f012a63db93d83793cd7e1fdf5 1,763 1.00/1.00 vMB 12
776,962 776,962 00000000000000000001319a545172e648bca07a196b6536d4a258a38ec83de3 2,643 1.00/1.00 vMB 16
776,961 776,961 00000000000000000006d10e389bc1e441577f9f5d79757aa859d160d829f5b9 3,471 1.00/1.00 vMB 27
776,960 776,960 000000000000000000059085fc78fc0dce7bcb28e789ff3b5c2da3114f492f55 1,902 1.00/1.00 vMB 13
776,959 776,959 000000000000000000019926e24ff7032281440763d94a7186b60be4cf3bcc30 2,683 1.00/1.00 vMB 19
776,958 776,958 0000000000000000000189cdff28de3cefe01649024d914fe42e2233984db7c0 2,725 1.00/1.00 vMB 17
776,957 776,957 00000000000000000003c95107ee98f1e23b42a50eb057fc44d7c0b7e3552326 2,422 1.00/1.00 vMB 21
776,956 776,956 00000000000000000003c796bfe632728aa389d0ffa1f01e22137a2c13a13a91 1,273 1.00/1.00 vMB 9
776,955 776,955 00000000000000000000db30d9a753db0c06315ffd0b88dfc6ba698f739d0ed0 1,830 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.33 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: 660.43 GB
    • Received: 14.74 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.