Loading Tool

Explorer IconExplorer

Memory Pool

51,280 transactions
30.53 vMB
0.09972973 BTC
Random Selection Loading Transactions
Max Size: 163.84/200 MB

Candidate Block

Mining Attempt 8948574da1b2f905d89d436f7430b299257cbdd455f19d59b360a3198ed99cb1
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 4f66bfd9536d186032b59c2385721f723b2dee32e2d385dec729b6ef93d20e78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.02650982 BTC
Feerates: 202.16 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (248,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,818 665,818 000000000000000000045c71e0a5809c4eb13de22a8fcd8617b2d22abc8935d2 1,875 1.00/1.00 vMB 50
665,817 665,817 00000000000000000006fee650e5ca5bd627dd8de0ed89e1bd44e11926cb63ef 2,058 1.00/1.00 vMB 62
665,816 665,816 00000000000000000004bdc28fbb67b79a31b694338d13ecf8876f52f49cf78e 1,280 1.00/1.00 vMB 95
665,815 665,815 0000000000000000000836e59c27781cbef823bf8fdc6b455c9fbe3c6bcfbe4b 1,819 1.00/1.00 vMB 96
665,814 665,814 000000000000000000036fb1401adcef7176b432e90fd449846187703c5e75ff 1,901 1.00/1.00 vMB 94
665,813 665,813 00000000000000000003de132d8e496487ee62b1a44d1d575f9c6c59380ffce4 970 1.00/1.00 vMB 63
665,812 665,812 00000000000000000003445cdb6969dab7f7050768320ff8476d05f4fc181e20 2,040 1.00/1.00 vMB 129
665,811 665,811 0000000000000000000b7b3bf6d46ad2cacca02ba2df0911530cb657b962d0e3 1,033 1.00/1.00 vMB 47
665,810 665,810 0000000000000000000909bec02739dd3c3a17ed45a37d3f41088efe856fba70 914 1.00/1.00 vMB 72
665,809 665,809 000000000000000000013177aae45829334e072835b46450b957c5ade0f2ad6b 2,515 1.00/1.00 vMB 86
665,808 665,808 000000000000000000048e6e1dc250886db4d852e13d40a8fc264fd8f80413a5 1,732 1.00/1.00 vMB 106
665,807 665,807 0000000000000000000c80e4b51f792d5a04bdb05dfa53279f49275d4c19181b 1,950 1.00/1.00 vMB 70
665,806 665,806 00000000000000000008c9d7adaaf44307d9f31e18a18e03ce197b538b6a9ed8 2,396 1.00/1.00 vMB 71
665,805 665,805 000000000000000000021114cc5012bbb7850334bf71f09db39bf90fc7a24176 1,702 1.00/1.00 vMB 93
665,804 665,804 00000000000000000003e5b7d64e0d08843095ebaf6dd72f9d0238ad4ba13845 1,970 1.00/1.00 vMB 142
665,803 665,803 0000000000000000000be7a6b41b711dfae3cce5e9e7ac76e20cef30fa876ef2 2,847 1.00/1.00 vMB 93
665,802 665,802 00000000000000000006c5d776ceb728ffe83af798a9aee3a7191c68751aa4aa 2,640 1.00/1.00 vMB 104
665,801 665,801 00000000000000000009e0cb4bd0bf4fcbf25dbfd95f393092f7981019e1db1d 2,988 1.00/1.00 vMB 96
665,800 665,800 0000000000000000000a93c3c0b6a18dd7b05024ec5f08fc533857a4de1302a8 2,865 1.00/1.00 vMB 151
665,799 665,799 000000000000000000009f9920c07b8146526843809743e5863c73e8d6912e8e 2,233 1.00/1.00 vMB 110
665,798 665,798 00000000000000000001b65b9196fd72a52509d378a1b0b029f60997d5ee4c88 2,628 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.44 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.