Loading Tool

Explorer IconExplorer

Memory Pool

42,237 transactions
26.91 vMB
0.06922821 BTC
Random Selection Loading Transactions
Max Size: 140.73/200 MB

Candidate Block

Mining Attempt df1747867f785eebfae2d92ffb91270189ab605b4788a3f3529862757ec579d8
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root e63f76d81ff10e2c7a53a8a1e25296d214c72d08ef2d85886af52f7d8aaca009
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,173
Size: 1.00 vMB
Total Fees: 0.01929116 BTC
Feerates: 130.68 > 1.93 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (186,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,963 727,963 0000000000000000000424ceeccd51fdd10e11d92dde43266b46d7e9f889acfe 1,170 1.00/1.00 vMB 6
727,962 727,962 00000000000000000009dce43c8c27df636539f038b1fa81fbe32e4f66ceb526 1,624 1.00/1.00 vMB 9
727,961 727,961 00000000000000000007faadb21c288b64e04f7e23f517804fc0b7b1d7b967ea 1,984 1.00/1.00 vMB 8
727,960 727,960 00000000000000000001193cae28bdb351552ade8f3293465b3a083d5f1c53bb 1,747 1.00/1.00 vMB 4
727,959 727,959 000000000000000000027bdd9fae79010225da10a27c14e01d8a8b4d3ab9c969 2,608 1.00/1.00 vMB 9
727,958 727,958 000000000000000000096bf8c70b6fce585c3e02b94c703781894f0f69fc0a9b 2,662 1.00/1.00 vMB 12
727,957 727,957 00000000000000000007effa21ff6175de5f93da1cb7f62129cb5e9b698c5aa9 2,874 1.00/1.00 vMB 11
727,956 727,956 00000000000000000005cea49fed51325c1dcae92562e1a22451d31fec1d60f1 2,879 1.00/1.00 vMB 9
727,955 727,955 00000000000000000003815bfad317c2695df4e26c495fb9e6295dd0f0910145 2,531 1.00/1.00 vMB 12
727,954 727,954 00000000000000000008245a18341a2801bda44bbe34e228ac56cd6651c2f4be 2,665 1.00/1.00 vMB 18
727,953 727,953 00000000000000000006954916be30ec2f3d72b20a43c6157b67b1270fc757e8 2,527 1.00/1.00 vMB 8
727,952 727,952 00000000000000000001d78e6fcbeff2e2d3fafacc5c1dc1b6586e0a0b2ca77b 3,023 1.00/1.00 vMB 8
727,951 727,951 000000000000000000018ed815fa747fcfaff8865c28dd23c98492e233b7a179 3,278 1.00/1.00 vMB 12
727,950 727,950 0000000000000000000a29791dcd1e1665bf2f6a9ffdd169ac4859e382682195 2,525 1.00/1.00 vMB 20
727,949 727,949 00000000000000000006470d107be29aa8386d559e0a90a92b6f087c89d44eff 4,038 1.00/1.00 vMB 4
727,948 727,948 00000000000000000003148033991a1cfeb883809afd05c3e28bee39ac1a7e27 2,673 1.00/1.00 vMB 9
727,947 727,947 000000000000000000099f55560cc98058f27fa6e55ea2ed0c70fe6255623ab4 2,379 1.00/1.00 vMB 4
727,946 727,946 0000000000000000000446023b41ab34c80fe2b993857f688baa71c4f6cdd4e2 2,434 1.00/1.00 vMB 8
727,945 727,945 000000000000000000009f443f4a4f513f747b5021257eb9671c6283ca910dc2 3,238 1.00/1.00 vMB 8
727,944 727,944 0000000000000000000739b32d49bb3428c1091322610c39b0303c5866191f78 2,602 1.00/1.00 vMB 6
727,943 727,943 0000000000000000000774d09ff80215693dc2e209f2f8b0cfe685e1d19439c5 2,902 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 654.70 GB
    • Received: 14.16 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.