Loading Tool

Explorer IconExplorer

Memory Pool

40,337 transactions
28.01 vMB
0.07936964 BTC
Random Selection Loading Transactions
Max Size: 142.85/200 MB

Candidate Block

Mining Attempt 6f7d91ba74430782fc6bf2ed40c36392b74f34fbee0f100260af6093a64fd43c
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root b8b49b2d5f44ad0fdf12d50babc56676038b67a8facdb83aa0622967d1079cfc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,158
Size: 1.00 vMB
Total Fees: 0.02485740 BTC
Feerates: 179.53 > 2.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (329,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,834 584,834 00000000000000000010b53a24e3b1fd2c977c2764e4571ff52613b31c911b12 1,614 1.00/1.00 vMB 74
584,833 584,833 000000000000000000166c0d21ae78eb2b2c0713126721c6bff27fea2a7683c0 3,793 1.00/1.00 vMB 38
584,832 584,832 0000000000000000000cb9240bf86174f27ae3268f0301da283dde76d4c18d22 2,008 1.00/1.00 vMB 80
584,831 584,831 0000000000000000000dd472f5bf1a736653427bc3ba652560d2a55fe5cd857d 3,196 1.00/1.00 vMB 45
584,830 584,830 0000000000000000000a43a914126d5311588d91e452a30b524bb80c511902f4 2,154 1.00/1.00 vMB 58
584,829 584,829 00000000000000000002a57ac126fecad826208fe32ec138b29056fddb22d1f0 2,180 1.00/1.00 vMB 34
584,828 584,828 00000000000000000004c7a4d6eb0047841d2d52cf585157b5af1c245fa6cf56 2,395 1.00/1.00 vMB 58
584,827 584,827 0000000000000000000fb183a24f7691b0b7088824ca7bf18f0c53ee0963d6f8 2,563 1.00/1.00 vMB 79
584,826 584,826 0000000000000000000058e096ed3a658208a42ae4a1c7bd4dcbace03546528d 2,121 1.00/1.00 vMB 45
584,825 584,825 000000000000000000152865aee5cf5b0115e9bc93f70119496d970a85c6446e 2,541 1.00/1.00 vMB 74
584,824 584,824 0000000000000000000ccfa71a7538d2cb5b9c38d70efe805598eba92b5610bd 1,944 1.00/1.00 vMB 73
584,823 584,823 0000000000000000000bcaab6fc0a1b461c32adf84789bec6671905f828a475c 2,109 1.00/1.00 vMB 54
584,822 584,822 00000000000000000017ee400fb59648ced24c99e55a6d7047bba8298ab24ab6 2,349 1.00/1.00 vMB 69
584,821 584,821 0000000000000000001a3f168bcde99231ea7656ccd17de715bb5af310c4a13a 1,939 1.00/1.00 vMB 65
584,820 584,820 0000000000000000001dea7ae36014923736a26029fca5214c809275a5abe3bc 2,924 1.00/1.00 vMB 69
584,819 584,819 0000000000000000001767272f1b57a5ab1e2a146d67e1489f7dc80c48a4853a 2,537 1.00/1.00 vMB 96
584,818 584,818 0000000000000000001e78f858f267a489682b826d24bfe5ab83d2baeae158bf 2,159 1.00/1.00 vMB 63
584,817 584,817 0000000000000000000912f4a713fdc7e0a9ed8c2048a71a0062cfe460b87bb8 2,746 1.00/1.00 vMB 75
584,816 584,816 00000000000000000001b227a687b39c794064903cce92dc5c6d92a0166a5aaa 1,809 1.00/1.00 vMB 91
584,815 584,815 00000000000000000019a9ffd838727f64c79cb7c5237ca119d4e128b2977002 2,812 1.00/1.00 vMB 86
584,814 584,814 000000000000000000056a2eba85c6d7efe5e2ceb58000c6d3a9450301b0b07e 2,973 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 781.76 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: 632.18 GB
    • Received: 12.10 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.