Loading Tool

Explorer IconExplorer

Memory Pool

82,068 transactions
31.11 vMB
0.10218984 BTC
Random Selection Loading Transactions
Max Size: 188.98/200 MB

Candidate Block

Mining Attempt a2f3208c694ecd21ab5b58e3b4992b82315037413267981ce2c51bfa3401aaa5
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 90d0d5919306c0c6a54dee3cc7d42ae2b2dac3848a4e4a940326ff82a0f64d82
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,216
Size: 1.00 vMB
Total Fees: 0.02784080 BTC
Feerates: 150.77 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (479,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,306 436,306 000000000000000003139107728b4b3420e97029692f8592c740e67ac7502c7c 2,232 1.00/1.00 vMB 56
436,305 436,305 0000000000000000035acc42ab973b513df76c700ab89596c25a6353c9608bac 2,157 1.00/1.00 vMB 62
436,304 436,304 000000000000000002e3d9bd49ab0aff3a6b64a9011374fd49efef583093b977 2,721 1.00/1.00 vMB 105
436,303 436,303 00000000000000000183b9f0023e98dd03ce967f0e05c475d429e65d0e2027e6 1,638 1.00/1.00 vMB 48
436,302 436,302 000000000000000002a5c83dff9d12c7fc3023441cfb18ba8a8860587ccfd9f6 450 1.00/1.00 vMB 10
436,301 436,301 00000000000000000233906eb54aacd6d4b0b6cb254477c6d211f93582a33a5d 351 0.30/1.00 vMB 33
436,300 436,300 000000000000000001fad4f5547048a106ddf353a86a2d8e9a41a11dd258c5f0 2,325 1.00/1.00 vMB 67
436,299 436,299 0000000000000000029f008adb8d8b532a2f04b61a4ef653ad2197aafec900dd 2,592 1.00/1.00 vMB 58
436,298 436,298 0000000000000000042eb3bed1776a87fb5e983134e21eb0f63c742a596c1358 2,021 1.00/1.00 vMB 60
436,297 436,297 000000000000000002535e1e9ed6ead757072cdc872ba9a634f6f8bebe7a25d3 2,837 1.00/1.00 vMB 110
436,296 436,296 000000000000000000d25f4f0b127887cdfd90906ad07b4422888a77dafda70a 1,934 0.70/1.00 vMB 79
436,295 436,295 000000000000000001a2f003705f8dd63d6ca3914723ef0895e129e27753b509 857 0.34/1.00 vMB 79
436,294 436,294 00000000000000000227319fed272632853f457bce200d372b2040cff54bba1f 2,492 1.00/1.00 vMB 64
436,293 436,293 00000000000000000088bdece9383a82ddfd2b68a31b1ef8b970392b0abeaffa 2,506 1.00/1.00 vMB 89
436,292 436,292 000000000000000000b81deec1ed0460afe558b262aaee7bb7e393f7caa120ce 2,490 1.00/1.00 vMB 71
436,291 436,291 00000000000000000111811bc24e5943f33325e4793e4d41eb66b5370ffe0979 1,622 0.69/1.00 vMB 51
436,290 436,290 0000000000000000013cf6ad4eeeb89ae4dd33c90b35d9e91f72916ad5dd1c47 1,957 1.00/1.00 vMB 93
436,289 436,289 00000000000000000253d430b330a9f0a261670f1d2762ae49d2a3ae162e1679 1,189 0.75/1.00 vMB 141
436,288 436,288 00000000000000000233bf62aa8c28adbfbbbff22bb8f854d8ad29ff85b7d2db 1,033 0.71/1.00 vMB 25
436,287 436,287 000000000000000001e63a8de28da0ec3b9a753a5ef9fa46d5bbe3d1effd67ec 2,936 1.00/1.00 vMB 60
436,286 436,286 00000000000000000270c9f1efc083d192bc02e26f1c8dfadaef0fca103eb682 1,994 0.75/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 783.04 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: 720.21 GB
    • Received: 18.15 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.