Loading Tool

Explorer IconExplorer

Memory Pool

79,468 transactions
29.65 vMB
0.07707476 BTC
Random Selection Loading Transactions
Max Size: 178.12/200 MB

Candidate Block

Mining Attempt 606234d137a42f6c754d7d2628d340deca2eff6b5746669f3f996506f5a088f8
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root 7eaf8cb1cf3c22f79c1a9f962b647d91b219ceed87de6eaa343ba1fd5c06cb3f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,458
Size: 1.00 vMB
Total Fees: 0.01669984 BTC
Feerates: 502.65 > 1.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (329,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,339 585,339 000000000000000000055be5cd57f1c48179360e96b25e3f62dd8e9ab74d485b 3,039 1.00/1.00 vMB 46
585,338 585,338 00000000000000000008817c8633d4cc08f96c8534e0ac3c9b6460f3ccc2a5e0 1,538 0.53/1.00 vMB 14
585,337 585,337 00000000000000000012a98bf4adfee63e6c76930c77a6847eae274a43309476 3,104 1.00/1.00 vMB 32
585,336 585,336 0000000000000000001acdea914576ec4ea6f8edf4484a29326d83062829dd33 3,099 0.97/1.00 vMB 27
585,335 585,335 000000000000000000144c15045745fb5d72f1007825a7e5e62de75141581098 157 0.06/1.00 vMB 28
585,334 585,334 00000000000000000008b0b380e671fc528778833e80e2d1f3dfef0be39f016e 1,109 0.34/1.00 vMB 25
585,333 585,333 00000000000000000015eef4d73decf1c0447933ae9ac4003a756c19ed501a9c 281 0.08/1.00 vMB 33
585,332 585,332 0000000000000000000364249612096c2b66e88d376839e2766af984b67988b6 2,056 0.79/1.00 vMB 24
585,331 585,331 00000000000000000002c65f9d772fc576bbc7d8e5388be7afdd4ae86aa55a61 2,985 1.00/1.00 vMB 18
585,330 585,330 00000000000000000016544d0df663b1d5b75b8a2eed11782401d5fa61b959f0 2,966 1.00/1.00 vMB 32
585,329 585,329 0000000000000000000bf9a4200300a4364c9a8b5a095270734e7c5a3f051eff 2,887 1.00/1.00 vMB 40
585,328 585,328 0000000000000000001d1faffbc0977fa377f218f1f54484595495dc1b6752a1 106 0.04/1.00 vMB 44
585,327 585,327 000000000000000000161400a86895d1d91e50034986cbcf2f1b00355a0edf8e 640 0.19/1.00 vMB 30
585,326 585,326 000000000000000000150fe484047ff561c9f3905bb23296e6809022955ed0d1 2,306 0.78/1.00 vMB 34
585,325 585,325 00000000000000000018bdf1e2cf362871b70605d9d152de4c22ce85c8d90bbf 2,389 0.85/1.00 vMB 2
585,324 585,324 000000000000000000097256f93628c978dcf52e28dd821a1b5dfe96d19ced84 2,821 1.00/1.00 vMB 22
585,323 585,323 00000000000000000004da5d47bb028b7bb6b8beb4da5575e77cd19dcf254845 3,459 1.00/1.00 vMB 69
585,322 585,322 00000000000000000001cc64e70c5b9e5b20e5f19657c853e308af82a3e44ae9 3,250 1.00/1.00 vMB 35
585,321 585,321 000000000000000000078ed0cf7f16e56dd63a10f289272d8a79a57c4a47a033 598 0.22/1.00 vMB 32
585,320 585,320 000000000000000000066f1dee5758bc9ab332a7c12cf2ef296a06f0734e4aa7 1,493 0.53/1.00 vMB 27
585,319 585,319 0000000000000000001b27bf9346f8a131433ba2df07707ef621ccb0aeaa0f1d 1,820 0.69/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.