Loading Tool

Explorer IconExplorer

Memory Pool

85,614 transactions
31.93 vMB
0.20880301 BTC
Random Selection Loading Transactions
Max Size: 190.96/200 MB

Candidate Block

Mining Attempt acb4cfb47f6f0481a6616cf81428a22354f0d85c899aeeb951cf84f4c50740b2
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 9f5e773436bdaf7fb5678113a2ffbca6d2971232e761fdc91f5330862b5d0c49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,942
Size: 1.00 vMB
Total Fees: 0.09430489 BTC
Feerates: 529.10 > 9.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (468,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,972 446,972 0000000000000000010ba0d4fcb7cf924690426f2eaccd8a8f4f11c6d27523e4 945 1.00/1.00 vMB 53
446,971 446,971 00000000000000000323dd8c4c4b7c0aa1c42d885911dd98fab808fc4831a3a3 1,504 1.00/1.00 vMB 62
446,970 446,970 00000000000000000002c915e46d2d7efd0aafaa216e8444e9611430702b423d 2,517 1.00/1.00 vMB 23
446,969 446,969 0000000000000000025ba6e5086fe1d2b4ff5c68d64e4976d6692ed8a316fd85 1,653 1.00/1.00 vMB 65
446,968 446,968 000000000000000002d65df0104b2f0e90577bb2cadcaa9fd6c8bd6aaf8e6300 1,672 1.00/1.00 vMB 65
446,967 446,967 000000000000000002386e4f154d087d73bcd0e581d0aa6da143abe9a797b04a 1,464 1.00/1.00 vMB 61
446,966 446,966 00000000000000000041213565d8e47003722039f0a3c82658fbe5eb30ac23ee 2,246 1.00/1.00 vMB 81
446,965 446,965 000000000000000000c2570abed8a7e4db85f5aacba9b69cc67e4a84592138bd 1,580 1.00/1.00 vMB 52
446,964 446,964 000000000000000001cbfc01abc6bb835133ede6540942daf5f8fb6fc19898a9 1,439 1.00/1.00 vMB 64
446,963 446,963 000000000000000002803e842bed291fc16899c474f4491dc142405f8bb2ae93 2,272 1.00/1.00 vMB 78
446,962 446,962 000000000000000001a0a2785430e06150c4429cf5b73576bd8b38e4274dc253 1,291 1.00/1.00 vMB 42
446,961 446,961 0000000000000000002a43ce551b2d91e0cf022f3cc192e1d46965ed10b3692d 1,749 1.00/1.00 vMB 61
446,960 446,960 0000000000000000000ce965c14bdaba0546f137de4222feb91ca158e7539b16 2,691 1.00/1.00 vMB 89
446,959 446,959 00000000000000000124d7d7fba5079ea9eb3d03ffcfca551610344ef38f784e 2,493 1.00/1.00 vMB 102
446,958 446,958 00000000000000000100fb11109444f6609fb381a6478f6713c135eaab375f85 2,097 1.00/1.00 vMB 80
446,957 446,957 000000000000000002438fd6a7ef6c9cf9d70eba5dea9f3439f690b7f5629529 2,243 1.00/1.00 vMB 62
446,956 446,956 000000000000000000789177accc1bde02c91054fcfd79285b576475c5e7f333 2,955 1.00/1.00 vMB 76
446,955 446,955 000000000000000003063ddff65c72f6e978d9064006ac2ffc341777e5c3d24e 2,120 1.00/1.00 vMB 75
446,954 446,954 000000000000000000395103b2b7538a9e05451264e680fb82307684cd040f44 2,557 1.00/1.00 vMB 80
446,953 446,953 0000000000000000036cb79474f58bd89a4969c873e486309e7af2fefb74bb07 2,725 1.00/1.00 vMB 103
446,952 446,952 000000000000000002effa57c39c1246d6d9560871bd46ec862168ed743fe95a 2,295 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.