Loading Tool

Explorer IconExplorer

Memory Pool

79,601 transactions
30.15 vMB
0.08276571 BTC
Random Selection Loading Transactions
Max Size: 183.92/200 MB

Candidate Block

Mining Attempt f2dc9f08f0c719c74818c4fb2842f333a686fe0c0a9b94b39ca5d67bd547a602
Version 20000000
Previous Block 0000000000000000000132aebc62a7fb5d713e95e3d3a19852c83d9376df43c7
Merkle Root bc0a05039d1c6d3a8f7c836dd83a2854d825416acd952ea261231fb49e995070
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.01530229 BTC
Feerates: 200.00 > 1.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,374 (622,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
292,563 292,563 000000000000000076a55b62bf0557a2d68dcd192849fd8fc54b262d128372cd 555 0.26/1.00 vMB 34
292,562 292,562 0000000000000000cef367ab088b96711777e311dfdcb0b6e604b9d4f9eb3c06 54 0.02/1.00 vMB 34
292,561 292,561 000000000000000017aee58faf59d2ecf3a7cb0821938328d49e7b13ccc1d3fa 20 0.01/1.00 vMB 43
292,560 292,560 0000000000000000d5f920f0f6a3dac5a81b433954e9ea2291d87e4fe3d7f7a5 373 0.19/1.00 vMB 29
292,559 292,559 00000000000000004ccc6700e48fbc51a313f3b9614e4dcab0ac2c288b148aac 92 0.05/1.00 vMB 34
292,558 292,558 00000000000000005f1c5ecedf6f32bbe9cdccca7de24b40dae4ef37e63f1d3b 526 0.37/1.00 vMB 37
292,557 292,557 0000000000000000378c559ad2ab8e9a331eab0dc330fc046fdfaeba7f48aad2 930 0.35/1.00 vMB 51
292,556 292,556 000000000000000019d543f793c2bec62121fe8fc9f3e73a616c80194765af2f 372 0.39/1.00 vMB 24
292,555 292,555 00000000000000008cc81b3e937349a4165477150b43314eacd7b9968f31c7e6 286 0.14/1.00 vMB 32
292,554 292,554 00000000000000007091b39e7ee8e6cd3dbca37b9b700390a0c0eabf44650537 819 0.35/1.00 vMB 39
292,553 292,553 000000000000000077c593802ecc91d41c8ec5671b650a15976d00e61a552432 27 0.02/1.00 vMB 8
292,552 292,552 00000000000000006107aeac51d1d57fae2dd72e1f5c1eef7619d1c9a0a97f3a 49 0.02/1.00 vMB 34
292,551 292,551 0000000000000000d051d63a6ea72813f62aa821a2df4bd6f4d6fbee876bd6f3 792 0.40/1.00 vMB 37
292,550 292,550 0000000000000000b84c78c335c286d7ba23d66c91a6c0e9022fbd3fd06eecda 335 0.14/1.00 vMB 41
292,549 292,549 00000000000000005d6f84df532bfc94c10890da84d5284710b5f9cadb0f4064 234 0.14/1.00 vMB 28
292,548 292,548 00000000000000001e973456d956bd672e8e29db1ebfe9a51534c36e088b5838 131 0.06/1.00 vMB 36
292,547 292,547 000000000000000008e78c9fc1f26ee330e0ea5fc3c03c41c0a924a48f5f3195 195 0.11/1.00 vMB 26
292,546 292,546 00000000000000004a962db57ea9d29afbcb425bc5189518c8ec12c8ebb14d9d 133 0.07/1.00 vMB 36
292,545 292,545 00000000000000005116490ed7e35714d50f44531db6c1ed2320aa7ee96c45e8 803 0.36/1.00 vMB 32
292,544 292,544 0000000000000000071a94027dde78619a22da1bb4f73b1c4de629986ba6494c 30 0.01/1.00 vMB 20
292,543 292,543 0000000000000000bd3153aa610c1b48ba94565e889dd0d6e592cb4eaecdf611 224 0.11/1.00 vMB 31
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: 719.68 GB
    • Received: 18.13 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.