Loading Tool

Explorer IconExplorer

Memory Pool

44,641 transactions
26.84 vMB
0.06463501 BTC
Random Selection Loading Transactions
Max Size: 141.38/200 MB

Candidate Block

Mining Attempt 72f9ae8f4426573bc67e4d77de819293fad6efaeb01c9e4ec4a2cbdba8976ce7
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root bb5ab74299f7d557bd54f6eb5398286b8b0ea4da1b728e52b68e2ff06e0d9bb8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,614
Size: 1.00 vMB
Total Fees: 0.01479680 BTC
Feerates: 251.72 > 1.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (119,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,817 794,817 00000000000000000002d604affd796435240c79fc67a44ef386e38b40bca65e 2,557 1.00/1.00 vMB 24
794,816 794,816 0000000000000000000152908adbe28bc6ca0abe7cf7b656cbf306fad7bf9df4 3,177 1.00/1.00 vMB 35
794,815 794,815 0000000000000000000395f46c56e47aeebf64c10572d8083b39e95a1b78adf4 6,345 1.00/1.00 vMB 11
794,814 794,814 000000000000000000016595fe3062c5628ce361d7ac4c639be41b82507c5563 6,170 1.00/1.00 vMB 12
794,813 794,813 0000000000000000000077ca4eb55813777bfa713bafd1abe25f3f82c5d04444 4,931 1.00/1.00 vMB 17
794,812 794,812 00000000000000000000ad3a5ff673d90097c561a78efa5981b7f28103d9a9e9 4,081 1.00/1.00 vMB 17
794,811 794,811 00000000000000000000abcd7d97252a4d0032bdac9932f3108399a74ae971b4 3,450 1.00/1.00 vMB 31
794,810 794,810 000000000000000000026706e584cd56d2a310490a8a12c197ade16d764b29a1 3,051 1.00/1.00 vMB 18
794,809 794,809 000000000000000000036618711e823a95e0f3d4d0b7fae8f949c912e82a22f2 3,035 1.00/1.00 vMB 28
794,808 794,808 00000000000000000004327db295fc1ebb64ce3ee612cc3ad98cfcaa67a279e9 2,902 1.00/1.00 vMB 12
794,807 794,807 0000000000000000000268bc324aeb6dcdc607b1bc4f27837b99cc60812228da 1,719 1.00/1.00 vMB 20
794,806 794,806 00000000000000000004bcab2424313453eea8cf1bd4ff6bc11bc84a74e04bc5 3,263 1.00/1.00 vMB 35
794,805 794,805 0000000000000000000402f8d26c2bbf30bf261e736268909d92966b73893f54 5,353 1.00/1.00 vMB 15
794,804 794,804 000000000000000000008de9c2d557f1f2478b18862fbd815aaea6cca0b7ea6b 3,706 1.00/1.00 vMB 17
794,803 794,803 000000000000000000046302a9f9f2def5a1074947e2fe3faac0712cb4e69884 2,031 1.00/1.00 vMB 28
794,802 794,802 0000000000000000000012e5f0837e46ab428189fe1cb444096f5b69a7cc4b3c 2,137 1.00/1.00 vMB 14
794,801 794,801 0000000000000000000369c71bfe1df49c8198eeca7c9e547909ec8595434008 3,115 1.00/1.00 vMB 28
794,800 794,800 00000000000000000004fd2cc29e9793dba2ad55fdf0f8e6bca47d9b1d8c491a 3,257 1.00/1.00 vMB 33
794,799 794,799 000000000000000000045fb0113142beb561d2ceb3b233b5e0650f56bb10af8f 3,263 1.00/1.00 vMB 46
794,798 794,798 00000000000000000004fcb6040daf5c3e98ce6ea60fa40ad1e962c74eb536b3 3,955 1.00/1.00 vMB 20
794,797 794,797 00000000000000000003711bcbdda9d4153106742a974fe6a72496fa987fbfc0 4,540 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.94 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: 646.70 GB
    • Received: 12.88 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.