Loading Tool

Explorer IconExplorer

Memory Pool

38,601 transactions
25.61 vMB
0.05089414 BTC
Random Selection Loading Transactions
Max Size: 132.61/200 MB

Candidate Block

Mining Attempt 169ad30bfbb7dcbce0eb03559af65ac3b1d0a159d7847fb6ad9aa91967c574c1
Version 20000000
Previous Block 000000000000000000011a6914704f140ce3a45c25f2b5b11fc35dbb8b96386c
Merkle Root ffc022ef92f2b2c93b6d9c1752e7e881bd19507f4c3608add8150ca6fe8b19c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,865
Size: 1.00 vMB
Total Fees: 0.00441137 BTC
Feerates: 100.00 > 0.44 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,892 (260,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,958 653,958 000000000000000000074bd3566614ab58c097de1def216264f00233120f3b92 2,583 1.00/1.00 vMB 63
653,957 653,957 0000000000000000000031d1a0b47a154669b328e7bd014a6a6e25fe2fe345a0 2,247 1.00/1.00 vMB 46
653,956 653,956 00000000000000000008e9fca19601570c17c21cf8f46ad6435732cd5e2c0361 2,544 1.00/1.00 vMB 103
653,955 653,955 0000000000000000000d45e3a86bfeb1d498170b00264c7175793b5045e15220 498 1.00/1.00 vMB 135
653,954 653,954 00000000000000000007169ee7cd20bfdfc98f136d85c8ad12eefce8aee9a5f4 1,915 1.00/1.00 vMB 149
653,953 653,953 0000000000000000000a2fec75ff2f56ab8fd7a6dde6746e7932b90f9408a56c 1,818 1.00/1.00 vMB 76
653,952 653,952 0000000000000000000b80413a2839be2835fb6f472f426b40134e99814e961e 2,276 1.00/1.00 vMB 157
653,951 653,951 000000000000000000013ed75209dd64de518501696a34648e639e3ead47fe02 2,668 1.00/1.00 vMB 90
653,950 653,950 000000000000000000010a4c53b180cec3a5f9ab1821f469598b0ed12c66e55f 2,842 1.00/1.00 vMB 68
653,949 653,949 0000000000000000000a5aabd6a474e2d7815b5349180e55e09e13a74a2233cc 2,317 1.00/1.00 vMB 109
653,948 653,948 0000000000000000000700ea225401a7f6b135c4225ef46458335a7468d69d92 2,239 1.00/1.00 vMB 143
653,947 653,947 00000000000000000005a278272ea347d2479a88bbb28c0244ff29fd6c13b356 2,893 1.00/1.00 vMB 142
653,946 653,946 00000000000000000005f676c1db434f6bc44488d2d2a478d1280d3047310b7f 2,882 1.00/1.00 vMB 161
653,945 653,945 0000000000000000000139f1c644710b16cf83cd8c829a50552495ee4dc39df5 2,161 1.00/1.00 vMB 47
653,944 653,944 0000000000000000000a7c985c68fa717e062916cf163d6bb0d3e4c3f12808f9 2,551 1.00/1.00 vMB 128
653,943 653,943 0000000000000000000124ce933142db53f17377ad6d4cda8c20075b70d7376b 2,106 1.00/1.00 vMB 94
653,942 653,942 000000000000000000088220d4f7256052b10b9cdfc27154550bf65716e4d956 2,319 1.00/1.00 vMB 44
653,941 653,941 000000000000000000050980f8a20b9677058dc5db851945fe82e44b583df67b 2,528 1.00/1.00 vMB 97
653,940 653,940 0000000000000000000a7dd3435f98746acf95c3dc0ebaf1eb08e05a7879a109 2,775 1.00/1.00 vMB 101
653,939 653,939 000000000000000000034671aa9bf7fd15535ebb16e1b98908ac16b43bb8e53f 3,067 1.00/1.00 vMB 68
653,938 653,938 00000000000000000002d77266c5f764b6bbd79ab329cce559ae749ad219b076 1,962 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.20 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: 653.87 GB
    • Received: 14.05 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.