Loading Tool

Explorer IconExplorer

Memory Pool

84,525 transactions
30.99 vMB
0.09389606 BTC
Random Selection Loading Transactions
Max Size: 190.03/200 MB

Candidate Block

Mining Attempt c47faca1a8f2904b50090fd0484cfff1f27d300c09d7d5ee1f5ed223a2432bd1
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root 1c2a2393681fbe97254cafa69a125a43832dab7f9f79bcf0cb8edfa4661f9e2c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,545
Size: 1.00 vMB
Total Fees: 0.02317366 BTC
Feerates: 402.60 > 2.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (463,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,427 451,427 000000000000000001651e4977084ea6926731e2fdd52c7f9d4315180b2455b6 2,465 1.00/1.00 vMB 121
451,426 451,426 000000000000000001a449c4660d20ed6fdc74a12b7e7c04561e0409b3250e3f 2,874 1.00/1.00 vMB 164
451,425 451,425 0000000000000000026d641e15782ff1cb9f3b5a932be91c3fe1e26e99833530 2,172 1.00/1.00 vMB 116
451,424 451,424 000000000000000000f864ee9a3b046b161fed91b28fe8cd1b09fafa936559e5 3,456 0.99/1.00 vMB 67
451,423 451,423 000000000000000002a893fc5f106279180217c6a04647b74e5b4f5f5f208c57 3,379 1.00/1.00 vMB 83
451,422 451,422 0000000000000000004fed2a3f345c1509d4368ba4849d0fae6d8b176467ee28 2,160 1.00/1.00 vMB 87
451,421 451,421 00000000000000000055abac605034e66e5307f88afb5dd930bdde6cdd668240 3,121 1.00/1.00 vMB 77
451,420 451,420 00000000000000000106a56aafbb33c93f5c94c979bce54df4c8281c88383b6e 2,004 1.00/1.00 vMB 111
451,419 451,419 0000000000000000014e6f7c4ef6908485fb59508b5ae636bf51c8e6430bfdfa 3,356 1.00/1.00 vMB 88
451,418 451,418 00000000000000000179e6c0e6bf4608540cd4d3de050fdd3ff1657eb61a043e 2,511 1.00/1.00 vMB 117
451,417 451,417 000000000000000001fce08a0233b2317c32e35a754868997737da6f5364cd4a 2,984 1.00/1.00 vMB 87
451,416 451,416 000000000000000000074c4e4a00cb5513fc7b52747f662eaa1e11038bf71247 2,608 1.00/1.00 vMB 97
451,415 451,415 00000000000000000211f9239bd7df9476d478b5f261e4bdfa97a9b8fc3cd58c 2,466 1.00/1.00 vMB 86
451,414 451,414 0000000000000000023578abef0a29c1bb634916cf1ad98eeac347b6453081d3 2,977 1.00/1.00 vMB 92
451,413 451,413 000000000000000001d60b0d05a47cff399ab97017a3e624eff9a57e02bd32ff 2,714 1.00/1.00 vMB 85
451,412 451,412 0000000000000000020dbc0f89ec30a688eada96c8b6314f7a217bd5baf85efa 1,003 0.37/1.00 vMB 97
451,411 451,411 0000000000000000004e7a48f42860d424befb35f3541d7c8108824421fdce43 2,472 1.00/1.00 vMB 107
451,410 451,410 000000000000000002a6c3823505ec646d223ea64b576f12cf5a0de90bf73b53 2,044 1.00/1.00 vMB 126
451,409 451,409 000000000000000001bdd91cd062eb7e6d31c22c63006949101ac913e23cdfdf 1,487 1.00/1.00 vMB 129
451,408 451,408 000000000000000000723cdce357b410d6c0e3e10538518fb4264aaa2cf5480f 2,174 0.99/1.00 vMB 143
451,407 451,407 000000000000000000d9f1d138589fab853e242ea5ea94397491a9f3df70cff6 2,108 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.96 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: 715.29 GB
    • Received: 17.70 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.