Loading Tool

Explorer IconExplorer

Memory Pool

82,403 transactions
30.59 vMB
0.08120202 BTC
Random Selection Loading Transactions
Max Size: 187.60/200 MB

Candidate Block

Mining Attempt 29d5be085b92180e2631931d630ae55a323567cd3c99f928d657d7ae0840c068
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 5cdf1c314e803c4f5c663b13bbf80a48b6ef9d01a2f917cdd29f9412499f1694
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,297
Size: 1.00 vMB
Total Fees: 0.01291887 BTC
Feerates: 150.77 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (210,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
705,075 705,075 00000000000000000008adaf5f056b418fa033383038c56fc2280b5b3ce80340 2,594 1.00/1.00 vMB 19
705,074 705,074 0000000000000000000368c59fb82a9c2db697aa1a141393b3df8cac3e6657cb 1,844 1.00/1.00 vMB 14
705,073 705,073 0000000000000000000d601a427d42a3faae729280131941be267cf1f1c59a4f 2,745 1.00/1.00 vMB 27
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.35 GB
    • Received: 17.72 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.