Loading Tool

Explorer IconExplorer

Memory Pool

82,036 transactions
31.79 vMB
0.08025082 BTC
Random Selection Loading Transactions
Max Size: 192.98/200 MB

Candidate Block

Mining Attempt 38dc73bdc55ef047b2024d2df5db4be2c28fdabf77922e145e5d80a9012720cc
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 4834d76be34310ed4a328ac5441c697ae6c637cbf4d6405c3254d3dff7f5f650
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,139
Size: 1.00 vMB
Total Fees: 0.01095764 BTC
Feerates: 73.20 > 1.10 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (753,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,352 161,352 00000000000001b06ca92a86d168d11525dd6868690ad601cf453582750d6d5b 20 0.01/1.00 vMB 113
161,351 161,351 00000000000004754688e78ddfd1caa9ccbd3750dbc28389efc4bbc4496197ae 114 0.04/1.00 vMB 5
161,350 161,350 00000000000004768f462e8fd3d8f48b0bec27b6b0b68fb1420de833bbd4b4dc 79 0.03/1.00 vMB 64
161,349 161,349 00000000000002f6a09980fe2006973d879028d72d0802c3bf5e743749e62563 3 0.00/1.00 vMB 193
161,348 161,348 00000000000002d567e539d6b72d640a05a68288192f08324ddefd81617e5c9f 49 0.05/1.00 vMB 134
161,347 161,347 00000000000002d07632d952af297f5f61dea0c9ff5937d0d5839fff2c61d437 16 0.01/1.00 vMB 89
161,346 161,346 00000000000008732ffa86e005f0876044a0e6a6990f6d1cb53e26dd33541dab 8 0.01/1.00 vMB 8
161,345 161,345 00000000000001581812d682164bd1cc28e2ebd988acbc104b26231d09f545d4 8 0.00/1.00 vMB 15
161,344 161,344 0000000000000c4bba89fa694b29b94d6eda666d34c5b68dcd6c3fca9b36321b 13 0.01/1.00 vMB 6
161,343 161,343 00000000000009b71b1b6f4448feb87d44eae30996f37f95d0d8b3522ca853ac 24 0.06/1.00 vMB 113
161,342 161,342 00000000000006a5bba166b7d23e4f328bc86d01f65b05ebbfe56448f0436d71 19 0.01/1.00 vMB 30
161,341 161,341 0000000000000589bdded9168c6fea340f513bd0c672f15192f2544d1c9c107e 7 0.00/1.00 vMB 0
161,340 161,340 0000000000000a201eecf256ce200d2c08290fe1a6cb5e9fe7e0f6c35bde0813 21 0.02/1.00 vMB 186
161,339 161,339 0000000000000758765eaa01813d618cf38d78f5485679d16f91553f32faf09d 25 0.02/1.00 vMB 84
161,338 161,338 0000000000000cf0c6b3bc68cee4948b27295e7da7123d7469af62975d59dcfa 36 0.02/1.00 vMB 137
161,337 161,337 00000000000004e6615dae28d97eaf0a33325a2a1dd7654c180a2fa661bb5bc4 46 0.02/1.00 vMB 77
161,336 161,336 0000000000000cc1b87204ce4aae11993c74e0ff5c6c4f91498b23a3e3d9f813 13 0.01/1.00 vMB 15
161,335 161,335 00000000000001080a6be1f4cd148f991c1dedcb5172e59d9385fd00eb4fc81e 24 0.03/1.00 vMB 173
161,334 161,334 000000000000077ff30a630bcc14572f367149148b817e6ac33aab4647de104a 21 0.02/1.00 vMB 57
161,333 161,333 0000000000000a20f0f1b7a2989afcf1ef1083583b5df6992f988075574b6d28 36 0.01/1.00 vMB 133
161,332 161,332 0000000000000400ced943dcd68c596cd44d28e4eed8f6456e97e1ef3093a61c 19 0.01/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.