Loading Tool

Explorer IconExplorer

Memory Pool

44,670 transactions
27.39 vMB
0.09528173 BTC
Random Selection Loading Transactions
Max Size: 144.71/200 MB

Candidate Block

Mining Attempt 7c3b37674ceeb06dc7e9a45427b4ff3e85c4fbe228cb31a1a6dcb001d8cccce6
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 52e518c5bf0d28ebe0fd161d45d50813285d7e0c3153715f0426873e9d5e14a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,756
Size: 1.00 vMB
Total Fees: 0.04402538 BTC
Feerates: 150.75 > 4.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (288,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,961 625,961 0000000000000000000fa05c59ad0ab561e2cf3c145ad5cc0a094f8fe3cd5c5f 2,716 1.00/1.00 vMB 35
625,960 625,960 0000000000000000000ed420d9d48233ed63bcfa2f312201896a3e9acb70d51f 2,801 1.00/1.00 vMB 18
625,959 625,959 000000000000000000063ccdaefc776b9773ae0f2c0430356212446d5cfb64c4 3,122 1.00/1.00 vMB 18
625,958 625,958 0000000000000000000b36bb4b80591c7bfad5695e012ab48b397221fbaee967 2,794 1.00/1.00 vMB 23
625,957 625,957 0000000000000000000cf8e31619cd77e0a0a290884eeb002d52126ce275eaae 2,291 1.00/1.00 vMB 29
625,956 625,956 0000000000000000000b3a636932c1c0e67aa6625d1a104cc17b427cbd6c0fc6 2,036 1.00/1.00 vMB 26
625,955 625,955 0000000000000000001068472d8dc0d3f6e849b6eb5f19b2c760914aaabc88e1 2,599 1.00/1.00 vMB 25
625,954 625,954 0000000000000000000ece41e4a751da47f97f116d6b0939d6d6edf0024838cf 2,466 1.00/1.00 vMB 34
625,953 625,953 000000000000000000049084149a4b07a31186b05dc5a1f991b4b26a26ed8018 1 0.00/1.00 vMB 0
625,952 625,952 00000000000000000009ecbb29f57d48b943f4737d37784f707b9d296d95a77a 2,542 1.00/1.00 vMB 28
625,951 625,951 0000000000000000000b46aade77344b1efcd0d2c4a1badc22b5e2cedc68422b 2,541 1.00/1.00 vMB 31
625,950 625,950 00000000000000000001883796dd659e30129db89674319e85b297f426366df8 1,745 1.00/1.00 vMB 30
625,949 625,949 000000000000000000016144c36415479de5495a53c4ee440dc383a0df225bd3 2,385 1.00/1.00 vMB 40
625,948 625,948 000000000000000000012cfd7b61e3a3d6e2a76d0f0b0fa9ecb24e0a8379c3e4 1,531 1.00/1.00 vMB 78
625,947 625,947 000000000000000000117880ed967a6dcfbb068964bcfd7155139f2a05d40182 2,723 1.00/1.00 vMB 10
625,946 625,946 000000000000000000063f176addbb2cdb7ca2d6e1bb4f6619044d91118b8f6b 2,582 1.00/1.00 vMB 18
625,945 625,945 0000000000000000000ce10300db97bb41c3f699588ec30e706c9c6f0ad22039 2,387 1.00/1.00 vMB 11
625,944 625,944 0000000000000000000e8b98b357614adaa955445b470a9f8b9d87de0d35af45 2,417 1.00/1.00 vMB 11
625,943 625,943 000000000000000000120ae03f144cf30c6db644a3fe640b03df84541396be68 2,776 1.00/1.00 vMB 13
625,942 625,942 0000000000000000000b52e5f79972ccb1b42f14bd5097381551ed7bb4f78478 2,305 1.00/1.00 vMB 11
625,941 625,941 00000000000000000011604b6d32a6074720f60aae04edf20396bbaf65e50edc 207 0.07/1.00 vMB 12
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.15 GB
    • Received: 14.27 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.