Loading Tool

Explorer IconExplorer

Memory Pool

38,497 transactions
27.71 vMB
0.07530541 BTC
Random Selection Loading Transactions
Max Size: 141.66/200 MB

Candidate Block

Mining Attempt 7905b00f6b33e7e7638a0bebee3c4ef1fd90d7d1085f5f96bea5642ae3b610f5
Version 20000000
Previous Block 0000000000000000000073ebe7fe130f67de1ab2e9c5c1b68fcc6f5f37d33261
Merkle Root 22de77d2e6eb21872362ebfd3d85a3b1fc1d60e8f19f0caf1ad3185415d34fb4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,560
Size: 1.00 vMB
Total Fees: 0.02061027 BTC
Feerates: 222.83 > 2.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,271 (837,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,837 76,837 0000000000288ffba6285744e3d1cf78201eed39b145ef63f7465ae7ae063e22 3 0.00/1.00 vMB 0
76,836 76,836 00000000003731753e360b5171209166b60a97f4d5e60ebbf4d68c927ca77395 1 0.00/1.00 vMB 0
76,835 76,835 0000000000266bc9a9aa63e379a748bd311c574478dc9ff8fc1a59858561fc9c 1 0.00/1.00 vMB 0
76,834 76,834 00000000000ef654bedcc4d434ed9e19190ea18ab07b9887e82c65877b8ee08a 1 0.00/1.00 vMB 0
76,833 76,833 000000000047a6f643874f4ba6bc46e5565585a122043456a5950ef971f001aa 1 0.00/1.00 vMB 0
76,832 76,832 00000000001d75a3ad7e9d31293c66e445119d35b65b00ebddc76b7137817cda 1 0.00/1.00 vMB 0
76,831 76,831 00000000006495fc313557cdeb337c926752b0989cfb18d45ccaeaabf6eeb835 1 0.00/1.00 vMB 0
76,830 76,830 000000000017f839b439246919b1c5c78bb514b807e7b024593eadecffb159b9 1 0.00/1.00 vMB 0
76,829 76,829 00000000005372c8ee0eca0d319b6e551c4f0add7747cad0518515ad15f1f4c7 2 0.00/1.00 vMB 0
76,828 76,828 00000000000a0a06111eddce6e2a8ddd4002bbeca79621c269b767a9776f1965 2 0.00/1.00 vMB 0
76,827 76,827 000000000064e078254130899924fc713ffb38ec4751762b0bbf9015ebc79898 3 0.00/1.00 vMB 0
76,826 76,826 00000000004863e1980b84c87f3a854b1867dd98a8d5b4f4b512d0ac506788ec 1 0.00/1.00 vMB 0
76,825 76,825 0000000000128b304a20d5e2e717d7a3fad03725f91d8b71988c264c594c0455 3 0.00/1.00 vMB 0
76,824 76,824 000000000050d3b0ebe37612047ac44f3a67546af24334373153c5a26f419737 3 0.00/1.00 vMB 0
76,823 76,823 00000000002ff4a0c40d6597a8f0b827110d4c3c70c07e327a9f8aa6e27174d3 1 0.00/1.00 vMB 0
76,822 76,822 000000000037337395ec6b2e4786b6fc57f74130e55a478b32478076785e44ca 1 0.00/1.00 vMB 0
76,821 76,821 000000000041c5bff6e90e48996da024baab909c630664339494e8466d25ab7c 1 0.00/1.00 vMB 0
76,820 76,820 00000000005cbc8af9a7d45ae00e7cdac6f99d4feedb5972ed699a967e72fb03 1 0.00/1.00 vMB 0
76,819 76,819 00000000004f767b1183bafe1312d518b3bd5ed11ea363881c18b35e8aa05fa5 4 0.00/1.00 vMB 0
76,818 76,818 0000000000575acb3f781e61713b2f5492c78df46be524fa94ad3ca1b896879d 4 0.00/1.00 vMB 0
76,817 76,817 000000000001def773aa9381976708903c0c0492ed3a1f4fe7fddd791aec4f7f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.07 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: 578.35 GB
    • Received: 8.74 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.