Loading Tool

Explorer IconExplorer

Memory Pool

79,094 transactions
29.62 vMB
0.10667594 BTC
Random Selection Loading Transactions
Max Size: 178.29/200 MB

Candidate Block

Mining Attempt 0b637f96d6bcac11bf4871d1b2b5d4b521cd76adc01e21a41d9f3cebb2756f8d
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 7b93528a5e74b89c20fb2d7ed97ac319687c34e47fcb204c09d44786b0decc13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,545
Size: 1.00 vMB
Total Fees: 0.04098383 BTC
Feerates: 164.34 > 4.11 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (384,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,020 531,020 0000000000000000000aba87210d55d46f828304b5548a7e4093c483c36372d1 759 0.81/1.00 vMB 5
531,019 531,019 0000000000000000001adbb1b1ea5ffa0fd1f0a0f29b519fd6f6b0e6f8101f1c 1,746 1.00/1.00 vMB 14
531,018 531,018 00000000000000000014e98d7a382a9a25d00f4008cc31c251a0f3cbbd95300e 1,737 1.00/1.00 vMB 16
531,017 531,017 000000000000000000032a59b468d87aad1bd6fbd6f6541614394d67cfec7de2 109 0.05/1.00 vMB 49
531,016 531,016 0000000000000000002dd74698e6982bdcd8b9d94665fe8c8364b8b6478ef8ca 2,000 0.77/1.00 vMB 28
531,015 531,015 0000000000000000000e1698ef1ede560b31181bc6170d7f8718ef9b55126243 1,034 0.45/1.00 vMB 22
531,014 531,014 00000000000000000033b9b3b019f5345c9cd6fe0b886bb4ed9927a99a0a84fe 674 0.43/1.00 vMB 10
531,013 531,013 00000000000000000000e0d616187860b0c25e947e4f51a0282c95d7a36700c3 185 1.00/1.00 vMB 2
531,012 531,012 000000000000000000021b5ea07f6e662b7bae209c3e4aca7536c5dc5e18237d 1,570 1.00/1.00 vMB 19
531,011 531,011 0000000000000000001b7e019628c4a62084ec654267ed1be452f0873b0ee574 330 0.15/1.00 vMB 14
531,010 531,010 00000000000000000019eeeab65916ab6b7226ff5a70739abe1effa76e508282 1,320 0.68/1.00 vMB 27
531,009 531,009 0000000000000000001045bdbeb0e323ac0b25d8e97a4354a17210fc75272539 305 0.10/1.00 vMB 38
531,008 531,008 0000000000000000002930ebaeebfe007e3f69d8f5e2fd0ce6e4a70fc1a5d4d0 2,234 1.00/1.00 vMB 20
531,007 531,007 0000000000000000002ee1b9eeef03475286ee2410db0e63ab3cec56dc019e5a 563 0.20/1.00 vMB 17
531,006 531,006 000000000000000000240567a7d9a824bedbfdb423b7f9aa47b8a31810ab489c 1,136 0.58/1.00 vMB 21
531,005 531,005 000000000000000000031fc1581eaa0ecda14159b60fd97dbed3d2f1d2d4edc5 271 0.20/1.00 vMB 60
531,004 531,004 00000000000000000027e6c3906fa84cf4e7d4a5299cf576e993c951f49c54af 1,274 0.60/1.00 vMB 19
531,003 531,003 0000000000000000003437e6652c67e003dd6f129501f8e83209ec3faf9e6d33 516 0.18/1.00 vMB 22
531,002 531,002 000000000000000000215193c6fd56a31e839401cb39281cca08c10859f7bd6f 102 0.09/1.00 vMB 8
531,001 531,001 0000000000000000002805c2949000c18c8120ffda8a3c605692185c27cffbf6 2,537 1.00/1.00 vMB 13
531,000 531,000 000000000000000000035dd8907c119330d348bd6312100f138ee7a7654ce187 1,113 0.59/1.00 vMB 55
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: 673.05 GB
    • Received: 16.36 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.