Loading Tool

Explorer IconExplorer

Memory Pool

80,844 transactions
30.26 vMB
0.11333703 BTC
Random Selection Loading Transactions
Max Size: 182.31/200 MB

Candidate Block

Mining Attempt f051f595812c63aa48a63a8fa3f5d58fc182f73b45d3cad6d8653c7a5d372504
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root def7ad94a6ba20c3f8bc2c2d8c4d2a5dc6402e503ee6f56d7fba8e60f709c994
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,120
Size: 1.00 vMB
Total Fees: 0.04101016 BTC
Feerates: 150.68 > 4.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (313,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,448 601,448 0000000000000000000601c12bcb85a85c024bd0169c4ef7218a5618d0663f8d 1,450 1.00/1.00 vMB 24
601,447 601,447 0000000000000000000ed61e88479e3e6509af563fcb686aa2a246ff927a9886 350 1.00/1.00 vMB 25
601,446 601,446 000000000000000000095ec0ebbff58756f11c567a7dd9ac9dd87eba7b0b1f2f 2,539 1.00/1.00 vMB 28
601,445 601,445 00000000000000000001e7813a6270fd3e3387d5914d2fde229d71828120577c 3,251 1.00/1.00 vMB 46
601,444 601,444 0000000000000000001000af7912aec0977605d8346adcc2962520d92474d180 3,008 1.00/1.00 vMB 30
601,443 601,443 000000000000000000031f7c6312642c5f1eca31ae4175de54373fa1a4fa25c9 2,780 1.00/1.00 vMB 67
601,442 601,442 0000000000000000000c8dbda6465363a4eb68f8e43aa754ebab9e6f64333c44 3,480 1.00/1.00 vMB 9
601,441 601,441 000000000000000000090e474b41e1a7349a808ae456cc5826ee575416a1136a 3,082 1.00/1.00 vMB 41
601,440 601,440 00000000000000000000d6e50e9a20b98936b7833069a30e1e86c3d722d8a176 1,060 1.00/1.00 vMB 21
601,439 601,439 00000000000000000009e9df4cf978c38208ab6073e5f4d15cba9ab62fd6f27c 2,737 1.00/1.00 vMB 40
601,438 601,438 000000000000000000066f896cca2a6c667ca85fff28ed6731d64e3c39ecb119 977 0.53/1.00 vMB 6
601,437 601,437 0000000000000000000e66554bf9c9c23b6c08bf2dbdea06b6af192edcacf2c5 1,114 1.00/1.00 vMB 1
601,436 601,436 000000000000000000007011007a8cc9e3fed72a31f570cc71895670453495cc 1,434 1.00/1.00 vMB 3
601,435 601,435 0000000000000000000068f9653510f2e4117f5ed27421c322ed7d7462510e58 1,988 1.00/1.00 vMB 15
601,434 601,434 00000000000000000007d544f5dc937009bc51f8d519c9419a18951ba8554433 2,330 1.00/1.00 vMB 16
601,433 601,433 0000000000000000000718daf1fe42f16615ed1c86cff7f752c177d674dba515 2,817 1.00/1.00 vMB 25
601,432 601,432 00000000000000000006c47ec27cf8d66fa396675f6e61548a9541d76451bf77 879 1.00/1.00 vMB 6
601,431 601,431 00000000000000000006a718ceb215728aab3599890dbdf3a0e1f5d6b116fdb0 3,160 1.00/1.00 vMB 25
601,430 601,430 00000000000000000012ba4ad9864460bb01c1f25e9d46277597ebb77f838a6d 2,303 1.00/1.00 vMB 38
601,429 601,429 0000000000000000000db5d65969c745e66a498537762c6b767456d6f8ff0ed7 2,263 1.00/1.00 vMB 19
601,428 601,428 000000000000000000035a45f97774f6f79990ab28aa841a7813bf9f510b9bd7 2,349 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.64 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.40 GB
    • Received: 16.23 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.