Loading Tool

Explorer IconExplorer

Memory Pool

79,123 transactions
29.66 vMB
0.07631062 BTC
Random Selection Loading Transactions
Max Size: 178.23/200 MB

Candidate Block

Mining Attempt 1748afa97968f0c5de6beefea907c7c42c385e33d53f81aa68ae9a33c9bb41ec
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 351f28b18af5941546da1a8aab61d0f1a00c4ece2f97a5d5e18989493fabfa9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,996
Size: 1.00 vMB
Total Fees: 0.01592802 BTC
Feerates: 101.61 > 1.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (130,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,136 784,136 000000000000000000014b159e01eb51c5371cd54aa56ad11230f33cb63e8fa5 1,502 1.00/1.00 vMB 9
784,135 784,135 0000000000000000000200c9afbdbc0a09c23b7a4e402981f7d2b25e2bb53592 2,424 1.00/1.00 vMB 28
784,134 784,134 000000000000000000054e263fd84807b3d2feedbea91207103b59f2161f7bb4 2,619 1.00/1.00 vMB 23
784,133 784,133 0000000000000000000448de6db5df5ac710d41075b20baffbf16eea4308c659 2,820 1.00/1.00 vMB 29
784,132 784,132 00000000000000000000a30f0af1f36c9dbb8382ffe6df163d8ce0780a49544b 2,181 1.00/1.00 vMB 21
784,131 784,131 000000000000000000010e1a2d45edc3ee2464fc1c5854ab9332de4e855fae47 1,427 1.00/1.00 vMB 21
784,130 784,130 00000000000000000002c74eebf6d9027155e0463a382028af46400cfb484e5b 1,102 1.00/1.00 vMB 6
784,129 784,129 00000000000000000000b2e7c1fc06b2a37ca1f737d37eb4dfe2dd6e95485165 1,215 1.00/1.00 vMB 9
784,128 784,128 00000000000000000001f223ef8806180d2cc0e80fed5190e165341998d20e45 783 1.00/1.00 vMB 10
784,127 784,127 000000000000000000002b73c86fbed2d4c847fefd9b18ef79d136311d33c599 2,174 1.00/1.00 vMB 12
784,126 784,126 00000000000000000004ee68f3c6c046cf22179cdd6b693f7119911dfc77fb67 1,196 1.00/1.00 vMB 13
784,125 784,125 00000000000000000000e37af2ab59e1b695af9919bfa4fa02daac1f0f400ef1 1,109 1.00/1.00 vMB 7
784,124 784,124 000000000000000000019d550a7ff40cd1ba80817f6a3f4eb0b1cc96261d32a2 1,662 1.00/1.00 vMB 18
784,123 784,123 000000000000000000008abe6be5ae4d0db3fc41bad6029f17c8fafcccf36a9e 2,485 1.00/1.00 vMB 24
784,122 784,122 00000000000000000005c098502ed2bf6ff64705c05054a966c12b3f35ea2e77 2,700 1.00/1.00 vMB 28
784,121 784,121 00000000000000000003f84a139ad4a61a2812ee2633b5d30bb087a3c4480752 2,247 1.00/1.00 vMB 26
784,120 784,120 00000000000000000004ef043082d84196e3845c9628ee20764c591c1fb29d6c 1,808 1.00/1.00 vMB 20
784,119 784,119 00000000000000000004253f72cc93ec1728553fb0dfb37cadb8cabd3477d1fe 2,333 1.00/1.00 vMB 18
784,118 784,118 000000000000000000050a23d8eae34fb8d99e833f55641590bc3d53fb815cf5 2,750 1.00/1.00 vMB 33
784,117 784,117 00000000000000000004a36edb41f0636676a361973517573a2193854295c2e2 2,002 1.00/1.00 vMB 36
784,116 784,116 00000000000000000002f2179d9b6004bda450f32a37eb2e7950d7da5b63767b 600 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.