Loading Tool

Explorer IconExplorer

Memory Pool

41,939 transactions
26.51 vMB
0.07149615 BTC
Random Selection Loading Transactions
Max Size: 138.01/200 MB

Candidate Block

Mining Attempt 5176bcef794cb987e630a8bb14ced6aa21a63865a95c30703a66a418f3b822ee
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 34bb311e6e279dd6e304aa7e1f44a40640c63dc623bb930a2c96ad6f9567d9e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,820
Size: 1.00 vMB
Total Fees: 0.02256567 BTC
Feerates: 99.53 > 2.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (115,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,551 799,551 00000000000000000000786e39d31662637df0d688f85b03277a9f87a01e1a19 3,619 1.00/1.00 vMB 35
799,550 799,550 0000000000000000000152cc171f84bd1776c891ab4f052d5a6d4aad75f9d48c 3,279 1.00/1.00 vMB 29
799,549 799,549 000000000000000000051741d31f3dee82aec29d1f92dfbb1b1122bd2e5185bf 3,410 1.00/1.00 vMB 37
799,548 799,548 00000000000000000002ce2db232ffbb8863a2ccd9252f6a1a808eb3156fa533 4,196 1.00/1.00 vMB 20
799,547 799,547 00000000000000000003f207a98e45b39393d90b8c2b80831022862290fd839b 3,581 1.00/1.00 vMB 26
799,546 799,546 00000000000000000000e298b976772e8de4c5b77a63b498ca5c3096baa979e3 2,522 1.00/1.00 vMB 27
799,545 799,545 00000000000000000003ce51f473de38abc4ea21dd1c69d3dff239c8d99eff70 2,089 1.00/1.00 vMB 22
799,544 799,544 0000000000000000000129ebeee9038402ebdaf1e4bb8ee9be337e2507622629 3,133 1.00/1.00 vMB 31
799,543 799,543 000000000000000000039d7b87cc170ea8a3dbf41b677bb1a6e1e3f5312c9809 3,061 1.00/1.00 vMB 32
799,542 799,542 00000000000000000003fed8315c7e0d271f3423bb2bf87a78254446a25ad88c 2,646 1.00/1.00 vMB 42
799,541 799,541 000000000000000000026e6016c8f5752c28a57379701e3dbc6dfcc09048aecd 3,161 1.00/1.00 vMB 37
799,540 799,540 00000000000000000000477829fb93e3eb8977df388b3aef268216d14fac79d9 2,864 1.00/1.00 vMB 18
799,539 799,539 0000000000000000000362361f08e7428c309af1f9f86f774a6c6977826a9f71 2,473 1.00/1.00 vMB 25
799,538 799,538 00000000000000000003b63a3d07f94400f779184760897b105c261836037b52 2,858 1.00/1.00 vMB 14
799,537 799,537 000000000000000000002c8a4bcb57ea4ad964b13dd5ded27ec5373d377c1e01 3,138 1.00/1.00 vMB 10
799,536 799,536 0000000000000000000493356b6499c43513114e23c2dc21dc5e7b1a6d44e2e0 2,619 1.00/1.00 vMB 16
799,535 799,535 000000000000000000037805b479cd64641225e4dc1cf9afc4b5e1afa86e1b78 2,083 1.00/1.00 vMB 21
799,534 799,534 00000000000000000002006a7d82e73ef31d11ac0f4e98cccff5055aba21fb29 3,722 1.00/1.00 vMB 27
799,533 799,533 00000000000000000001f8da5bd0721082d0803258482619d4ce3d46644b2578 2,649 1.00/1.00 vMB 17
799,532 799,532 00000000000000000004ec9e2808bc5673d9add4d882dc1c98b135fa6c0c6ebc 2,602 1.00/1.00 vMB 23
799,531 799,531 000000000000000000043634af3fd2027fc71bdef329c6d0654fa5bb5d948ef6 1,447 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.