Loading Tool

Explorer IconExplorer

Memory Pool

32,144 transactions
18.58 vMB
0.04868169 BTC
Random Selection Loading Transactions
Max Size: 99.38/200 MB

Candidate Block

Mining Attempt 44be55659ac7c9a5031705c64859af257f7e75417efb615f5b798d6610ceb0be
Version 20000000
Previous Block 0000000000000000000161ddcd26c1b47f62b1f8f056cc1e7901fdc1ad8b87ac
Merkle Root 545ebe12a0c45b6555b835e4ab1ff9c4ac7a8d0af1535ce93acb6b7006bc183d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,933
Size: 1.00 vMB
Total Fees: 0.01332695 BTC
Feerates: 151.03 > 1.34 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,127 (792,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,159 121,159 000000000000078c2cc723efa4987b7da6daec95562727aaadd1bc823a9b8d0c 8 0.00/1.00 vMB 359
121,158 121,158 00000000000003298f29e76f84b351aca37f73da284385ebfba2094de5e83914 11 0.00/1.00 vMB 1,255
121,157 121,157 000000000000942bc4650fcad0139c04893206cc8cca610d15db55608613731d 209 0.06/1.00 vMB 18
121,156 121,156 00000000000090c294a7d92caed1013681c603b14c3d4d277fc959efaffac289 16 0.00/1.00 vMB 1,088
121,155 121,155 0000000000006e27b542888bfcb3118565a6f9f2d90a3475ec0e25b708550043 11 0.00/1.00 vMB 355
121,154 121,154 00000000000062264a04031130c8dff546628ef5823002e133bea7d328da354e 10 0.00/1.00 vMB 340
121,153 121,153 0000000000000a3b738778a0831c6b3ef706666dbd432cbc0bab25b005d88a1a 16 0.01/1.00 vMB 865
121,152 121,152 000000000000710a93c17d83ec56e62e8075db19ec099c3db891634e47ce6cc0 2 0.00/1.00 vMB 0
121,151 121,151 00000000000021b9020812fe3bcb3ae0408f9a85dbc94149c0b00f67cc8ec2a4 18 0.01/1.00 vMB 0
121,150 121,150 000000000000878d585d552e2ec35ea9ababca492ef0f7ab4e6a8fc30ebf2f1c 7 0.00/1.00 vMB 333
121,149 121,149 00000000000063b9dd2533739c2cf202ebf2ae9434a51d4c0f55c4953bc9e20f 11 0.00/1.00 vMB 625
121,148 121,148 000000000000571e738157b57480b64001a6be67b6a723eba185aeea97de821e 30 0.01/1.00 vMB 1,807
121,147 121,147 000000000000093eab45c455494cccc0c6ee9a9d1f25abb497631b66859732fe 17 0.01/1.00 vMB 1,943
121,146 121,146 000000000000085868020b439e83df9ae6c57bf9a1b4e67e9bad76747b72f06a 6 0.00/1.00 vMB 3,881
121,145 121,145 0000000000004494ea0b43ede7e6935cbf0d485b190861dfc53369f01a0aa783 88 0.03/1.00 vMB 913
121,144 121,144 0000000000008269394aef5beef37e58614ef5ce11cd76964324e61a59f8a424 33 0.01/1.00 vMB 2,087
121,143 121,143 00000000000025f60b59b224ded80b0b39ba387b8d67efcf77e1a21a9393898e 12 0.00/1.00 vMB 319
121,142 121,142 0000000000000441999817a4014e90499c43a2e98be726b27b9192c7c917a64d 61 0.02/1.00 vMB 2,490
121,141 121,141 000000000000298da7b78622f70eb698dd856b441734103a4463808c93c10465 45 0.01/1.00 vMB 1,119
121,140 121,140 00000000000034a10a3f8c9263eb70513a5cdf3ba897443c2003b1a5ac072a69 10 0.00/1.00 vMB 2,532
121,139 121,139 00000000000086e3c01904cc5e44d1c233931a4357ddfdd884c3a071dfa4df43 41 0.01/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 780.82 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 561.33 GB
    • Received: 7.38 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.