Loading Tool

Explorer IconExplorer

Memory Pool

86,511 transactions
31.49 vMB
0.20896669 BTC
Random Selection Loading Transactions
Max Size: 191.12/200 MB

Candidate Block

Mining Attempt 9d18d751e89d511c4afb8e1d50898fbf11ee11079ff296754577d4d0ab29fd36
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root f5e219a2966e1a2978f3eb4b443127d450000926b131b6166409e60f0517fcd1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.10566802 BTC
Feerates: 502.67 > 10.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (264,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,583 650,583 0000000000000000000967d7ddba821c104d671b4800b915b420538a6c7f0d40 2,915 1.00/1.00 vMB 42
650,582 650,582 00000000000000000000bfdba858a8797dbd70b9ae4b4f0021a7be39662d24ec 2,570 1.00/1.00 vMB 78
650,581 650,581 000000000000000000048c0fbc0a2175df44c71a3547ef8ef7ce885eb5420b6c 2,517 1.00/1.00 vMB 64
650,580 650,580 0000000000000000000e8d4ab08947dfbfb9c9a1c2cf7a1dcce0ee4684f675e0 2,952 1.00/1.00 vMB 49
650,579 650,579 0000000000000000000caa7d3236138c3dac6da6131bb4583c49d9cbe30e902a 2,377 1.00/1.00 vMB 57
650,578 650,578 0000000000000000000bf9515e3f77e1446b266a557443f58537f88f2da94b04 2,219 1.00/1.00 vMB 72
650,577 650,577 00000000000000000005bc73bebcb104f7cdc8a367c906466c76ab0f7b0a9a33 2,050 1.00/1.00 vMB 99
650,576 650,576 0000000000000000000d44899fcdca8ce2cceb812ecceb73bb69ef0649819a06 1,686 1.00/1.00 vMB 75
650,575 650,575 0000000000000000000a29f6a7314cc87270b0883a2f949f374b9d8d9c7117be 2,174 1.00/1.00 vMB 72
650,574 650,574 00000000000000000001daa57d3b544ae818248891828fc7bb9cf809539165bb 2,754 1.00/1.00 vMB 59
650,573 650,573 000000000000000000097526386ee8e7d9822ecaa7c29d07da54b338fcb49c1e 2,626 1.00/1.00 vMB 59
650,572 650,572 0000000000000000000c4f715f4e0bbd928f61333efd4667466498d6d933da16 2,591 1.00/1.00 vMB 66
650,571 650,571 00000000000000000009c3d0c11c7f7d16d5418a37aea48439d15edf066629af 2,746 1.00/1.00 vMB 81
650,570 650,570 00000000000000000001afe419f0612665a7dcd311a1a9d8522b059f04e1feec 2,302 1.00/1.00 vMB 60
650,569 650,569 00000000000000000006919fa5688cb4dda68bafee1e53f1b0638750e9015390 2,641 1.00/1.00 vMB 63
650,568 650,568 00000000000000000006812f11c4485be845421878c01e70522731526367b255 3,028 1.00/1.00 vMB 80
650,567 650,567 0000000000000000000b11db91a27805bb2cb5ac5e64dea3a4f801b6cc93fade 3,110 1.00/1.00 vMB 69
650,566 650,566 000000000000000000040f026dc95def101071a8756ff13ab4dcc86a094fa6d4 2,479 1.00/1.00 vMB 70
650,565 650,565 00000000000000000005821e3164623d24533d9260fdf9df4e3f488906ec9a42 3,018 1.00/1.00 vMB 75
650,564 650,564 0000000000000000000d0f2689494192be98f4144a88d385d8b1498518fa7971 2,032 1.00/1.00 vMB 73
650,563 650,563 0000000000000000000e39f597e3d5d2ca15a6408b03ab0964d29adea3df9e17 2,851 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.61 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: 671.93 GB
    • Received: 16.07 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.