Loading Tool

Explorer IconExplorer

Memory Pool

48,721 transactions
28.26 vMB
0.08064446 BTC
Random Selection Loading Transactions
Max Size: 150.86/200 MB

Candidate Block

Mining Attempt e818fc133281d0db54e701b42ad8ece93049a772e2b78bb9384532c19e92c0f6
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 40923e659b2716911e08dae1aee218845c97f546c4c94f597f3b30bf7eaf6f79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,151
Size: 1.00 vMB
Total Fees: 0.02680227 BTC
Feerates: 500.45 > 2.69 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (312,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,735 602,735 00000000000000000003675184108159dc1c07c14d05b33205230129b5adee24 2,409 1.00/1.00 vMB 34
602,734 602,734 00000000000000000004142bd81dd7b009f687030572c27a9a3bf87a90489a69 2,750 1.00/1.00 vMB 27
602,733 602,733 000000000000000000009e744f9411e132180b9f2f3d0d9f129c0c7ab7f78c50 2,707 1.00/1.00 vMB 46
602,732 602,732 000000000000000000113844a78ed2153e1a3f162479f360c73bc231c9a0e779 3,112 1.00/1.00 vMB 46
602,731 602,731 00000000000000000009e9318062c685ac2bee4bf165f6362bcd120006e8af52 2,714 1.00/1.00 vMB 40
602,730 602,730 0000000000000000000ee01755a5e9dcc2fc18ebe26d7bfc1a8b297e45f770e0 2,747 1.00/1.00 vMB 36
602,729 602,729 0000000000000000000bb7182a97fe1e50cccf91d2f63b763554a6b873ce5f19 1,737 1.00/1.00 vMB 65
602,728 602,728 00000000000000000011abcfd9df19583412a41a84758a50921ae89d49cea4a5 1,128 1.00/1.00 vMB 83
602,727 602,727 0000000000000000001463799f1ad9e8fa9194c993589888c99dc1c7a52a2556 2,934 1.00/1.00 vMB 30
602,726 602,726 0000000000000000000d041a61155cc6a6208596f26968ad4e8a79eb08c306c8 2,681 1.00/1.00 vMB 23
602,725 602,725 00000000000000000001bc0168e5c8539fdc9f383863a14cb82815b4ea6fa1a8 3,154 1.00/1.00 vMB 17
602,724 602,724 000000000000000000095ff0df66999dc25c7ed5314366e5d6cd0ba4380034c7 2,831 1.00/1.00 vMB 23
602,723 602,723 0000000000000000001029198e84e6b8af42f66030f86781d8d17d58978c35c3 2,927 1.00/1.00 vMB 33
602,722 602,722 000000000000000000081bb8a00488f385c3174ea3725d1005ce3e451431381c 2,861 1.00/1.00 vMB 51
602,721 602,721 0000000000000000000d0df1243c74da2bc7d6c9774ca87bd38061ea05dfb792 2,656 1.00/1.00 vMB 61
602,720 602,720 000000000000000000040e8be32b2c99da645d01c691257f7abde9bcc0ddbeb0 1,992 1.00/1.00 vMB 23
602,719 602,719 000000000000000000017d639697a6a2f3eeb04e4a0c5f71e8683d052d82f32d 220 0.07/1.00 vMB 22
602,718 602,718 0000000000000000001448873ebedaee253fc3326df8a9a78e3e9abb2baf2081 1,397 0.44/1.00 vMB 24
602,717 602,717 00000000000000000010bd736fe800457012bd83ccec55436cec078606c27c05 2,815 0.89/1.00 vMB 22
602,716 602,716 0000000000000000000aadae077e61236e28b476f87e13c43fbbd0acd85537ef 2,162 0.64/1.00 vMB 18
602,715 602,715 000000000000000000038706b23983c4002a743568ee94f2f7a74304ecedc8bf 3,292 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.