Loading Tool

Explorer IconExplorer

Memory Pool

79,430 transactions
29.93 vMB
0.08398471 BTC
Random Selection Loading Transactions
Max Size: 180.38/200 MB

Candidate Block

Mining Attempt 9c39e8dd2708ab898e038058c6d6574992b6914d05f32ec40fc1530f3efce559
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root 896b174a37341628be4f1cfcfe8ccd60a7ad9bd79938555a673fbee4fa1c4710
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,881
Size: 1.00 vMB
Total Fees: 0.01558122 BTC
Feerates: 40.21 > 1.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (310,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,325 604,325 00000000000000000008d9b7c006d5674de3be2684cf443c482dfcc06cbe77a1 2,390 1.00/1.00 vMB 20
604,324 604,324 0000000000000000000fa23ebfdc29a7b5b9ed2afe72ae9dbbde6962fb660c2e 386 0.16/1.00 vMB 12
604,323 604,323 0000000000000000000fd4fc82a8d169176c9bf20cd48b8ee1cfee1917db8980 3,228 1.00/1.00 vMB 11
604,322 604,322 000000000000000000048a1a01c94c5327ad4f067249ff16654b518037ab7f85 2,552 1.00/1.00 vMB 27
604,321 604,321 0000000000000000000430090f6c6b0b187e69a101c1bac7fab3bf66378f794e 184 0.05/1.00 vMB 20
604,320 604,320 0000000000000000000b536439bed801676090db03c4af26139fe88e2b8aacd0 1,041 0.35/1.00 vMB 25
604,319 604,319 000000000000000000114a344f4d7ef2f64e1264f16c2cb474cff9ec47cb44ba 362 0.11/1.00 vMB 20
604,318 604,318 00000000000000000000811e6d7828b12fbca6b7c7805c67afb5b63729631e6f 1,402 0.50/1.00 vMB 4
604,317 604,317 0000000000000000000b31ce279c76edd8752d85d6144b032da37851e0cf9050 2,735 1.00/1.00 vMB 20
604,316 604,316 000000000000000000028e473f1c95060a63100c9861525105b1f5ced81a7fa0 1,086 0.35/1.00 vMB 23
604,315 604,315 0000000000000000000db97415e8482fcc30d243deaa09711383a99decbe9cb5 1,829 0.58/1.00 vMB 16
604,314 604,314 000000000000000000071b3ede6a60a38eb451a1ee9be6b2d65f672b63a9f32f 2,968 1.00/1.00 vMB 4
604,313 604,313 0000000000000000000698cbc15d2aa9d24da7a453ec0428a67ce81d9fe1c6ec 2,653 1.00/1.00 vMB 37
604,312 604,312 0000000000000000000a1a3f3f221cdb622c241d384896f3129ce43a1e90bce6 2,532 1.00/1.00 vMB 15
604,311 604,311 00000000000000000004fb7d2728c2ba842be3951b63a69f640c4ee74d36ed25 2,516 1.00/1.00 vMB 11
604,310 604,310 00000000000000000002e3c1ca746aeb4df09907669448e2b52c2f68e8b1f2f4 3,297 1.00/1.00 vMB 47
604,309 604,309 0000000000000000001180c9ba930c4a630ffed554270d996bc3a02c8a5a3cd7 1,379 0.47/1.00 vMB 21
604,308 604,308 0000000000000000000c707f50007e3b0b4141dce0975c4d76b6b1e701c94d2d 537 0.19/1.00 vMB 23
604,307 604,307 0000000000000000000831c34018e9edf1bc8eef52abd6274c0994c1d283b361 190 0.07/1.00 vMB 17
604,306 604,306 0000000000000000000f7ca598e46bee3316546ac878c5cde01b69f314a5aff2 79 0.02/1.00 vMB 22
604,305 604,305 00000000000000000014e6909c62d76b1b4985dd5ac4f773aa49e762a58ad30a 183 0.04/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.