Loading Tool

Explorer IconExplorer

Memory Pool

76,479 transactions
27.63 vMB
0.07778870 BTC
Random Selection Loading Transactions
Max Size: 168.70/200 MB

Candidate Block

Mining Attempt 024accb6035a949cc539a3f50a28089c3ade9c87627d19bebffd71c9268ab14a
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root a76cd0edab89f37814f1d5eb31da0d4ac39d6bd7f97a49fa861e55704a4b7a40
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,883
Size: 1.00 vMB
Total Fees: 0.01868344 BTC
Feerates: 402.60 > 1.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (210,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,096 705,096 00000000000000000002f7dc10368f8b594acd15ac539218ffbdafca60d53dde 944 1.00/1.00 vMB 11
705,095 705,095 00000000000000000004bc6df25908192fac6b5096fd86f33b0dd872e427373a 2,396 1.00/1.00 vMB 13
705,094 705,094 0000000000000000000b33a6dd47cd1ee298b76d49d5f01e78d41413b3d713cd 2,770 1.00/1.00 vMB 26
705,093 705,093 000000000000000000031d140ac44da71528bbc4d52bfb794d7bec346217c4ae 3,239 1.00/1.00 vMB 23
705,092 705,092 0000000000000000000d1f2fc998e7ec67eb2752bfa97a6d2d34dc63f8e4ddc6 1,665 1.00/1.00 vMB 16
705,091 705,091 0000000000000000000ac84b8a55657fc6ef3131ffecf6b75ff9cef993200e79 1,485 0.74/1.00 vMB 10
705,090 705,090 00000000000000000003eaf1430e29db0274d0df23a6c55663ce9d708ab9d3e6 2,863 1.00/1.00 vMB 13
705,089 705,089 0000000000000000000809a150c11eb958e7a1026c98e4aff92fe0bc87980067 975 0.42/1.00 vMB 10
705,088 705,088 0000000000000000000b3ad86060eeff656b25dedd957d626e6fefc6e8a722c6 1,328 0.76/1.00 vMB 5
705,087 705,087 000000000000000000099fc3e37352cbc2d7542b943ef9f7ffc6d7fb600565d5 2,719 1.00/1.00 vMB 4
705,086 705,086 0000000000000000000a9a75921431f5cc8b88364a91a070d9bdd1f4ab8929de 1,645 1.00/1.00 vMB 6
705,085 705,085 00000000000000000007fe6ac70c7d40c78cae4d3edc44702d3a29683f98ec6a 3,104 1.00/1.00 vMB 22
705,084 705,084 00000000000000000007bd65e51fdca2d691b9f8469c5ecf8443c854575b7191 1,208 1.00/1.00 vMB 14
705,083 705,083 00000000000000000005b60ff745e5cea9e0a516a0adad5ca119037dc55954d4 2,040 1.00/1.00 vMB 19
705,082 705,082 00000000000000000008db84b650af228307631851e4783f62dea0523b8d4bdc 2,497 1.00/1.00 vMB 9
705,081 705,081 0000000000000000000d808e3c764205a17aa7d82b1e9b901cfe31a154bf02fa 3,435 1.00/1.00 vMB 7
705,080 705,080 0000000000000000000b9d70a0d22f5905b2bf459808960c275e4e202a476e1a 1,337 1.00/1.00 vMB 15
705,079 705,079 0000000000000000000bb5289c6d0afae0e75f7ddcf15969118de5ef4b63e049 827 1.00/1.00 vMB 8
705,078 705,078 00000000000000000000f99e43fa8115ea3476e61f6f1e5b140a86a5db92969b 1,732 1.00/1.00 vMB 15
705,077 705,077 0000000000000000000085215eac1410d3ccf1b84bea490ae2e4c24fad0433dc 2,535 1.00/1.00 vMB 7
705,076 705,076 00000000000000000001cac3b76e660c4b889d89656e14054da577ee50375e64 947 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.95 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.01 GB
    • Received: 17.64 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.