Loading Tool

Explorer IconExplorer

Memory Pool

79,135 transactions
29.64 vMB
0.07527301 BTC
Random Selection Loading Transactions
Max Size: 177.82/200 MB

Candidate Block

Mining Attempt 038b4af88127cf473fae64fc04f71fd9cd507e89ed697e5628a484fb63cbe5fe
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 841e2efc5a56e7e7006cc8547552b36c778bee72ccc940f794d7f3f0335814c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,953
Size: 1.00 vMB
Total Fees: 0.01443657 BTC
Feerates: 150.98 > 1.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (369,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,469 545,469 00000000000000000002212ba33d321a8d76ee10ced2183d69177ce86e22ce40 2,695 1.00/1.00 vMB 43
545,468 545,468 00000000000000000010ff807cf6c8fede7d012b420dff871bc92df772fc65c6 1,547 1.00/1.00 vMB 12
545,467 545,467 00000000000000000004ae11041001e72f356696a3ab5f337dd8c92e5c48c93f 2,072 1.00/1.00 vMB 23
545,466 545,466 0000000000000000000c3168681e40b51ff53fa0f3b7ff5551da39ea039d9710 1,775 1.00/1.00 vMB 36
545,465 545,465 00000000000000000019506e76b2e4aec601e4c900bee007e1d6e9b0a8af1efd 2,193 1.00/1.00 vMB 12
545,464 545,464 000000000000000000088eb21134505dfff19ebc9a5c359d0cef9b2f679565c5 1,423 1.00/1.00 vMB 20
545,463 545,463 00000000000000000011cb7c378d87d13c1371d256fc9ba96ca174a01114d385 1,428 1.00/1.00 vMB 16
545,462 545,462 0000000000000000001d8811179af8ed1f944fe91f73c39d12c3b335c379b412 2,039 1.00/1.00 vMB 41
545,461 545,461 000000000000000000157a1fdf26a4cae3c9404d7cda04068b89ecaf458c95b9 1,527 1.00/1.00 vMB 30
545,460 545,460 00000000000000000024353b096a6a679be29390b92b2fe148ff3ffb1761e1eb 661 1.00/1.00 vMB 44
545,459 545,459 0000000000000000001b1b3cb184245ca3ee53a54e754cb58b1c8ae09e067201 959 1.00/1.00 vMB 64
545,458 545,458 0000000000000000001a2198b4f44c5b53754eefaa603fd326ed264d5fd33a79 2,260 1.00/1.00 vMB 13
545,457 545,457 00000000000000000006c7f9ba835896d138aeb52ee52e651c112ee3f4593b5d 1,881 1.00/1.00 vMB 47
545,456 545,456 00000000000000000004d1dccd54a883fbc96358237f3ee741bb8acbe5f1c482 1,846 1.00/1.00 vMB 19
545,455 545,455 0000000000000000001dc7ca5c0cfc03508c5ba9d5df30d3e0551af178f1cedc 2,230 1.00/1.00 vMB 11
545,454 545,454 000000000000000000013b0e05839f68cfd74ba8b2cd6823be78d33286b2d614 261 0.23/1.00 vMB 43
545,453 545,453 000000000000000000141d82cfeaffb5a53d4df246865488c5592d3934aa0933 2,636 1.00/1.00 vMB 18
545,452 545,452 000000000000000000072100d5c281e4b5f50dddeff98730761f03bd3f73b3d8 1,804 1.00/1.00 vMB 26
545,451 545,451 0000000000000000001b91ccbf3af5d9e201ee78990db0995d8ff4624e18607f 1,839 1.00/1.00 vMB 5
545,450 545,450 0000000000000000000567db512fd6181f035869ac34dbe69413d4900afd1f42 1,748 1.00/1.00 vMB 3
545,449 545,449 000000000000000000013f4100c90d058f087a1e83a0d62e832c51dc126dbb8e 2,524 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.42 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.40 GB
    • Received: 15.13 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.