Loading Tool

Explorer IconExplorer

Memory Pool

79,531 transactions
29.24 vMB
0.07534479 BTC
Random Selection Loading Transactions
Max Size: 177.69/200 MB

Candidate Block

Mining Attempt 25148a3dd85b461f6509a56788e166ad43c87bb686c6f1fe4065a8a43ab57555
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 2ec1ceb04f1dcc0ce378cadfe30af1caa9589744eb41b4f1096bd79328dad068
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,137
Size: 1.00 vMB
Total Fees: 0.01402341 BTC
Feerates: 74.86 > 1.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (252,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,631 662,631 0000000000000000000c041baf7dfd34463cb6cddbd38f85cc45e30df66974cb 2,769 1.00/1.00 vMB 93
662,630 662,630 00000000000000000001e14c9dbac4452f4a75a4b60b6d9d9df3ee2b62262855 1,792 1.00/1.00 vMB 113
662,629 662,629 00000000000000000002ae3e452d3abf27c719982e7e9788418cd75089de5fc8 2,314 1.00/1.00 vMB 103
662,628 662,628 00000000000000000006b1a6230c1c42756f874c47d7d651afb6d13114d1144f 2,349 1.00/1.00 vMB 100
662,627 662,627 00000000000000000002b9fcd1c0a219b873038bf1fbf51f99e573315dd50b1f 2,692 1.00/1.00 vMB 103
662,626 662,626 0000000000000000000999467694a1b2740d385ac532f943460626f674064e83 2,568 1.00/1.00 vMB 130
662,625 662,625 00000000000000000007e79d9c9cbdcbe092172915f7deab5520535473c42734 2,326 1.00/1.00 vMB 131
662,624 662,624 0000000000000000000e1187af5c5d0ae4a82f3458508fd7e2b3f9a071c1fc1d 1,653 1.00/1.00 vMB 124
662,623 662,623 00000000000000000001478cf71de3817f0650a1291d47dd7a38d4c4e58ba4f5 1,832 1.00/1.00 vMB 53
662,622 662,622 0000000000000000000e82f3c2b61cf6fc4873dbe86a1642e3b38f02bf74709b 2,377 1.00/1.00 vMB 25
662,621 662,621 00000000000000000002be8a9a480d102638d9e48409730a2a107c997e0e5a7d 2,768 1.00/1.00 vMB 105
662,620 662,620 0000000000000000000416fcf060edc9d10eaad01e5701d3789721fbeb28fc83 1,046 1.00/1.00 vMB 26
662,619 662,619 0000000000000000000200e415cee6186c19cee00084cc37809e655fd0a2ce95 2,730 1.00/1.00 vMB 85
662,618 662,618 0000000000000000000368c4bb7335fd9ed55ddf994eed7e45d68458e94b8ae3 2,562 1.00/1.00 vMB 77
662,617 662,617 0000000000000000000a52c0a8e66b29b737edd9ef35b049a99664d01012d59e 2,721 1.00/1.00 vMB 57
662,616 662,616 0000000000000000000dde610052c688e89dbf84e5dd869cb29f28d14a00afff 2,733 1.00/1.00 vMB 112
662,615 662,615 00000000000000000009da99905d0d6521aefb5ebfcee10d744d31cc789f99b4 2,704 1.00/1.00 vMB 36
662,614 662,614 000000000000000000074a408d0210db70e0eb681884958b38b4c410e28ca641 2,686 1.00/1.00 vMB 98
662,613 662,613 000000000000000000047a2fc76262846cafd3fef93a1ae8450c2c4476b20e00 1,316 1.00/1.00 vMB 116
662,612 662,612 0000000000000000000999d0e0cb49e6bb796c14df20060118072f68d766a043 654 1.00/1.00 vMB 138
662,611 662,611 0000000000000000000cdda6fb23fb427bd5e6d60207f48b70438b87db0d6bcb 1,860 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.11 GB
    • Received: 15.73 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.