Loading Tool

Explorer IconExplorer

Memory Pool

74,399 transactions
29.59 vMB
0.09365743 BTC
Random Selection Loading Transactions
Max Size: 171.87/200 MB

Candidate Block

Mining Attempt 59ae1e8219956aa6086bc2ecb8a963a1240e33501d2b64fb6da599f6dede9797
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root a881ac4188cff2b7f9468332575afe91184dc97dca1390f46a97c3c7d6af9554
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,586
Size: 1.00 vMB
Total Fees: 0.02545642 BTC
Feerates: 150.36 > 2.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (83,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,556 831,556 000000000000000000023db92e0fab2d9aaf2af1bfd3e39d6958bc1d8ccb7ef3 2,598 1.00/1.00 vMB 23
831,555 831,555 00000000000000000000937c02e435d88e1de824c4d9632a20f89ad0f07df79a 1,757 1.00/1.00 vMB 24
831,554 831,554 0000000000000000000066ea1cda7ba10a7e8f6ce550363a7e7fe0e4ccb89e1f 2,064 1.00/1.00 vMB 21
831,553 831,553 000000000000000000026b8ed29016c4e91ec4be0fb5c5cdeb2da364f17f5822 2,698 1.00/1.00 vMB 25
831,552 831,552 00000000000000000003381bd8c6e2c99a6bf6a65be868ce5ead2e2a2d2607bd 3,005 1.00/1.00 vMB 31
831,551 831,551 000000000000000000004c729635cc9f0205475cc20069d5287e9cbcdd870c22 2,378 1.00/1.00 vMB 17
831,550 831,550 00000000000000000001888682709929adb752a070bebc47e6bbab38045583d7 2,162 1.00/1.00 vMB 13
831,549 831,549 00000000000000000001e87860c6803d0085fdbf10202e1026434e58c993a03e 3,155 1.00/1.00 vMB 17
831,548 831,548 0000000000000000000319e5b1d179211b4882b1eac0cc73d02154318bd9e768 3,146 1.00/1.00 vMB 28
831,547 831,547 00000000000000000001dc6c8d713d122a112b3c3a1ef30cfefb9a153b3ad361 3,363 1.00/1.00 vMB 25
831,546 831,546 00000000000000000002011c62a38697420ef2bb4430727c1abc17db66424c71 3,147 1.00/1.00 vMB 22
831,545 831,545 0000000000000000000128ca473f63386c282667b2c9a0f7f9ca76e16a299ccb 2,934 1.00/1.00 vMB 20
831,544 831,544 00000000000000000000cfb75d9d342c78c622866dd25945fb81c76321749d14 3,691 1.00/1.00 vMB 21
831,543 831,543 000000000000000000009e6231cce11c118e743e1cbb88a8db2b235653752b1b 2,706 1.00/1.00 vMB 20
831,542 831,542 00000000000000000001d85c5700ef146e30b4aac9a0cd7cce3415486c36ff5a 2,557 1.00/1.00 vMB 16
831,541 831,541 0000000000000000000107f8b4766f6bbcffb3726094496da06896f71419044f 3,209 1.00/1.00 vMB 20
831,540 831,540 000000000000000000013a93f78383503640a73577ec9f30be84e71c3b943a70 3,515 1.00/1.00 vMB 22
831,539 831,539 00000000000000000003327a70abd8c55b670a28bffd2b44d5ddcc50e0da0f58 3,388 1.00/1.00 vMB 36
831,538 831,538 000000000000000000017dfbca2b8c975abcf0f86a6b19f38b3e4cafeabf56b0 3,414 1.00/1.00 vMB 29
831,537 831,537 00000000000000000000367a6e519fd8a65900eef52da2d2783f1bab9f5795e9 3,938 1.00/1.00 vMB 24
831,536 831,536 000000000000000000019881b7ae81a9bfac866989c8b976b1aff7ace01b85e7 3,915 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.