Loading Tool

Explorer IconExplorer

Memory Pool

65,366 transactions
21.26 vMB
0.11256566 BTC
Random Selection Loading Transactions
Max Size: 130.85/200 MB

Candidate Block

Mining Attempt 3734d79c5906ea62a4d5acbd1c0735affe96ad03caa3881d267cdae3f0efd2da
Version 20000000
Previous Block 000000000000000000007b635c8d20a19e7deaa32de9c499b8d2d1b3589209f2
Merkle Root 26d149de821075f663290fae8d89e3252b9dbece6261601feba57ac81ae0f37d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,280
Size: 1.00 vMB
Total Fees: 0.04169333 BTC
Feerates: 795.20 > 4.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,824 (866,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,604 49,604 00000000038d5e4ddcc94cda33abafea7e73f68748f696c79fbde39873521b3c 1 0.00/1.00 vMB 0
49,603 49,603 000000002593b7af8fda381c24d381efe28f5d6c7467f96010ec37eab2a7f018 1 0.00/1.00 vMB 0
49,602 49,602 000000000f14385c10f1f3268184332a024991c756e79539362cc3cfeac7a099 1 0.00/1.00 vMB 0
49,601 49,601 000000001c082e285555076f4b1d22482ba21da428ef6102c9faec7ea159fae6 2 0.01/1.00 vMB 0
49,600 49,600 000000001c6896e7f45857f25c1ab2d7e379f8e14b3c806c28cd0b88284bab5b 1 0.00/1.00 vMB 0
49,599 49,599 00000000114cf834f229334fa3af218edce220ac42b49bda143be3331dcb1003 1 0.00/1.00 vMB 0
49,598 49,598 0000000016b191bb2b9284e6b1f6c83b0d87cce5e33a8584035980bde68233e7 2 0.00/1.00 vMB 0
49,597 49,597 00000000042ea056705dc7e742e2295476df7e2e3e6037864d4747022d6f98ed 3 0.00/1.00 vMB 0
49,596 49,596 000000000661b99521ddc29f0674e018f7a9885b5053bc3613bc3d66d3ded669 1 0.00/1.00 vMB 0
49,595 49,595 000000001fee3a45d4b04b410c5db68fb8663a44e532d1ca9ac9aacb8f6c1d99 1 0.00/1.00 vMB 0
49,594 49,594 0000000023b770724548f57a181da4ff493e65b174c3c0bab8748564cc828f48 3 0.00/1.00 vMB 0
49,593 49,593 000000001bb59042a55fdfa06fc8fb07a556e452042e681d886923ae625ebb15 1 0.00/1.00 vMB 0
49,592 49,592 0000000014c983e7cd0bb38d4eef17dcf83575df51d5797dc069f228f033acc3 1 0.00/1.00 vMB 0
49,591 49,591 000000001d2502b81a0b4e1d48f3c0adaa8f106bd960cc28e2c651c5727d17ba 1 0.00/1.00 vMB 0
49,590 49,590 000000001f34c1266c385e78aebfb074fd57499f2ca2e145cb0a8bc52b5b082f 1 0.00/1.00 vMB 0
49,589 49,589 000000001c21cdef3bec2f136df24588079c46ef8afb5fee4f92e7bf5c9fdf93 1 0.00/1.00 vMB 0
49,588 49,588 0000000013d2e0a3e11d3f84401e0933a0c699d783dffb86e448a754f6ce4604 1 0.00/1.00 vMB 0
49,587 49,587 0000000028ec6bc0ef455354d41e350a69bcba2f7a2e4bdb940b03e8080fee96 1 0.00/1.00 vMB 0
49,586 49,586 000000000a9e02e5920848372a6d6ff625b8814180078545fcf046d89137ba87 1 0.00/1.00 vMB 0
49,585 49,585 000000000adc79c7296448695a42b6076b9d988e01485959cf1248e35e2d1fcb 1 0.00/1.00 vMB 0
49,584 49,584 000000000e7c302d1b15f013b62e96b74f1498e70760ad089480cb31d288f9c0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.80 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: 787.51 GB
    • Received: 21.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.