Loading Tool

Explorer IconExplorer

Memory Pool

72,930 transactions
28.16 vMB
0.07358904 BTC
Random Selection Loading Transactions
Max Size: 166.80/200 MB

Candidate Block

Mining Attempt 0ceab1009da5500b1cf1b8e6e147f152cb335a6cae35a1d87e8758c222bc9b8e
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 8ec55256f41dfd1326c8bae2a05588a3becdd48fb9deb5d4601d3b205e5a8312
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,195
Size: 1.00 vMB
Total Fees: 0.01724999 BTC
Feerates: 152.31 > 1.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (278,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,428 636,428 00000000000000000002d9d080c723db5bbb9a41fb22da025965bfa16ab34db8 2,704 1.00/1.00 vMB 53
636,427 636,427 000000000000000000083ff755e1b81b1863691e9d56ec9a43aa7ac387b15336 2,117 1.00/1.00 vMB 46
636,426 636,426 000000000000000000099cd28ff75fe0e6472e07717211855c208dc172c471b8 1,503 1.00/1.00 vMB 43
636,425 636,425 0000000000000000000df7901be3bc27dbf89facdcf4431d7144e3a3a51e098e 1,692 1.00/1.00 vMB 41
636,424 636,424 00000000000000000008a61fff8b8fed2301f3798c8b50139e0d4b6fcda11401 2,789 1.00/1.00 vMB 19
636,423 636,423 0000000000000000000b32c3f8e2258cc886a3b004c691f73a0db326fe373f94 2,585 1.00/1.00 vMB 39
636,422 636,422 0000000000000000000589666ef9be39d5ad448b38cd10a5ddb4fef091250fe3 2,668 1.00/1.00 vMB 42
636,421 636,421 00000000000000000005864b65bf23ee91a669e708c39efe8afbb55948bda137 2,404 1.00/1.00 vMB 33
636,420 636,420 00000000000000000005d560818baa5f578fe256fbe7df5323142db1b22b6785 3,048 1.00/1.00 vMB 45
636,419 636,419 00000000000000000002c8846ef25c8fad9d3b3c0c3722daeb933928d606c008 1,993 0.82/1.00 vMB 21
636,418 636,418 0000000000000000000a47d5a3e37193ae2c7db87a5ec30e74b3bd9ea99c5b38 2,262 0.83/1.00 vMB 23
636,417 636,417 0000000000000000000e72de6f76cfa60a86dd94aab20f14d3d1f6aaadbcdfb0 126 0.04/1.00 vMB 24
636,416 636,416 0000000000000000000eb1c37ce58d480a97401d0a16de0c3244285090484262 228 0.20/1.00 vMB 9
636,415 636,415 0000000000000000000fef8ff4319a3c1b43156a7ae4c537af149c8ca8ceaff8 1,176 0.99/1.00 vMB 12
636,414 636,414 00000000000000000002e9754e087c930a4f1913f70ffb1b8ff2557b9dea8286 2,984 1.00/1.00 vMB 25
636,413 636,413 00000000000000000008b6305dc3887219eff71fd4f2fe9ac2f389274a1a67eb 1,213 0.96/1.00 vMB 8
636,412 636,412 0000000000000000000c88e75a57ae4f47061216c963db82bc55cf4ee25320fc 1,866 1.00/1.00 vMB 8
636,411 636,411 000000000000000000103b278ede3531d638e0df384699baaea245ecf3e56ac3 2,378 1.00/1.00 vMB 12
636,410 636,410 0000000000000000000c687e2c5e26372904c31101cd82fc851f5d07d58097ab 2,224 1.00/1.00 vMB 22
636,409 636,409 0000000000000000000dc9281cdbaf3170aa7a60c636ce3241ff267afe64b674 2,034 1.00/1.00 vMB 21
636,408 636,408 00000000000000000002e47bee274dcdf6192081b81736dcada6e5871f9db9a5 2,552 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.