Loading Tool

Explorer IconExplorer

Memory Pool

83,209 transactions
30.69 vMB
0.14449975 BTC
Random Selection Loading Transactions
Max Size: 184.71/200 MB

Candidate Block

Mining Attempt 343d68429f368d44e4e0118ddd5a391e94d126632005a5da3805294a612ad1b5
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root e2fbe4836b963c3f8e8a5a29a4b9c29386e9fd0efb09185151f0b9c1ad9c1555
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.07955624 BTC
Feerates: 150.77 > 7.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,835 914,835 00000000000000000000711ba15f179fc46687d0d20c6b8a28d48044210ab96b 3,360 1.00/1.00 vMB 5
914,834 914,834 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448 3,548 1.00/1.00 vMB 4
914,833 914,833 000000000000000000006d9cca170a6dca76a62d52ce159ce88e03787eeaed6e 5,739 1.00/1.00 vMB 0
914,832 914,832 000000000000000000016b7c041bcf6b58364dd254fcfd08ed0092fa460e20e8 4,083 1.00/1.00 vMB 1
914,831 914,831 0000000000000000000174ee00feb456e9cb08dcdd2b42ef733fc93eec85ef67 3,442 1.00/1.00 vMB 2
914,830 914,830 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27 2,437 1.00/1.00 vMB 5
914,829 914,829 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774 2,690 1.00/1.00 vMB 2
914,828 914,828 00000000000000000000fe6e83d1a3f483eb4c5d100e280790c42e8733167c10 2,874 1.00/1.00 vMB 3
914,827 914,827 00000000000000000001a35ad63dde393b46f068c4beca64765a8cfd2b8e00bd 3,166 1.00/1.00 vMB 3
914,826 914,826 00000000000000000000b5c797f30f3f01ba588d1023c3962ed65aa0aaae2067 3,933 1.00/1.00 vMB 6
914,825 914,825 000000000000000000009ae72742d77d55e96bac00494a031373ad4b53b85617 3,531 1.00/1.00 vMB 13
914,824 914,824 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5 2,871 1.00/1.00 vMB 6
914,823 914,823 000000000000000000009fc5abf3eeb33248107da03149ae5461329189c8d7c0 2,434 1.00/1.00 vMB 5
914,822 914,822 0000000000000000000156b87c929dcbe2f3858c58e7ca3719bcdfd58093d240 3,646 1.00/1.00 vMB 6
914,821 914,821 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb 2,627 1.00/1.00 vMB 3
914,820 914,820 0000000000000000000009fd3786a9cab5b58d654ad3894ab8146e5cf82088d1 3,189 1.00/1.00 vMB 8
914,819 914,819 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed 3,065 1.00/1.00 vMB 12
914,818 914,818 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512 4,310 1.00/1.00 vMB 8
914,817 914,817 00000000000000000000855cd96b558d5561c3c3a4c72d07835380d233dfe42f 3,438 1.00/1.00 vMB 7
914,816 914,816 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2 3,772 1.00/1.00 vMB 8
914,815 914,815 00000000000000000001ee4aa122a84c1edba54383a46e61a1360f7651db78b5 3,471 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.33 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.44 GB
    • Received: 14.75 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.