Loading Tool

Explorer IconExplorer

Memory Pool

36,099 transactions
25.80 vMB
0.05864881 BTC
Random Selection Loading Transactions
Max Size: 131.95/200 MB

Candidate Block

Mining Attempt 2a277dd4248a94459ab239f8cbf3f09b7dfd609bc75712a1ef837c076c2133ad
Version 20000000
Previous Block 00000000000000000001f9f936ca5215314d23d86e9f12fe5ec8d919f5bb3584
Merkle Root c24fddeef0308f1eca2567c1a62c33ffe356de50a0de992cb9166fa126309519
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,207
Size: 1.00 vMB
Total Fees: 0.01151202 BTC
Feerates: 353.36 > 1.15 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,678 (620,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
294,083 294,083 000000000000000017f7d0a003d471e9a47fb2aaa0a864536734763cbd7696df 270 0.15/1.00 vMB 36
294,082 294,082 000000000000000073a67bd8f462faaa3ea9f18dda19d44976ba718be9d442ed 493 0.45/1.00 vMB 26
294,081 294,081 000000000000000098a0c4f246f1ae15180faebfc6884609f80bc598ff196a6f 733 0.35/1.00 vMB 42
294,080 294,080 0000000000000000a572cac934187f3936a0721f0fcd6c10c184fe9a67bfd996 428 0.23/1.00 vMB 39
294,079 294,079 0000000000000000966a79f1ea4cfcbddbdec6ff999ccae607e45d24e748899b 288 0.17/1.00 vMB 29
294,078 294,078 00000000000000003a338a8de0afefdc9a5c4efbbedc8c8abee3e986aebdd05e 32 0.01/1.00 vMB 176
294,077 294,077 000000000000000046868cac46799f8ea5b28ab01096edf6ac806d1ecd686eed 197 0.10/1.00 vMB 38
294,076 294,076 000000000000000023598c4f2270d070fe39dbb703e8518c7cd05f311968f47b 185 0.16/1.00 vMB 24
294,075 294,075 0000000000000000a6ae0b562273e57ac60ad037254dfdf818530679a6d1c432 547 0.34/1.00 vMB 34
294,074 294,074 00000000000000007cba3834c3c9f4ad752705d324f9a6019781a326fb35373a 139 0.07/1.00 vMB 45
294,073 294,073 000000000000000018cfc8ad2ceb76a71bfa1ec94e301ba8ebf01b9060e2ecb6 48 0.03/1.00 vMB 64
294,072 294,072 000000000000000096a393eb56c87050fe23c420978faf96268029cc323ab664 91 0.06/1.00 vMB 27
294,071 294,071 0000000000000000856227472a51e923df9ea8435bf9c1b260eb80fe43757291 228 0.13/1.00 vMB 32
294,070 294,070 00000000000000003b661029ea4841c603dec1f39e1efc9787d4b2dc1f403475 131 0.09/1.00 vMB 25
294,069 294,069 000000000000000037ad950613281cb69fb061227785975fb6aad619bd63bc73 230 0.17/1.00 vMB 37
294,068 294,068 0000000000000000d99a77a227d8f2e32349efe0a8d66785bc4aa0134e4774c5 225 0.15/1.00 vMB 33
294,067 294,067 00000000000000006b9528218392bc420bad2bd2ea0ccc6d332f623259968a20 837 0.62/1.00 vMB 32
294,066 294,066 00000000000000008d7c776de8f52815420ca164e661e062c8590ca248c8d4ec 574 0.35/1.00 vMB 37
294,065 294,065 00000000000000003c02b85815887e7e16571e4ff34cfabe4dc34f929f62fb8e 160 0.11/1.00 vMB 28
294,064 294,064 000000000000000094957a2e4624d23209616c4b33d7fdc579028767481bcbe7 563 0.35/1.00 vMB 35
294,063 294,063 00000000000000009f84c04ace2251bca6b3f0ef6e04c75bfbe3fcb8b4577141 147 0.07/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.82 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: 635.83 GB
    • Received: 12.34 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.