Loading Tool

Explorer IconExplorer

Memory Pool

43,980 transactions
15.86 vMB
0.33954847 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 93.70/200 MB

Candidate Block

Mining Attempt d5e83aeefdd043d92cababf639eed43a5bd35996cabea3ab23bc9fb59290c620
Version 20000000
Previous Block 00000000000000000001d82f543837f755256bb3f6d403faf7c63d6d334acfec
Merkle Root eebc7cf136f0aeeb4481bc6ea47d674c2b06b0e6f7573ee986e0832a23da8c9e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,901
Size: 1.00 vMB
Total Fees: 0.11604398 BTC
Avg Feerate: 6.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,044 (726,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,066 186,066 00000000000008149d3c998e692fb4508f84028bb2200cb6742e6ab9f92414f5 0.02 MB 47 11
186,065 186,065 00000000000008e2c7404f7ce610df71b425722383ff7841e4701d7a34367210 0.11 MB 285 166
186,064 186,064 00000000000008de3064a4c2724ca4e067464a1c042636da40e70a6c8b8c027f 0.02 MB 38 102
186,063 186,063 000000000000028c4bfaadb088505586debf5398d80b602eeb77680b08326221 0.09 MB 212 121
186,062 186,062 00000000000004c5d8c6269a8d209f1659214e88dfe1425283c88c232cdd8bd7 0.04 MB 130 75
186,061 186,061 000000000000017f983a70c19ab8bdf76991cd915a7db9d11035484bbb9560c4 0.14 MB 232 87
186,060 186,060 0000000000000586ae4ffc7bc515fd3ef6a185fd3f01ad3b2d4f24a2ab42645e 0.05 MB 134 124
186,059 186,059 000000000000048797b6c3a4a8724054f454ac8a5271139e54026ef32ea15ed4 0.05 MB 158 12
186,058 186,058 00000000000006343ec3bab5f8db272e859c70f8b8a6d147d00393141d67334f 0.06 MB 172 98
186,057 186,057 000000000000017291a8a51d68cb25de33d66ff6fe5574ad07bdd5117d5ef29c 0.25 MB 633 129
186,056 186,056 00000000000005e0ddff7b5001bbda2f93768f8ee50a662b7c454ce55a8ff34d 0.16 MB 269 127
186,055 186,055 00000000000000855be82736e0ca4f5f5ee4d1a200de83be8d829556b52d8c9c 0.05 MB 135 320
186,054 186,054 00000000000003b4dd7fdcc19c9294d1a41d9af440823365e81879a16e0e4610 0.00 MB 11 298
186,053 186,053 00000000000001f6e5b165f3e4ff5bd452af2d8fd130d13b780cc85868f422b1 0.25 MB 493 112
186,052 186,052 00000000000000fd6ab0e152691b3522a321aacb82caf257f4c79e35dc3aeb07 0.00 MB 8 616
186,051 186,051 000000000000030c2b8e019a967e0b4e57fc26862b965d5a68d037fe3e297139 0.00 MB 1 0
186,050 186,050 00000000000009937372d7c269b358de132b28e206f80f2a5be843094a5a20fd 0.06 MB 194 408
186,049 186,049 00000000000007d923ab907872309900e8910608dfdc679f852ed6122c82be83 0.25 MB 668 133
186,048 186,048 000000000000088cc586cf4a619f2b00f68131f3310df89dafebd8363ba683be 0.02 MB 32 833
186,047 186,047 00000000000007dcc3eda2f8606215460ed0b1a090fad6a00baad2a99452c86a 0.01 MB 32 255
186,046 186,046 0000000000000736ffdf25461a1732e8bdd76e55d92f6a1a975b3f419b5151a3 0.25 MB 612 166
Previous 10 blocks ↓
Total Size: 778.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 47
    • Outgoing: 10
  • Data Transfer:
    • Sent: 27.53 GB
    • Received: 0.12 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.