Loading Tool

Explorer IconExplorer

Memory Pool

38,704 transactions
28.28 vMB
0.07162460 BTC
Random Selection Loading Transactions
Max Size: 143.36/200 MB

Candidate Block

Mining Attempt 4a955bccfe6f3932719d3dec754ba17a973f5e4c9fe056574058637fbe8b0b74
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 594268229bb5b42634804b4d92cb864d6487d766e7f4e98932f11ae4fcc17f35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01733049 BTC
Feerates: 150.93 > 1.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (202,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,414 712,414 0000000000000000000c67eba6d684b5df8386d2c90366b6b1d769977fd93586 1,772 0.55/1.00 vMB 13
712,413 712,413 000000000000000000089b6bfbee7b26cf784e4190619d88129a0a57da46c83e 2,950 0.89/1.00 vMB 13
712,412 712,412 00000000000000000008fe5c6eeb10f047ded06b9b4d12dbdb4eb512d80f5b4e 1,237 0.50/1.00 vMB 11
712,411 712,411 00000000000000000004e6099b222de87178bc7dfd67cee95a9f916b49ec559b 1,000 0.33/1.00 vMB 13
712,410 712,410 00000000000000000005743596e78b0f65f388961b2c24ff4c46e9f3121b4e76 1,905 0.75/1.00 vMB 4
712,409 712,409 0000000000000000000031d968591cfef3302b3dbcacb076fb85bba004203ddd 3,142 1.00/1.00 vMB 17
712,408 712,408 00000000000000000006988a2fab2badcbf930f90136b9b84a676c9dc081f346 2,151 0.64/1.00 vMB 12
712,407 712,407 000000000000000000042d08ff5f7cbaebe081b2ea99ee175837d7e2e6a8f6a5 1,661 0.54/1.00 vMB 12
712,406 712,406 00000000000000000003b4a8c7402828e27e76a269156ce8af693b2ac0b3a416 598 0.23/1.00 vMB 11
712,405 712,405 0000000000000000000923d36a2b19b38a455d50dfaf3c2b84ecd911febeb22f 2,392 0.81/1.00 vMB 6
712,404 712,404 0000000000000000000c1a2d62e3521d38755e1db4636b04f9cd00fe1b5c17e4 3,400 1.00/1.00 vMB 14
712,403 712,403 00000000000000000000611dcc67ab7c10840880a8eb297724985145f938628b 2,513 1.00/1.00 vMB 15
712,402 712,402 00000000000000000004bb8d2337beb28c07e7775e7160a13a9bb5ad8b69a4c8 975 0.40/1.00 vMB 11
712,401 712,401 00000000000000000004b4d2c02adb2b442f1c433901857e9024affe4c080e9e 1,982 1.00/1.00 vMB 8
712,400 712,400 0000000000000000000637393ac9229f3aadb6ec42dc2bdcad6308e9a1f98bab 542 0.77/1.00 vMB 4
712,399 712,399 000000000000000000054b5dceb8b1d274d983e133c2acfbe14bc81cac0ccd44 2,065 0.98/1.00 vMB 10
712,398 712,398 0000000000000000000a2963722f70489781d046f91e6a30afe1ed6050381018 214 0.06/1.00 vMB 14
712,397 712,397 0000000000000000000bb3c0383ff31297dea0898927a4469538cc22c170da3d 403 0.14/1.00 vMB 10
712,396 712,396 000000000000000000050bb6f6062d238505b1965b0e27d9fb7014c378af3d1e 1,118 1.00/1.00 vMB 5
712,395 712,395 000000000000000000035300838d17cc41a2662ed04242b9b6df1c8f274cd7b9 2,353 1.00/1.00 vMB 7
712,394 712,394 00000000000000000007f69bf62f1e494d8015e220b8ce732b22013ec25c917c 3,001 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.70 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: 629.12 GB
    • Received: 11.87 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.