Loading Tool

Explorer IconExplorer

Memory Pool

35,680 transactions
26.07 vMB
0.07214532 BTC
Random Selection Loading Transactions
Max Size: 132.57/200 MB

Candidate Block

Mining Attempt 2e99c1e3e450db48141b321331f0416086f1e62519a05ddce14beb1e9a4cb8c0
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root babdd32a78250db63d6fd35b0f8f471b63008e0b3d5183341502db368ad6e024
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,059
Size: 1.00 vMB
Total Fees: 0.02407443 BTC
Feerates: 250.88 > 2.41 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (525,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,579 389,579 000000000000000004ecdb2c3c4dfb521118cacd099fb5ab55edda4e5e0899bb 885 0.38/1.00 vMB 34
389,578 389,578 000000000000000004562ed8e7fed86961c19df1f68132ae152f959250cfdc9f 1,634 0.75/1.00 vMB 27
389,577 389,577 000000000000000008283c84a6b5cba75e4e835159b7d3a77acbf88226ed5a9b 1,458 0.75/1.00 vMB 23
389,576 389,576 000000000000000001c14be8de82d5722f7aef09bdfd49032a05815468b26659 1,138 0.75/1.00 vMB 21
389,575 389,575 000000000000000006fd221475a39ad7e0b2042889e97d5b4452fd277ff617c1 2,729 0.93/1.00 vMB 49
389,574 389,574 000000000000000006edaf7731255f6944d1eb96d4283ab15d0aeaae33a13e92 1,613 0.75/1.00 vMB 29
389,573 389,573 00000000000000000368d6fd57833cd683dc0420de5645718ad166aa4d6b3e8f 401 0.50/1.00 vMB 11
389,572 389,572 000000000000000006022fa37d2719f08f9f24fa1c2356fa80e81c9b6ead2875 1,025 0.95/1.00 vMB 19
389,571 389,571 0000000000000000011116a343cec54b4e18bcd65d93f91acbefae33ddf491e2 1,075 0.95/1.00 vMB 17
389,570 389,570 00000000000000000506c2c422d62fe12d2034a5b184524721c7b7616a69baa0 1,275 0.95/1.00 vMB 22
389,569 389,569 000000000000000000acbdca87b1dde0a8dff2a0af0cffe42d1f3c72470f70b4 2,097 0.95/1.00 vMB 43
389,568 389,568 0000000000000000017908860009a79ff7892e8a49a0c0971a2e2f1cc874130c 1,868 1.00/1.00 vMB 35
389,567 389,567 0000000000000000035af52600a517002ebc27e54f70f9e9a8a835c091309762 2,521 0.95/1.00 vMB 46
389,566 389,566 000000000000000000cee74894a508e731b518f9130f6eddc238ec0009489ed3 1,264 0.93/1.00 vMB 24
389,565 389,565 000000000000000001e572a419257fc216b798df0728fd1a352adacfaa9bc99f 899 0.89/1.00 vMB 20
389,564 389,564 0000000000000000041cbf6d1bc2c547606a7d9dbac69a238ee100ea3ec2a5c5 689 0.31/1.00 vMB 44
389,563 389,563 0000000000000000057ddf9effffdf6fe70e12986a86e15caa10714d78bcb1e0 1,002 0.75/1.00 vMB 24
389,562 389,562 000000000000000005c5df77769ebdb6c4d9144ac8086ec669e28dfcf7f36d13 2,506 1.00/1.00 vMB 42
389,561 389,561 00000000000000000ac333f8638ff2770859cda58b23532c1a9a5b1e5b1180ec 544 0.95/1.00 vMB 16
389,560 389,560 000000000000000004f920cf7efbbe469b12568662a2ca0efdaa7b029b71f852 810 1.00/1.00 vMB 18
389,559 389,559 0000000000000000030ad9a14e8571a978b7101779b2a8bffc8c7cbc696f3eae 2,179 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.45 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.