Loading Tool

Explorer IconExplorer

Memory Pool

40,624 transactions
17.84 vMB
0.15942387 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.50/200 MB

Candidate Block

Mining Attempt 474c17b5be5e313fef4581204626fcd5f832c6b173906a16564b7a671f93c88e
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 66f2837e79267fd7444b509323f8b0fe4017895603e870bb9294177bc4fb224a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,239
Size: 1.00 vMB
Total Fees: 0.04952626 BTC
Median Feerate: 4.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (744,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
168,435 168,435 000000000000084dffe185a4f98d7a1a488bcb7b4a019b20b4630ae809eca415 13 0.01 vMB 25
168,434 168,434 0000000000000c0a321ee13096decdd5c3caaf110b44d10730fd1b48da6633ae 109 0.04 vMB 105
168,433 168,433 00000000000008071ee59ee301fcc5b048f4ccc212079a2c1c07f939d19222e6 5 0.00 vMB 0
168,432 168,432 00000000000009af7a43f531cf64962016539640ee7f24c3f4b452e60e643759 111 0.04 vMB 64
168,431 168,431 0000000000000677572c05db7b4dde1d880e9c97bdbc4040998a9a2a769f4c85 14 0.00 vMB 39
168,430 168,430 0000000000000add76ba33f176855b3e744996fcd3c352bd2eafa6f90521027e 63 0.03 vMB 150
168,429 168,429 00000000000001276c7f7b9e7e1ac81d2033bf8b0ed07eaa012da308fe012a35 42 0.02 vMB 41
168,428 168,428 00000000000004630808884c3b5352abd674eb0f520175febab31a00ab9c27d4 84 0.03 vMB 89
168,427 168,427 000000000000052ee4f515c7c5cd310fc742bd6562392cad564a63b5276540d7 29 0.03 vMB 96
168,426 168,426 00000000000002dcad812813662f660d17cdfbaf75661fb033433d9444adc1e3 102 0.05 vMB 86
168,425 168,425 0000000000000765555944646925edf0449cb6d33c7d8ecf335b01aec1d94ace 46 0.01 vMB 67
168,424 168,424 0000000000000127511f6b67e7dafbad9b2decaa1963ed119cd2091874b0c969 11 0.00 vMB 93
168,423 168,423 000000000000006927b830f2dd3c1447cbdf3f38f70cebff91c9d45a0050544a 31 0.02 vMB 90
168,422 168,422 0000000000000a0e7b8700c3758f7963667655c18b8f7efa58d8605a1349b512 45 0.03 vMB 144
168,421 168,421 00000000000007af08af129a4d8e7bd0f88f2b0b95ab331788d97c4942cb3927 4 0.00 vMB 0
168,420 168,420 00000000000001af97a777e7bf49cf17271d9b86af40342e0a283abed1fb2855 20 0.01 vMB 64
168,419 168,419 0000000000000c08b02b8e2734b6c49860bc195195152c6362a786c217a1f3e6 3 0.00 vMB 0
168,418 168,418 000000000000083af5d94f5eca6a49a89d8184489951253005835f678c9866f2 2 0.00 vMB 0
168,417 168,417 00000000000007059901fecc2947e022fdeb97305a800d3778547f1ae2400e4c 18 0.01 vMB 81
168,416 168,416 0000000000000b6dac27643f461594b88f606bee29e8e125636fb5f9f5fd868e 13 0.01 vMB 0
168,415 168,415 0000000000000203d5af5644114a79775773f8e8e38480966393d3e42fe48214 135 0.04 vMB 43
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 91
    • Outgoing: 10
  • Data Transfer:
    • Sent: 112.59 GB
    • Received: 0.47 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.