Loading Tool

Explorer IconExplorer

Memory Pool

77,927 transactions
29.80 vMB
0.10669272 BTC
Random Selection Loading Transactions
Max Size: 177.74/200 MB

Candidate Block

Mining Attempt deb19b3948494c4b1f8c72219824c7259b23e99b0134652d1d6bea1b6713d512
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root ffa71679038ccf507a9d78b91d272eae4e19ea169fd7a34f84957df7b3ba7855
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,544
Size: 1.00 vMB
Total Fees: 0.02331334 BTC
Feerates: 109.82 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (121,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,756 793,756 000000000000000000025b5127ef5872924753f3748a5e95123101741cb1d6e6 3,023 1.00/1.00 vMB 49
793,755 793,755 000000000000000000018f57dd7f8f4d1c9e33b2ddfc836130f0965a9b815819 3,695 1.00/1.00 vMB 22
793,754 793,754 00000000000000000001967a6aeb9ba377f1adef21be09d19aefbd56e1dac38f 2,633 1.00/1.00 vMB 26
793,753 793,753 00000000000000000000ac1ea5649f65dd3589250ef41be02a13dccf0030df14 1,787 1.00/1.00 vMB 23
793,752 793,752 0000000000000000000438526869551bafe91eeaf188fd62a2fb2a4f2a5fb4db 2,450 1.00/1.00 vMB 33
793,751 793,751 0000000000000000000294eb3f493d21bda52d2afd0fafb9d8633f644b326d6c 3,083 1.00/1.00 vMB 16
793,750 793,750 00000000000000000002ca6e0c5c541582227affaaaecc08b291843123f6a3d9 1,679 1.00/1.00 vMB 15
793,749 793,749 0000000000000000000198db221e2f6a31156496e473d6c79a254fa0a9fa9e0e 1,606 1.00/1.00 vMB 22
793,748 793,748 0000000000000000000303d5b3f4dc416132a71695ff7a4e8ed4613fa43ea9eb 3,278 1.00/1.00 vMB 53
793,747 793,747 000000000000000000044876c66792ad8cf9784b91e66618fc7090681c20ee9e 2,003 1.00/1.00 vMB 13
793,746 793,746 000000000000000000009394f91ad00c65d762ca6e5bcd7b9522201a6a5e6187 940 1.00/1.00 vMB 16
793,745 793,745 000000000000000000021a293d6f13133aba8d3c2ef68daf5f17c9cfd9b5dfdc 2,064 1.00/1.00 vMB 33
793,744 793,744 0000000000000000000445f2a6bcdc9688ec087150526ffd4f57dd2ae0c221b0 2,496 1.00/1.00 vMB 34
793,743 793,743 00000000000000000001350c1946a4288c6837297d0b40f12a4bd0265052ff4a 1,823 1.00/1.00 vMB 45
793,742 793,742 000000000000000000040fb6ac79f47bcda37696f482a949c1584b354cdfed0e 2,250 1.00/1.00 vMB 18
793,741 793,741 00000000000000000001bc263f4a39d489db4fd2cd838dc5118d43b7780e4cac 4,361 1.00/1.00 vMB 18
793,740 793,740 00000000000000000001fc8fa9457e8a324307fe4c9fc625666a7b885b7b9b13 2,302 1.00/1.00 vMB 13
793,739 793,739 00000000000000000001b43b30e57e4cf428fca40ba0913f0927afad9b6171e3 3,251 1.00/1.00 vMB 36
793,738 793,738 000000000000000000032e4c9b9210b25d31d5d618072c95279a6eeb84aaa2d5 3,283 1.00/1.00 vMB 50
793,737 793,737 000000000000000000002268d82fdb47d5d2fb935ee6d8cec580af815e5fc1b9 2,336 1.00/1.00 vMB 29
793,736 793,736 00000000000000000003699e20beb9c49afcab519e37d872822dcf53ae3e33e7 1,712 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.91 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: 714.14 GB
    • Received: 17.51 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.