Loading Tool

Explorer IconExplorer

Memory Pool

78,955 transactions
30.09 vMB
0.09151641 BTC
Random Selection Loading Transactions
Max Size: 179.78/200 MB

Candidate Block

Mining Attempt 9943d5539131c0fc354566966000f18522f9355649e0344ea4b4de2e0be24d15
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 0ff6d3b14b9f895c59edf11824bef5023ea7af9a0acd5c37bd9202349a1190d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,123
Size: 1.00 vMB
Total Fees: 0.02150455 BTC
Feerates: 150.61 > 2.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (292,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,449 622,449 000000000000000000092dc2f87568ad5b233f33cfbb38c67da6ff638d553a4c 2,130 0.74/1.00 vMB 45
622,448 622,448 000000000000000000015653ada0180487617d9cab77775fe012e6343b45e61a 2,013 0.92/1.00 vMB 17
622,447 622,447 0000000000000000000261f1a9756c8f7d73265ab1f0f811d32679f62c5de1b8 2,348 1.00/1.00 vMB 23
622,446 622,446 000000000000000000108a47d9de6f098f2ea61fa7707e0e4067de23fcd7e965 2,453 1.00/1.00 vMB 54
622,445 622,445 000000000000000000097e1c5e33e49087b7b64ff210596285750a1d6d4482af 2,438 1.00/1.00 vMB 69
622,444 622,444 0000000000000000000188e0b62f82b4766783d6bf3e471073b153f6f9e62a37 1,244 1.00/1.00 vMB 5
622,443 622,443 0000000000000000000b2119422c493b4f42d705ccd2d5412172e675f5934c73 1,095 1.00/1.00 vMB 14
622,442 622,442 000000000000000000067b1c26a9cb35ca5d15c7a222668b47d38a3b11f8cd3d 2,202 1.00/1.00 vMB 3
622,441 622,441 000000000000000000082b6cfd054128aeb98bc30d2fd4ee2b4eccbad45d98fa 2,681 1.00/1.00 vMB 30
622,440 622,440 0000000000000000000ea7f6f22df3baabb387298672d9a05f3329f85ec7c5f7 2,190 1.00/1.00 vMB 16
622,439 622,439 0000000000000000000e47bc394cf5164339e729ca7e884d242a7432762192fc 1,454 1.00/1.00 vMB 32
622,438 622,438 0000000000000000000607f8cbe6844de5a6545d761f39818a19dc77ebbd94e6 2,731 1.00/1.00 vMB 46
622,437 622,437 00000000000000000003fda4573f8901e1e5029015f3e3492c4d1937151002b9 2,845 1.00/1.00 vMB 58
622,436 622,436 0000000000000000000a2a1ad0e6be232e39212510b1d973563d85213aacb20e 2,684 1.00/1.00 vMB 69
622,435 622,435 000000000000000000075f65884795c17898db81b970e7e217da0369771e24eb 2,709 1.00/1.00 vMB 81
622,434 622,434 0000000000000000000a4b776f6b994fe6161d43d930308fcbfd992355db4066 3,224 1.00/1.00 vMB 111
622,433 622,433 0000000000000000000859830058f91753af64468073d16d47fe4fce57d3f04e 2,707 1.00/1.00 vMB 26
622,432 622,432 0000000000000000000c18fe1f9f3772ea3b739f9c6276d70ae37704794b2e6b 2,686 1.00/1.00 vMB 59
622,431 622,431 0000000000000000000ad1b028a526e86f9374e0079f022f791fb6572a4f0359 3,044 1.00/1.00 vMB 90
622,430 622,430 0000000000000000000419067e90b2cd7006609434aebaf1a671006ace13ac27 1,494 1.00/1.00 vMB 10
622,429 622,429 0000000000000000000cec8db3599c2843fa4a81765315539aaaf1fdc89e5f30 1,967 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.66 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.97 GB
    • Received: 16.35 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.