Loading Tool

Explorer IconExplorer

Memory Pool

43,570 transactions
27.02 vMB
0.05773255 BTC
Random Selection Loading Transactions
Max Size: 142.50/200 MB

Candidate Block

Mining Attempt 6591f205c7ba5da9b9a816db9aa16dc65ef58a01104c8eac4d5e95e23aa743e1
Version 20000000
Previous Block 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083
Merkle Root 7e656f8b18afa07dee63ef09b45c705dbbdb4d69e2b8393019dcc0db4204b45b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,996
Size: 1.00 vMB
Total Fees: 0.00751507 BTC
Feerates: 160.56 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,915 (76,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,735 838,735 000000000000000000008ca8f2a39c248013a44a34d35f229d776a1691037e1a 3,546 1.00/1.00 vMB 38
838,734 838,734 0000000000000000000335123e5f277af985650fba620c395c9d743d090131fb 3,489 1.00/1.00 vMB 47
838,733 838,733 000000000000000000001b8e89998fca5ec460c285a6effce0505781ebe8bde0 4,045 1.00/1.00 vMB 47
838,732 838,732 000000000000000000013c8aaed2a48e54538b3bb4ca55d97d557fde05450e33 3,925 1.00/1.00 vMB 67
838,731 838,731 00000000000000000000dbb95860de8175c5da49738e1acf85e05ec7e682a12d 4,498 1.00/1.00 vMB 52
838,730 838,730 0000000000000000000309d9b32a8dc1fb9b22ff22c25a11a5bbc952549b2e1d 3,689 1.00/1.00 vMB 64
838,729 838,729 00000000000000000000ced58ab8a39c6b7685912660c8feced5620d9f8eaee2 3,900 1.00/1.00 vMB 78
838,728 838,728 000000000000000000017ec181d09f0e92c1b0f62552f571f0e39a84754100b3 4,227 1.00/1.00 vMB 74
838,727 838,727 000000000000000000023622732c5a9f63b0de658d6de1e1d7b4f35c08f8d200 3,787 1.00/1.00 vMB 85
838,726 838,726 00000000000000000001e5274209fdf36ba5be9593ed16fc48195c622dceca05 4,508 1.00/1.00 vMB 95
838,725 838,725 00000000000000000001eea910ae22b94641f552f863b0c5ec219fb5068b6748 4,579 1.00/1.00 vMB 111
838,724 838,724 000000000000000000024bed00e4b242b74bfad29ebf630726db6b5623dacf11 4,624 1.00/1.00 vMB 68
838,723 838,723 00000000000000000001ac478370d05777086a9bdfd864b14040b5b9ccfb02d5 4,820 1.00/1.00 vMB 75
838,722 838,722 00000000000000000002ec03fb0efa6a493c1d050b75427e437e826fbc89206b 5,232 1.00/1.00 vMB 76
838,721 838,721 00000000000000000000df6dc995e315ef4fce78ab51f2163725e2f13cd47a5f 4,732 1.00/1.00 vMB 70
838,720 838,720 00000000000000000000e2a39a14060b93a39f9f62a1ce60ea896467b8c1292e 4,696 1.00/1.00 vMB 72
838,719 838,719 00000000000000000001592771f1cdbf226347c4af04c21c842cee60770af20c 4,463 1.00/1.00 vMB 38
838,718 838,718 000000000000000000034090501c3f18b95abf6e7338d17b8decb8be9bbbcd78 4,289 1.00/1.00 vMB 40
838,717 838,717 00000000000000000000499d4153e0014cd5cfd4c0370194e1ef940146cf94c2 2,858 1.00/1.00 vMB 32
838,716 838,716 000000000000000000007b5fa57bc186356fd6268c25870ef4dfdbe19986ab9e 3,197 1.00/1.00 vMB 34
838,715 838,715 0000000000000000000131d91aba753705590293767cce7ea98f46679442b1d9 3,504 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.24 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.07 GB
    • Received: 14.25 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.