Loading Tool

Explorer IconExplorer

Memory Pool

42,125 transactions
27.75 vMB
0.06091977 BTC
Random Selection Loading Transactions
Max Size: 146.19/200 MB

Candidate Block

Mining Attempt 111dda5cfffb895df3d309e5ca6b677969dd6c14a25e1362cf888003ab312a51
Version 20000000
Previous Block 000000000000000000017e8e85165f86ccc44f5c406f63ccc3773389967d2705
Merkle Root 54e71b83d1f723f1976850974874e1e5af96c1c2877ae3e76522c5987113c159
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,552
Size: 1.00 vMB
Total Fees: 0.00894573 BTC
Feerates: 92.00 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,838 (291,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,057 623,057 0000000000000000000e1aa2496eab1001ca52beb476b84d116cbc22cadd1094 2,755 1.00/1.00 vMB 82
623,056 623,056 00000000000000000009092d290dd9495c1c08d89de9a9b2abf56cfebfd1a13c 2,371 1.00/1.00 vMB 40
623,055 623,055 0000000000000000000798469be809fbdc73d61edae160d6738641230521b9fc 164 1.00/1.00 vMB 8
623,054 623,054 0000000000000000000977c192a6dea872147b7884928c7a056078eab4e8ef6f 1,222 1.00/1.00 vMB 25
623,053 623,053 00000000000000000000e447105049e29ee0b3eb01aacc80889bff4ee2ccfb4f 1,098 1.00/1.00 vMB 26
623,052 623,052 00000000000000000006a5b17ff2a1453ecb412f02ef8ef7a891956740fe4992 704 0.23/1.00 vMB 39
623,051 623,051 0000000000000000000cc36432fcc39bbb81e703719554236a3d12fb2c84b2b6 1,198 0.93/1.00 vMB 13
623,050 623,050 000000000000000000076bcdb9856da45204549e00b23a1e98ccdf6419af6c2a 1,729 1.00/1.00 vMB 15
623,049 623,049 000000000000000000094233274b3e5304a2eeaec0c1e3dbf9eb53401e33e7b1 2,080 1.00/1.00 vMB 29
623,048 623,048 00000000000000000009ab222200c0dbdb767d0f0280ed0477b6116f1145952d 2,373 1.00/1.00 vMB 51
623,047 623,047 0000000000000000000e8d6ff4560e921991276605c5d5a4cc24bf58ac6aa054 125 0.04/1.00 vMB 31
623,046 623,046 0000000000000000000f35e53df8873615d23fab91dcfaef921604e2fd633c56 1,607 0.58/1.00 vMB 3
623,045 623,045 00000000000000000007554dde28702687e4507e409d80237a81500b4b8d9280 2,923 1.00/1.00 vMB 36
623,044 623,044 000000000000000000135b6e51ed065d62e09a6089986c2132f28eb70a3c8de4 2,748 1.00/1.00 vMB 68
623,043 623,043 0000000000000000000a361c0ca9c447dac5618a7e3daeda8311b0b9b8e2dd35 1,879 0.65/1.00 vMB 45
623,042 623,042 0000000000000000000ee7226479a37adf5a36cb122edff157df712569cdbfe3 1,150 0.35/1.00 vMB 40
623,041 623,041 00000000000000000005be3449a412498b55f5f30ea95cbb949a57f1bcaa427c 2,189 0.76/1.00 vMB 17
623,040 623,040 0000000000000000000f6356b761ab99b35ae7b4a8ecc4ef3221c6946a2523d7 2,362 1.00/1.00 vMB 29
623,039 623,039 0000000000000000000e0e04f5dcd7045995765b82df7a778caf119a0a03eed0 2,313 1.00/1.00 vMB 73
623,038 623,038 00000000000000000002d758399c9fbf8db7285640cc8556470f7c1d21b43f35 2,766 1.00/1.00 vMB 14
623,037 623,037 0000000000000000000f2a39aeddad9622c092e6dff8514a43aacddb87d0139f 2,843 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.10 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: 651.74 GB
    • Received: 13.64 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.