Loading Tool

Explorer IconExplorer

Memory Pool

42,359 transactions
26.75 vMB
0.06419532 BTC
Random Selection Loading Transactions
Max Size: 139.58/200 MB

Candidate Block

Mining Attempt f91d0f50c0686c6dafd75c8f6d5b63943dee6c39b83a800de3b8d36ee575de89
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root 10e69812413f9070bbbd3edcb340013c980c5441b7434beefaf21568253b8cc6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,299
Size: 1.00 vMB
Total Fees: 0.01462029 BTC
Feerates: 100.45 > 1.46 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (607,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
307,200 307,200 0000000000000000391313d3b235b620eb6e02e680161c6d2bffbbf1c67c83d4 53 0.04/1.00 vMB 18
307,199 307,199 0000000000000000137876dd4420352b9784b433434902627850098bfba9afa5 128 0.07/1.00 vMB 28
307,198 307,198 000000000000000020acd100ad7d9c3e8da1e85535dd1e90e4441b0fa5d15a02 52 0.02/1.00 vMB 35
307,197 307,197 000000000000000013e644d33786b95d2bdddf44899df67682dc505c31b4736f 372 0.30/1.00 vMB 28
307,196 307,196 000000000000000001fb3d415252cfcb7d5f8cc051aaefe470a830c464bc7ef9 41 0.03/1.00 vMB 26
307,195 307,195 0000000000000000032e89023b96ada1e3ddc922f7cf618ca9cd9c52c26cf174 58 0.04/1.00 vMB 7
307,194 307,194 000000000000000037e308c91cbc35df9bfb5cfe09bf08171ff3d60c143b252c 331 0.22/1.00 vMB 27
307,193 307,193 0000000000000000010d2e815fb416228c49efccdb44e8c897274b4cca17f273 347 0.24/1.00 vMB 24
307,192 307,192 00000000000000002f54310aaaf14043ea4166843876c3762839c2b84ce0ce93 10 0.00/1.00 vMB 76
307,191 307,191 000000000000000016ea3b70c86349a65028d8e16f633cc5579e061a61bd2872 130 0.08/1.00 vMB 20
307,190 307,190 000000000000000032bed0de0209e15619ee178fb210b97fbd559ea98727f954 284 0.25/1.00 vMB 22
307,189 307,189 000000000000000011ec0aaa55ac7ffbdd475ad69c91de318bb449c811269f40 194 0.12/1.00 vMB 33
307,188 307,188 00000000000000001a934abfb0ec0fba9d1fb8685a345e92dad28e43d9875641 105 0.08/1.00 vMB 37
307,187 307,187 000000000000000023d7fcadb654feb2ba97831e58d5c725427bcd5888727dc3 27 0.02/1.00 vMB 19
307,186 307,186 00000000000000004e945cad8e3cc76d594fdf24c29895629969f23a5d6498f3 118 0.07/1.00 vMB 30
307,185 307,185 00000000000000004a04db4d20417f2cb3f31961b2d6a87c2a8afd335c695f88 324 0.17/1.00 vMB 32
307,184 307,184 00000000000000002dac8ebc1245299acc2ab5da8ff8190f0b8e2d00d5891c8c 263 0.21/1.00 vMB 23
307,183 307,183 00000000000000003de1051078cb951cadb90aad2e1a94019df07d431384934e 128 0.06/1.00 vMB 34
307,182 307,182 000000000000000011169bda094785130cfea701279287ae9fa8c9608f390019 374 0.35/1.00 vMB 23
307,181 307,181 00000000000000004237ca71992168e3849079a23e5ec1645ca2604070f8d91d 650 0.25/1.00 vMB 44
307,180 307,180 000000000000000025d6404607cd14fb8a6cc8ff05785340b197a8d8f9e0046c 168 0.10/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.18 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: 653.64 GB
    • Received: 13.98 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.