Loading Tool

Explorer IconExplorer

Memory Pool

88,779 transactions
33.17 vMB
0.19706150 BTC
Random Selection Loading Transactions
Max Size: 199.84/200 MB

Candidate Block

Mining Attempt 39e18458e8cd49b4e2dd67a7f6873e0ab9e62a9451a9511fb981ca75802cacf4
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 15e8c0b2a70f36a785bc2b8dd38f759880439eb4fba8de9c02671689a8724fdc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,877
Size: 1.00 vMB
Total Fees: 0.08672808 BTC
Feerates: 387.56 > 8.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (176,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,604 738,604 00000000000000000004670a1a00a260c3c5141e43b55ca73c18654738993c92 3,476 1.00/1.00 vMB 14
738,603 738,603 000000000000000000042770a5c12e6161751b12d13b94a182c44d2a41dfa8c9 2,647 1.00/1.00 vMB 20
738,602 738,602 000000000000000000025ea8c11533521facd66202eb0307b78ebfaa5bac5c70 1,138 0.45/1.00 vMB 8
738,601 738,601 000000000000000000093b744d3633da7a4c07e8f85c3939d01b164c6646f9db 1,836 1.00/1.00 vMB 6
738,600 738,600 00000000000000000001e6750b94cd34f8c0de871b28c78e1c10c045f3a63571 2,122 1.00/1.00 vMB 5
738,599 738,599 000000000000000000037d9013d1148454d67d9a793960b134ac2bb91617b0cb 3,132 1.00/1.00 vMB 7
738,598 738,598 00000000000000000006559371632a6f7cbdcff5b4609e4bc6ceb742818a3828 2,893 1.00/1.00 vMB 11
738,597 738,597 000000000000000000040d839d2452a3634c0f87f0f4405d3846ef5752deb4eb 2,510 1.00/1.00 vMB 15
738,596 738,596 0000000000000000000741234be80b30401ebb1efa4046124e95677a32aedde0 1,825 1.00/1.00 vMB 14
738,595 738,595 00000000000000000001fd4eedddce08b3a91dc18c201d7a70eb0fd2752b51b7 1,809 1.00/1.00 vMB 15
738,594 738,594 00000000000000000001bfb552a3897fa135124a06b8e42ec7af8bf55722bb0d 2,932 1.00/1.00 vMB 18
738,593 738,593 000000000000000000012e3bb166b9a75ee5a2ab80798ecdfa4dacc9cf6af762 2,669 1.00/1.00 vMB 7
738,592 738,592 0000000000000000000284d065032e7fb58f9a47fb900336f594287a1d3e1b30 2,776 1.00/1.00 vMB 17
738,591 738,591 00000000000000000004d3a27cca88de65236483ae19090ca88a4663f3736d5e 935 0.94/1.00 vMB 1
738,590 738,590 00000000000000000006fae205b6bc2b4fb7458e0ea23f51e6fa74ccb3ea6c7c 3,097 1.00/1.00 vMB 7
738,589 738,589 00000000000000000003f301dbf5864497ed99a9a92b2d3bdd4ee4df3a07a153 2,187 1.00/1.00 vMB 23
738,588 738,588 000000000000000000084d9be2a16c230185f13e7de6b5ddf237ca1846cf00db 45 0.02/1.00 vMB 10
738,587 738,587 0000000000000000000850d7fabbf08a3d6dbeb992037ef736f49ada3f4a8440 717 0.63/1.00 vMB 1
738,586 738,586 000000000000000000031d7b055d88cb2e36cec615189b5c0833d2a719d8748f 1,583 1.00/1.00 vMB 3
738,585 738,585 000000000000000000025d0fa4f49d91c2a59aa413f331dd5c827d13e65be14f 2,193 1.00/1.00 vMB 10
738,584 738,584 000000000000000000076057d13c60ef66c2b9bebe30ba761f0362448b457865 1,851 1.00/1.00 vMB 7
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: 660.10 GB
    • Received: 14.62 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.