Loading Tool

Explorer IconExplorer

Memory Pool

43,640 transactions
30.99 vMB
0.13224620 BTC
Random Selection Loading Transactions
Max Size: 157.60/200 MB

Candidate Block

Mining Attempt 72572bc8ad0fde01ba2b6cfb3b281f4ffd04bc5a37e797c1387d64dc24cc51f3
Version 20000000
Previous Block 0000000000000000000164281bb9c4d30def7985f62e854cc0de9866367320c5
Merkle Root e501806c525d1497518de1034d074d9f079bd2b38f030edcf406d07ea1653316
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,160
Size: 1.00 vMB
Total Fees: 0.06983235 BTC
Feerates: 301.60 > 7.00 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,466 (839,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
74,938 74,938 00000000002a1b63d6f38a272543feafe293a5ebd9b336209ef8294d1e35b86b 2 0.00/1.00 vMB 0
74,937 74,937 00000000007cbba8caefc23d3639c3cc99ece44a1e736499d85b3aef0d0cb083 1 0.00/1.00 vMB 0
74,936 74,936 00000000005a03bc53bb2af2bdc03073008e88e0c6965686b09db2fa88137f94 2 0.00/1.00 vMB 0
74,935 74,935 00000000002be6640fd4d25e1dcef8820348252acea5238cedaf2ffe3a3c6247 4 0.00/1.00 vMB 0
74,934 74,934 00000000004ee6820aaf046cfa27e5394d079f177e6d026d0b329c0bf0262f9c 2 0.00/1.00 vMB 0
74,933 74,933 000000000061b9a918367eaea83e8b1c056de7ba5d94d57c5e6add96947ffeb2 2 0.00/1.00 vMB 0
74,932 74,932 00000000006e226b45801630a2313e69a4db0d770b394e4ce150542f8a653a49 1 0.00/1.00 vMB 0
74,931 74,931 000000000054e855aa22ea5e9d86da3ad823cffe64fe2096936d362d2fbaa26a 2 0.00/1.00 vMB 0
74,930 74,930 00000000006a5184eef645834a8d51ba432e11f53bb36274f02a2f9c7e399d1f 1 0.00/1.00 vMB 0
74,929 74,929 00000000007302f6ed18780f863b3515b43bbf40e936670bf9fe390ec1abed87 2 0.00/1.00 vMB 0
74,928 74,928 000000000026d028aabbb0a2b929e1d3e3390b074eeaf3259b9c45dcca402c77 2 0.15/1.00 vMB 1,057
74,927 74,927 00000000006893f2f83934521610f8f105cea6281ba09d8a5658414f39e979a8 1 0.00/1.00 vMB 0
74,926 74,926 00000000006859523e7d5789369c497588fc2a245e1a12e90539c4ebc23a86c7 4 0.00/1.00 vMB 0
74,925 74,925 00000000000934c403b72469b24fdd6139b24270f83361601958c12d4c87880b 4 0.00/1.00 vMB 0
74,924 74,924 00000000005b25b3bc0a5c7eff4f5d2ec3f3fe242f70076781e60db9a2b53c3f 1 0.00/1.00 vMB 0
74,923 74,923 00000000002ba6399e811928ccdca2fdea51614e310dc5bc863d63e3ec2263cc 2 0.00/1.00 vMB 0
74,922 74,922 00000000005a6e4eccaf69f8cef9532a995ce79e4e16eb45ba9951506eb1167e 1 0.00/1.00 vMB 0
74,921 74,921 0000000000172ceacf4f23796b4bc7c881b646d144bedc8bdc04364b79d24221 3 0.00/1.00 vMB 0
74,920 74,920 00000000005331bc5975e27ae57c4837b60e88ba32bacfb0714a5030da006485 5 0.00/1.00 vMB 0
74,919 74,919 000000000042d862538992f648b749848f60c784bb6239343f60953451092b94 1 0.00/1.00 vMB 0
74,918 74,918 00000000006131ac079ba454a7b5f6f542e3e6b8defe0da07e05b7431a50be0f 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 610.21 GB
    • Received: 10.71 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.