Loading Tool

Explorer IconExplorer

Memory Pool

18,783 transactions
11.10 vMB
0.03794172 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.19/200 MB

Candidate Block

Mining Attempt 8ffaacd2f402c603d410d44176ce30f9a4d8ad818d3d943d9cbe28d319013602
Version 20000000
Previous Block 0000000000000000000014b0e0c3ffdcd0c6f82f657121f2e5c5dea8833d7c39
Merkle Root 6560e54c57584dc2bfadc8598283e0e91ab624015b972009d3f90522a1eb9c1f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,680
Size: 0.997976 1.00 vMB
Total Fees: 0.01945728 BTC
Feerates: 150.80 > 1.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,807 (740,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,265 173,265 0000000000000552444abc6abefe1851d512463a80f7775aeedb154bdd7af52c 58 0.04/1.00 vMB 442
173,264 173,264 00000000000007ef0b29c066f259985719a08c1894a8e2de7ae0d2bad9d5261c 28 0.02/1.00 vMB 0
173,263 173,263 000000000000070acbd48db8ea4f16756e2286e8e61892506dedd31e4d3202c7 47 0.03/1.00 vMB 5
173,262 173,262 000000000000013c91f4d3225eebfb960bf417d5209ac6468c57d4667e157a38 109 0.05/1.00 vMB 119
173,261 173,261 0000000000000a7285826da4d9f4aa212106d3980d17ce5b9b42e58ab4be153c 39 0.02/1.00 vMB 45
173,260 173,260 00000000000001642961f490e52f6f1929253d788372de2813f5716bbd75fe34 12 0.01/1.00 vMB 31
173,259 173,259 00000000000009fb087543721db01ca94f218ad05363ca18b388e3d07c034686 31 0.01/1.00 vMB 134
173,258 173,258 00000000000000f0746cb6e0ba38c55d73af06c7469424c0889fc1d1c11b86bf 65 0.02/1.00 vMB 25
173,257 173,257 0000000000000a65eb5f203305fcdb14caaa301715cd3fb29064087911fa7306 27 0.02/1.00 vMB 384
173,256 173,256 000000000000097b2949b71f4c6a9d8727ed5183524364f57aa6909ad6b15f0a 55 0.02/1.00 vMB 117
173,255 173,255 00000000000003076a62fcf9c80025cec3bc47fcf173b6dd0ed1788acfb86c0c 5 0.00/1.00 vMB 116
173,254 173,254 0000000000000118d5f4b59f1919288868f5f2abdbe2153d2ed07645f186b255 33 0.02/1.00 vMB 187
173,253 173,253 00000000000009d5a1dea961441fcf4a8410aa76fbca0a07db44d9607c782cbe 13 0.01/1.00 vMB 70
173,252 173,252 0000000000000090db47ddc4cf72ac35b69e40ee45c4e8eb06fa6fdbefc047d7 34 0.01/1.00 vMB 379
173,251 173,251 000000000000046800b70b9c448d7d5477a111e5849963333f4df393fadd9ba2 85 0.03/1.00 vMB 48
173,250 173,250 00000000000008ddc6a6266aa4a9d87f111db28dde793c67781875c7e93c7ce8 21 0.01/1.00 vMB 61
173,249 173,249 0000000000000972c26d5309fb1398bff97375199208a6d6b13c19c485d41c49 10 0.00/1.00 vMB 457
173,248 173,248 000000000000048ded828a732161fab1ea02172eb9a830c3d896e163372c64f6 68 0.02/1.00 vMB 219
173,247 173,247 00000000000003030cb978e6b74461fae9a7a027775055083faa4a51452c9628 1 0.00/1.00 vMB 0
173,246 173,246 00000000000008ee485726d4de68f31092371c720267e70b50dd18c5fefef4ec 75 0.03/1.00 vMB 89
173,245 173,245 0000000000000756d5d8e45b0319cde9a1780bcb4194e585b2a198a067ff0fa5 32 0.03/1.00 vMB 360
Previous 10 blocks ↓
Total Size: 780.28 GB

Node Details:

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