Loading Tool

Explorer IconExplorer

Memory Pool

48,203 transactions
29.35 vMB
0.16894453 BTC
Random Selection Loading Transactions
Max Size: 153.84/200 MB

Candidate Block

Mining Attempt 17e9feba360b44ab5ec24870941d80b92521dd926b637ff9931300c1ae20e6b8
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root 6e6568293a3ce9a2a4380998f9dfef53757c7e7dd62260d5ca771863992ea06c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,070
Size: 1.00 vMB
Total Fees: 0.04685073 BTC
Feerates: 79.15 > 4.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (517,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,706 397,706 0000000000000000040e04147d502a27736d404a7a1dcddda8e490006be28157 2,025 0.95/1.00 vMB 34
397,705 397,705 00000000000000000743a3206a7dcfeb8619ce35d919d2ac27e79fa14ec0811f 2,069 0.95/1.00 vMB 28
397,704 397,704 0000000000000000032cc1dbde2e624137afbc54e2453219c38ad304eeb9c649 2,333 0.95/1.00 vMB 50
397,703 397,703 0000000000000000044db613aeb47ee12a3d7471bbed39b8990d07423c5a910c 1,668 0.95/1.00 vMB 35
397,702 397,702 000000000000000002d4d66df37d6a9bb760e521c991bdb596e039ce71eb50c0 688 1.00/1.00 vMB 28
397,701 397,701 000000000000000003b2f71187fe3a9b0cf99febd5fa00f5690b8ebe93d7d1b2 1,742 0.93/1.00 vMB 33
397,700 397,700 0000000000000000046710cdc74fb1746853676719cbe1f308f52d5b3a0e4888 1,754 0.75/1.00 vMB 41
397,699 397,699 000000000000000002163847da5ad1ec164042163958abc64e51f6c95e5c04bf 2,020 0.95/1.00 vMB 42
397,698 397,698 000000000000000000d13f149c0de3837edf54eb8fcd5376f5cee660f8c81104 2,077 1.00/1.00 vMB 29
397,697 397,697 0000000000000000021b3bd248ee38a47e0a9904d6a4bfbd7fcfe200bb533e97 2,377 1.00/1.00 vMB 71
397,696 397,696 00000000000000000637427b5e01043e9769f9ef2dfbd22340cba1e7df11de6f 2,616 0.95/1.00 vMB 74
397,695 397,695 000000000000000004d21db6d257eeaf075d065b4dc5ffe8d599130ee6911e4c 1,501 0.71/1.00 vMB 25
397,694 397,694 00000000000000000081c2a5a82c4490c1bffc61a8137947a8fcbd22a0080f62 1,496 1.00/1.00 vMB 24
397,693 397,693 000000000000000002990b50b3e18f4ba7bec10bcf7e56e3096a9060fc934243 2,817 1.00/1.00 vMB 53
397,692 397,692 0000000000000000060f7cbd432e290a9c259c21808d3f33c45e8a2194cc1fa5 675 0.44/1.00 vMB 23
397,691 397,691 0000000000000000011caf90a793de7ba5d8285aa20f1addbfb51becd8d7fc13 2,590 0.93/1.00 vMB 42
397,690 397,690 000000000000000006f9b9d985624bb621221cde9682a038a9a21403376c36f6 1,126 0.69/1.00 vMB 29
397,689 397,689 000000000000000002a8a6ecf27d15ebb0efc28e4f66fa91d38ea867d44d327a 375 0.31/1.00 vMB 17
397,688 397,688 000000000000000002ed44e25d4bd2745cc254204485bcdc699e0be19d2ede34 2,678 0.99/1.00 vMB 42
397,687 397,687 0000000000000000017ae9af881913e5e8ed113c4212d55e6f8db6a9eadaeca2 937 0.72/1.00 vMB 24
397,686 397,686 000000000000000007242c9c96fc8d307e5b15a89742eca9e7b0dbbb581bdf64 1,729 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.87 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: 644.71 GB
    • Received: 12.62 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.