Loading Tool

Explorer IconExplorer

Memory Pool

41,894 transactions
28.98 vMB
0.07075958 BTC
Random Selection Loading Transactions
Max Size: 148.51/200 MB

Candidate Block

Mining Attempt 3afc093923e8d6a13477cc33417405e446a51fa5a2819fca83c50293c9aa10bf
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root a66bcc79e8ca74708abf908e125fa3465c17dd509c78f10833ac4d95d26cdc8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,713
Size: 1.00 vMB
Total Fees: 0.01430644 BTC
Feerates: 100.36 > 1.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (202,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,416 712,416 00000000000000000003ba29e2da5d2496722026bf23a83f6555115ac301c2e4 103 0.04/1.00 vMB 12
712,415 712,415 00000000000000000004bc6d16e1dbaf77ccb56ad06f871e6564d3772a431f6c 1,065 0.40/1.00 vMB 11
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
Previous 10 blocks ↓
Total Size: 781.71 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: 629.30 GB
    • Received: 11.90 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.