Loading Tool

Explorer IconExplorer

Memory Pool

83,158 transactions
32.05 vMB
0.10177818 BTC
Random Selection Loading Transactions
Max Size: 190.50/200 MB

Candidate Block

Mining Attempt 3f46af647e24c1b447b0c2ca0d95a4c58e49f09c8daeb9c6798a14f47c3523b4
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 6974d6f66c88bfe8704edeefdd9f09a372ad432894b7e7b1eead96c7c4d74b57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,822
Size: 1.00 vMB
Total Fees: 0.03770396 BTC
Feerates: 387.56 > 3.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (186,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,965 727,965 00000000000000000004953ebebda2e8d06107e96ace941bf7bbd02623495287 1,719 1.00/1.00 vMB 4
727,964 727,964 00000000000000000001d54d5354adc4d67267f12ef5b11ddf3da53f26678eae 2,903 1.00/1.00 vMB 5
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
Previous 10 blocks ↓
Total Size: 782.31 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: 658.80 GB
    • Received: 14.59 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.