Loading Tool

Explorer IconExplorer

Memory Pool

45,546 transactions
27.35 vMB
0.10251596 BTC
Random Selection Loading Transactions
Max Size: 144.20/200 MB

Candidate Block

Mining Attempt b55bf95a60ae7aa0b625c67ab56705bf67a06d5400907e523cd1a6c050b1d5bb
Version 20000000
Previous Block 000000000000000000006d5dec801a101478f03b45279c1f23f252ebcf40ea3f
Merkle Root 3e6e908b89206beb570a5182a49fc4c35691866c4d1580392320f05247b13d6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,141
Size: 1.00 vMB
Total Fees: 0.04851436 BTC
Feerates: 201.07 > 4.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,880 (751,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,271 163,271 00000000000002a834b52537f6ad7cf9c55df2bc1263ca1e294930f821a4f536 22 0.02/1.00 vMB 167
163,270 163,270 0000000000000041205a4d335fc74b7cab0c94b12ce3c938c4476519fca127ad 63 0.02/1.00 vMB 5
163,269 163,269 0000000000000671459ef041ac09fc486c1caed5c943255b5394b395df921d48 30 0.03/1.00 vMB 1
163,268 163,268 00000000000009a38b82b446d059a4e3f4a4539f4c12b9aa8d0f842b8a082666 26 0.03/1.00 vMB 197
163,267 163,267 000000000000016d32b42659d77590202236ce06035ce70ac70297f69e05fc1f 58 0.05/1.00 vMB 54
163,266 163,266 000000000000002f572532407d3b5e4d1d9f92285e274ea3fadce21c87b2ffc4 20 0.01/1.00 vMB 0
163,265 163,265 0000000000000393363922b2e1c1cbf6feb14d206182af03e6e1b575a7f60f7a 9 0.03/1.00 vMB 5
163,264 163,264 00000000000009838ee9663ce42c4a8206d1dd0d1d74a9e706351a70a50fe0f4 38 0.04/1.00 vMB 84
163,263 163,263 00000000000003b5dd651f45e01b7ea02ae747c001a045d6e8f8cfde4a6463c2 20 0.01/1.00 vMB 4
163,262 163,262 0000000000000c663eaf97e5af72fc51a9e03837e934f5a7aa4f07f50c9afeb9 23 0.01/1.00 vMB 123
163,261 163,261 00000000000005df4ff1c52f1ee6bf06292e4de90fe4fa14083c960fc0517031 122 0.05/1.00 vMB 195
163,260 163,260 00000000000008dc91b2b9e66e7e583f4b05505ac75c2892437ef2294ddf3a3b 7 0.00/1.00 vMB 412
163,259 163,259 0000000000000c7a615757674d8c36b34694863d8a7e981edbb29462ed3854ca 40 0.01/1.00 vMB 116
163,258 163,258 0000000000000d1eaa069c1c3b22e0fece6d16e03e4462a135070f166d5cda09 18 0.01/1.00 vMB 505
163,257 163,257 0000000000000910a7061132e554c91b99d76bfbe1f4a6bb7ca437783d8291aa 13 0.00/1.00 vMB 0
163,256 163,256 00000000000000719b6703e9112b8c294dbc838cf5b7e94147c0ebc2bc9c628d 34 0.02/1.00 vMB 28
163,255 163,255 000000000000025432c40b7da90efd24f0543cd20f15bd1d533e61da73b1951b 64 0.04/1.00 vMB 325
163,254 163,254 00000000000007842c5c2e7c697652d12a2be8bd4bd6d18e264867b41a7f8ce2 126 0.04/1.00 vMB 24
163,253 163,253 00000000000003039a05da031471c64e4448d4222eb818397aabebf63e097be0 33 0.01/1.00 vMB 57
163,252 163,252 0000000000000993755812cd080c4ad3dc4a042e8e1660dd54eba48cccbc5ca8 3 0.01/1.00 vMB 58
163,251 163,251 00000000000007eab6c78f1ae300036e3f53364ab0d5e2a4b2bccb6b7f410689 8 0.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.17 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.58 GB
    • Received: 13.95 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.