Loading Tool

Explorer IconExplorer

Memory Pool

79,057 transactions
29.54 vMB
0.12210521 BTC
Random Selection Loading Transactions
Max Size: 178.48/200 MB

Candidate Block

Mining Attempt 835d43448a4f30d09cb11e370603f41a2a843ddbb9604a70a56bcdaddc3365dd
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 17e30296096cf56ddb32ac817dfe2a499d1c8ab80c612011a98fe20165357e6b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.04299424 BTC
Feerates: 198.58 > 4.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (120,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,616 794,616 000000000000000000047ea4ccbd5c2d982f07a381b65eeb5b2a90a776d5a6f6 2,917 1.00/1.00 vMB 67
794,615 794,615 00000000000000000002d80156d9155adf8d2d349654a55553fda49d2e8fecce 3,391 1.00/1.00 vMB 25
794,614 794,614 00000000000000000004843eb2b2d5b3ab71d1e016bf85c9b4b597ef80a8d439 4,729 1.00/1.00 vMB 38
794,613 794,613 0000000000000000000451c0e2254970e200b34d39627700a12cf1910ee8c983 4,942 1.00/1.00 vMB 42
794,612 794,612 0000000000000000000443ac7d18c381060fe0ff1ea70261ed671ddf56dc094e 5,028 1.00/1.00 vMB 42
794,611 794,611 000000000000000000005fc9959c208c1923ce971a1e2587b5629f650b7d9082 4,941 1.00/1.00 vMB 41
794,610 794,610 000000000000000000042365a72875c0d8613e6e5c4eddfa8cc72eac2d9c75f8 4,575 1.00/1.00 vMB 50
794,609 794,609 000000000000000000007d130e5c295998162104f4bfca5a191b0c0b18fa1b39 4,230 1.00/1.00 vMB 49
794,608 794,608 000000000000000000015a29e7536de6c720eebcc1a94d86852fcb86d6e53fff 3,949 1.00/1.00 vMB 18
794,607 794,607 00000000000000000000546c18e17fbd96204be989bbb306c9c4461f9e27bf0e 4,139 1.00/1.00 vMB 12
794,606 794,606 00000000000000000003042ded52fca1c4aabd4c7701edcbe1b0a70c4e05fd25 2,709 1.00/1.00 vMB 30
794,605 794,605 000000000000000000028246fc810343ec55eb6492b46d62b4a7c1e81bb0e769 2,803 1.00/1.00 vMB 30
794,604 794,604 0000000000000000000310186e07df260f6cf05c29fcb2f6fd7918c11ddb7767 3,410 1.00/1.00 vMB 11
794,603 794,603 00000000000000000004c671563952d4120a53278c12ecb1e3d808a437c7802e 2,251 1.00/1.00 vMB 19
794,602 794,602 00000000000000000004cab619d3f06c731fd2aa99bac3b369875e4ac07457e6 1,582 1.00/1.00 vMB 27
794,601 794,601 000000000000000000040912f1ace268a09db2d0e6fb081a02d7ee2611df99a4 2,125 1.00/1.00 vMB 22
794,600 794,600 00000000000000000003dec704963906dd665c8893611dea8399166fe05fd46b 3,349 1.00/1.00 vMB 27
794,599 794,599 00000000000000000001c53f230ba26999684e2c0796c7fb1a72f53ab60fce19 4,288 1.00/1.00 vMB 13
794,598 794,598 0000000000000000000456bec3fb31b02d6c27f786e0bdf0ac95dee848b894d0 6,217 1.00/1.00 vMB 11
794,597 794,597 00000000000000000001f5553ae14cb5da037ec2b89355294eac9aa310c08555 3,333 1.00/1.00 vMB 20
794,596 794,596 0000000000000000000074c3166e8be362d911b43cdfbb96be2497b580df8926 4,845 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.86 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: 712.95 GB
    • Received: 17.25 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.