Loading Tool

Explorer IconExplorer

Memory Pool

46,172 transactions
23.65 vMB
0.14608999 BTC
Random Selection Loading Transactions
Max Size: 129.42/200 MB

Candidate Block

Mining Attempt 6c035b92f8987e8bf9a27a41e5ccf0b483a7b7e1d0c5499e636e82c69da2c73b
Version 20000000
Previous Block 00000000000000000001350ed2034af4b78f928cb7df77b79c39a7979cbb2b7d
Merkle Root 1bbe72bda19874c16e4d91451043db87462e2f4991f40b6f8c4d031566dc9026
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,200
Size: 1.00 vMB
Total Fees: 0.05230948 BTC
Feerates: 505.54 > 5.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,084 (784,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,993 129,993 0000000000001ac4937dc926a64fad893739c57df6f377d7b717240e0f8988a8 8 0.02/1.00 vMB 991
129,992 129,992 0000000000000b7e723020e3049871852f33e68b32cb63f0671046e9f3145e8d 17 0.01/1.00 vMB 1,232
129,991 129,991 0000000000000cbe0424bcfa60721fd88b8beeb636ae5f7fa0c6f9559c96a766 13 0.00/1.00 vMB 0
129,990 129,990 00000000000005fd8587e4d7c2b8aea971f616806b28f047f1de51a89d105af9 1 0.00/1.00 vMB 0
129,989 129,989 00000000000015192edb9acee623e0cbfff60ca8cc4f2bb9e11c35781c5f90d4 33 0.01/1.00 vMB 1,007
129,988 129,988 00000000000003e0940d90d9d78f08403c9859ded003d3233f748f21842c709d 1 0.00/1.00 vMB 0
129,987 129,987 000000000000040502abf659fa8d4f5064ba9901c1e462a2d4f5600f8165752a 13 0.00/1.00 vMB 645
129,986 129,986 0000000000001430ba53f4510df8ca6b245fd54615387c625469127299820256 3 0.00/1.00 vMB 0
129,985 129,985 0000000000000ef20c7bed15d98b22ba82e68b2bb264cff70728dfc090810959 33 0.01/1.00 vMB 5
129,984 129,984 00000000000000acc583bd6801ed57ffd8774c4d3f31702c9d000482b574a1a2 24 0.01/1.00 vMB 872
129,983 129,983 000000000000021589a865eb403c14056d16aeca182d3ffce819fbeedcee88a3 14 0.01/1.00 vMB 845
129,982 129,982 0000000000001841493947120974631d10c792cf0c5ea2261d05349fe79ea628 96 0.03/1.00 vMB 502
129,981 129,981 0000000000000a1153c8d2994d1b0fb826460eb59d03281ef94da827267f01a8 19 0.01/1.00 vMB 1,602
129,980 129,980 0000000000000beeb6303d155c543eb2322d86a238c2e9c610774e79d4ca17b3 34 0.01/1.00 vMB 863
129,979 129,979 0000000000001209b969a2f2e3f684840bd414ba9c874ee91758094ba0f563a7 42 0.01/1.00 vMB 94
129,978 129,978 0000000000000ad246fa5edea7aa5ddd1e0a2b15857f33954e4a7bda689fd952 158 0.05/1.00 vMB 51
129,977 129,977 00000000000011770f31c86f9fe0e614a2c7b15892f998f92b376d5319a7a854 28 0.02/1.00 vMB 827
129,976 129,976 00000000000003ddc5ccb26997e9074ba7cbd5f4a7ec01f9c35ad257fe653504 17 0.01/1.00 vMB 564
129,975 129,975 0000000000001a4e1165055cb53b2d59090ae7b1363d7638591040ac797c64c6 60 0.02/1.00 vMB 1,574
129,974 129,974 00000000000007da1148c0f4874293a956bccefa8fc6275c74a0b9e33ef1fb44 31 0.01/1.00 vMB 560
129,973 129,973 0000000000001a81420b6e3fefb70af71b16411132825e0e0b431e8ca00902c1 75 0.03/1.00 vMB 912
Previous 10 blocks ↓
Total Size: 780.74 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: 556.14 GB
    • Received: 7.01 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.