Loading Tool

Explorer IconExplorer

Memory Pool

23,261 transactions
9.96 vMB
0.05951663 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.01/200 MB

Candidate Block

Mining Attempt ac7be5d4a5a30d5a89bd4936220a6b68f63e66eb00bdc154008d67dd192db11b
Version 20000000
Previous Block 00000000000000000001124cf23d5407a6c1c959f1638ede05fd1137b99bca69
Merkle Root 78006f4aac175f8df228e3966d197df7651aa8af3c7844f0945ef40f17aa1909
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,392
Size: 1.00 vMB
Total Fees: 0.03176540 BTC
Median Feerate: 2.44 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,405 (717,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,205 196,205 00000000000005781bb43475fe5af110a46118379e2c70f62b56f1716d765f16 198 0.07 vMB 123
196,204 196,204 000000000000059a9c285df40af089e521f3cdc2635df6107410b7270cca1641 357 0.14 vMB 146
196,203 196,203 000000000000013755dc554fb900aa7d77aad53f7640d04fc1253ed7a22a7ae9 249 0.09 vMB 218
196,202 196,202 000000000000060a074b5c16c8b6f01d6ed363b39b871c6103b05dedf2d8e3b8 55 0.02 vMB 121
196,201 196,201 000000000000046ce5b2f0746f39c4ae9b6664a35091e012d4db790f97ef0a67 309 0.10 vMB 186
196,200 196,200 0000000000000671f8eb6bc77bf0972a18d829dd6f97e2bbd68222bc97eabf67 9 0.00 vMB 0
196,199 196,199 00000000000001878e62baf048601e3a8251aa573b7ef131be91f943d59eecfb 95 0.03 vMB 166
196,198 196,198 00000000000003d560434592ef2f8e085bf8efd7970b67f7f88807b4702c5e5a 69 0.03 vMB 134
196,197 196,197 000000000000026a75f994cd1e6070c506e21234c6c17442eecadbb1015bdaa6 512 0.22 vMB 132
196,196 196,196 000000000000011a4403588474464da2cf9f62495cbc3e54451c8af3dc3170b6 10 0.00 vMB 66
196,195 196,195 0000000000000516a7c083464468283571e249a1d42e4ff0f436f8e747a2048a 37 0.01 vMB 83
196,194 196,194 00000000000002bb53789e4edcf1e5fd37572d694511e01bcc55f744f4634d62 16 0.00 vMB 40
196,193 196,193 00000000000003d30913575ca467796387efd1d3b571ee73779309fefca28ba6 57 0.03 vMB 126
196,192 196,192 0000000000000112cee0259583dc0edb20cdbadd6abdbc83b992c721a7059001 26 0.01 vMB 111
196,191 196,191 000000000000017732eeafb317329aeee1029844cec260309ec52e1bfa6a174e 258 0.11 vMB 105
196,190 196,190 000000000000042e70d2a3bb812f55961abedb055571ce91c275cecf9e3931b9 12 0.00 vMB 314
196,189 196,189 0000000000000259b7af200fc0fb1e6a8d9e7539fdf145398f41aa1b2f5fdeb0 355 0.14 vMB 189
196,188 196,188 000000000000068af960d4f6929497236eefc465486c0a2e3857c2eafe0d8320 395 0.16 vMB 299
196,187 196,187 0000000000000379b3a11ddb9fa01b7f833b78118fd7891e4ca30f622d25bff4 142 0.04 vMB 47
196,186 196,186 0000000000000150be6c78071467ddd6f1a50c5cb42b08827b909bec7944fc79 77 0.03 vMB 119
196,185 196,185 00000000000005d0927eeb23d5ea126f2ea4c6fb6f7e82a3847d1e6826f85f24 512 0.15 vMB 29
Previous 10 blocks ↓
Total Size: 779.57 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: 279.43 GB
    • Received: 1.10 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.