Loading Tool

Explorer IconExplorer

Memory Pool

82,353 transactions
32.43 vMB
0.12101016 BTC
Random Selection Loading Transactions
Max Size: 192.66/200 MB

Candidate Block

Mining Attempt d5735e7ea288718df8c10cc4851652288621293a1c23e6f80c195bf7196b22a9
Version 20000000
Previous Block 00000000000000000001fa11650b686dc4d0b0cd23073601665d3111fb121383
Merkle Root e3e7ecdbd5e397fae745127601f57957301144eb04e66dec7118a13d97a4e686
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,947
Size: 1.00 vMB
Total Fees: 0.02387628 BTC
Feerates: 78.83 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,354 (609,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
306,071 306,071 00000000000000004cc36342ff37326bb8e80f9d30d1f855f696bc4198ecfead 150 0.15/1.00 vMB 17
306,070 306,070 000000000000000016764a9459c31636686e470614c550d1a2e6a7cf44d720ed 450 0.23/1.00 vMB 25
306,069 306,069 000000000000000054bbfa711dda11ca9813c2faca51b2efae70e5cef41d144b 741 0.47/1.00 vMB 23
306,068 306,068 00000000000000003318c8cf0e7f3e825814ef45460243b7bb05541187090878 98 0.04/1.00 vMB 33
306,067 306,067 00000000000000002490f3f93d3de37204fa5824ca09e0cd3af4560f0d98fb19 334 0.27/1.00 vMB 20
306,066 306,066 00000000000000002be9df16036c70135669d888c0d7025244e5f4fc3d1632a6 87 0.04/1.00 vMB 73
306,065 306,065 000000000000000030f094dd2990a9e9edc4bf5176882091eeb9ae79e093fa93 631 0.21/1.00 vMB 35
306,064 306,064 000000000000000057e83c62bc1ecb1d9f302f4d93d8789bcd36b9a921afdbe0 279 0.15/1.00 vMB 33
306,063 306,063 000000000000000032d20afa11b739f1c7446499c4545abd0ca4b7ca61fd0942 102 0.04/1.00 vMB 29
306,062 306,062 0000000000000000269e51addc706494afd29ecf5d3a3761d012188287421813 468 0.38/1.00 vMB 23
306,061 306,061 000000000000000038a59dde4a5200a4b24c6896927bba78dc98ceedffdb6979 232 0.14/1.00 vMB 25
306,060 306,060 00000000000000003b585a809269f34907660fb84d10eae39fa8be0789211d02 987 0.79/1.00 vMB 24
306,059 306,059 00000000000000003fb3f203be1bc1aea84ec2c4df3f5cc736ad1aa4db46dafa 113 0.06/1.00 vMB 32
306,058 306,058 00000000000000000f9cf4be6cd584b2730665ed711c977307e4eebcb80fa3c2 400 0.25/1.00 vMB 27
306,057 306,057 000000000000000005d12759d9999697a8f640433d6a3f7d65c2a0be14f14521 137 0.06/1.00 vMB 24
306,056 306,056 000000000000000018b58bd6d6fb9adf40ed32667c3216993f20536c8e1d180d 78 0.03/1.00 vMB 44
306,055 306,055 00000000000000004fbe224e4bb5d187eba3140a4e49f6e033411ed4abcf16c0 191 0.12/1.00 vMB 24
306,054 306,054 00000000000000002749edf1747a0fa5cda6273cf49596609f63dcf2696573a8 466 0.25/1.00 vMB 29
306,053 306,053 00000000000000000ca438852ce4282f9cf8143d8c704b47125a826528ca5ba6 425 0.26/1.00 vMB 27
306,052 306,052 000000000000000041df6da473d3ef527aedd253bf9eb4d6589543ed78e85c49 536 0.31/1.00 vMB 28
306,051 306,051 0000000000000000340f6797567dc81ce53ac7474426702086c935c0bc1520fd 180 0.10/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 783.00 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: 718.87 GB
    • Received: 17.97 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.