Loading Tool

Explorer IconExplorer

Memory Pool

49,648 transactions
29.05 vMB
0.10213348 BTC
Random Selection Loading Transactions
Max Size: 154.14/200 MB

Candidate Block

Mining Attempt 640fc6b93d4b1d81256466e945147fe9f0b15caaec7ace7aebbb4b5f5804f60c
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root dc0b50e8e722deddca7544c8661a761d1a03df3e2eae3c9b7ae7e49dc0800962
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,928
Size: 1.00 vMB
Total Fees: 0.02580544 BTC
Feerates: 70.48 > 2.59 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (222,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,231 692,231 0000000000000000000093de90b97e8a87554bfde5e76a89ef7213bd7e426109 176 0.06/1.00 vMB 18
692,230 692,230 0000000000000000000c4e0ea67d5e1a2ace43b6dc8d5be9a74bee120dfe8b30 464 0.15/1.00 vMB 13
692,229 692,229 0000000000000000000e2059b1a78cd2c27e6cb34e52fd6ca08df7ac57f84fd1 193 0.07/1.00 vMB 19
692,228 692,228 0000000000000000000b6377a3f4cb18e6f674605e43732a285f974668a0a787 934 0.40/1.00 vMB 13
692,227 692,227 00000000000000000011df7a77112dac7a5699632fab64f5ed8be76eeb8aae89 1,113 0.63/1.00 vMB 12
692,226 692,226 0000000000000000000562f92eb8daac0960318be71d3ec3e3f94d98fcd93c5e 424 0.64/1.00 vMB 5
692,225 692,225 00000000000000000000c9d1871a5b9f88863d272df4247854c908ea39ee62fc 763 0.24/1.00 vMB 11
692,224 692,224 00000000000000000005cb3e187a093bcafdc708018f24c5ce803be8a38a0680 312 0.11/1.00 vMB 26
692,223 692,223 0000000000000000000449738325b8bcdcdb753beb5aa025f1f426f4f5587d71 1,140 0.48/1.00 vMB 13
692,222 692,222 0000000000000000000ffac8e4ae0a3ff8a58a16772b3b16dc77e5c88bf0c835 1 0.00/1.00 vMB 0
692,221 692,221 00000000000000000000385c7e3c76e0737c1baf9a0f6d0a881bc310ceba7dec 1,582 0.59/1.00 vMB 13
692,220 692,220 00000000000000000005fc1dd2df1c608639d3c6cab8fd4442f908a27a7088d8 74 0.04/1.00 vMB 18
692,219 692,219 0000000000000000000e73ee0d92452d41256bf30f755960259142fc6ba7c295 626 0.24/1.00 vMB 14
692,218 692,218 0000000000000000000e5d7e77f3ba720a87aa44640f527000071019c3eabea6 1,876 0.74/1.00 vMB 22
692,217 692,217 0000000000000000000e227eaa64ff797630f66ee00fdb3cd297116f108095ac 1,116 0.45/1.00 vMB 13
692,216 692,216 000000000000000000000797831bd6cfa7e024bab0714e1ad33b3d4698e55108 539 0.58/1.00 vMB 2
692,215 692,215 0000000000000000000cd9641aac5b093c5b25ea45a27868f3f5128a9c1c1ceb 2,331 1.00/1.00 vMB 10
692,214 692,214 0000000000000000000b03d8980ecdfec5ccff4b229431fef5bb7ab40e4aa838 2,240 1.00/1.00 vMB 11
692,213 692,213 0000000000000000000ad4de636d2dfcb265fb6718e3d3ad77d7b33465cf1190 2,428 1.00/1.00 vMB 11
692,212 692,212 0000000000000000000885863e03205a70db6c8b86f0484e39697de423c7f6a3 323 1.00/1.00 vMB 2
692,211 692,211 00000000000000000001727f19f8f7d379e02911d4690d854dae046cd2d4bafd 910 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.