Loading Tool

Explorer IconExplorer

Memory Pool

82,075 transactions
31.17 vMB
0.09230154 BTC
Random Selection Loading Transactions
Max Size: 188.65/200 MB

Candidate Block

Mining Attempt bf2cee4751fd9cfc8f758a402d963e0b56d59d74270c53d5d830584b8458d1a4
Version 20000000
Previous Block 00000000000000000000fed5f49642163633dd960a214f08d883622a0aac23f5
Merkle Root 47696473de0527bddcc882e56fc0b24b66e134b335f2a853b267a12ab4d99099
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,248
Size: 1.00 vMB
Total Fees: 0.01734282 BTC
Feerates: 115.63 > 1.74 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,379 (101,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
813,763 813,763 000000000000000000010d07ac97fd23b97a5fb43bd8ab136af3efaea7da6dec 3,015 1.00/1.00 vMB 13
813,762 813,762 00000000000000000002e0b4cac95835d2c2079333d0fa5c618b1cfd8dd5a111 3,394 1.00/1.00 vMB 36
813,761 813,761 00000000000000000001a2755668337e1f2f6edfd2897edbb349698c26347e1b 3,555 1.00/1.00 vMB 33
813,760 813,760 0000000000000000000106ccee29a71890338648993e3ac89b71c132177ac258 4,503 1.00/1.00 vMB 21
813,759 813,759 00000000000000000003bad64192eb4c4f8da0fc831ce78d52ff1f82845b5b48 3,977 1.00/1.00 vMB 27
813,758 813,758 00000000000000000003d7aafe2cde02e09338f0df18a40f64f605918c40cf6c 2,373 1.00/1.00 vMB 30
813,757 813,757 00000000000000000001d28dd9918ba4668dc150ef8f92ad7dda6fe20f561617 3,025 1.00/1.00 vMB 15
813,756 813,756 00000000000000000001e62b7a8ea5b33cf862ced79c977980b307e8758f06ab 3,211 1.00/1.00 vMB 16
813,755 813,755 000000000000000000043fbdfb1a787f1773d630f8c374177c4b290ddc151610 4,445 1.00/1.00 vMB 31
813,754 813,754 00000000000000000000e10dc4f6bd871f9e5906449da809df19c7f08da91ae2 4,651 1.00/1.00 vMB 20
813,753 813,753 00000000000000000002674a7bd99fe75efb8fe2465c6635fa94dc2d8a58329f 3,318 1.00/1.00 vMB 20
813,752 813,752 000000000000000000028ba8b51b4cd8ca4d67b42a5c43cf5c59031768eed6c5 4,509 1.00/1.00 vMB 29
813,751 813,751 00000000000000000002240d0ee6598bae540d6c2a2552967cf3a586fa9edc26 4,718 1.00/1.00 vMB 22
813,750 813,750 00000000000000000002854cc4f1d7713a11d49fd86f5cc1e4783a957c134cd0 3,557 1.00/1.00 vMB 30
813,749 813,749 000000000000000000038b25a96eb8e95c6bf635fc2a7c81e7197d9d959d9c77 4,369 1.00/1.00 vMB 32
813,748 813,748 00000000000000000001e4f99278ae23147494785eb798d1c04bd6a0eec7c4f8 3,890 1.00/1.00 vMB 51
813,747 813,747 0000000000000000000053d7d39318c3ae1665cb0c68aa11a43a3c267881a2e5 3,982 1.00/1.00 vMB 24
813,746 813,746 0000000000000000000269f7852941e8344a56826f35c62ef91ac4bc39bda113 5,161 1.00/1.00 vMB 33
813,745 813,745 000000000000000000008eaec1b284ba9729f235818501ff6a581512cb9fffb4 4,922 1.00/1.00 vMB 31
813,744 813,744 000000000000000000001c4ac0829bd85fd36d8b2f961f06818e1f7e4a8d682a 3,295 1.00/1.00 vMB 30
813,743 813,743 00000000000000000002cb779732484e506d9b69417dcf66d2a076d446ad4bbf 4,002 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 783.05 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: 720.54 GB
    • Received: 18.18 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.