Loading Tool

Explorer IconExplorer

Memory Pool

45,530 transactions
28.99 vMB
0.13653039 BTC
Random Selection Loading Transactions
Max Size: 151.01/200 MB

Candidate Block

Mining Attempt 4731c34ae4b66da966991f662f86a9256b2c8cc6f10c5b9f0ba836981806c523
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 151f6a5504141158d05a4817ac09aa00e5f773da6dbd39dd78dfd3ec2349f803
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,899
Size: 1.00 vMB
Total Fees: 0.04115674 BTC
Feerates: 150.75 > 4.12 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (423,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,835 490,835 00000000000000000035e54b4000c8137679fc30c61cf6d78c9aa4658ebb9359 2,560 1.00/1.00 vMB 171
490,834 490,834 000000000000000000dc9e1aa28e5ae18b66aae31757e8a80dfde2f2d7e6009e 2,953 1.00/1.00 vMB 202
490,833 490,833 000000000000000000a93e52f71e2c70241ff0235a27a6d9fe1932bdae934bf5 2,205 1.00/1.00 vMB 62
490,832 490,832 0000000000000000009ed71605a7b2d4848de24a21ce00aeb26c29488af3da22 1,545 0.97/1.00 vMB 129
490,831 490,831 00000000000000000087d6b1401ec08282db050ac9e6509f2676a3e26748bc70 1,325 0.71/1.00 vMB 111
490,830 490,830 00000000000000000006e28eac42726918b3c133b8b825305af39f250fbcdf69 2,258 1.00/1.00 vMB 17
490,829 490,829 000000000000000000e4985c9de0ebddfcad173ecd20d62cd1fbe4abee2a88be 2,163 1.00/1.00 vMB 89
490,828 490,828 0000000000000000009adaaaeae1f11383d64569172bdef319742e2a8762d3a8 1,777 1.00/1.00 vMB 29
490,827 490,827 000000000000000000c4c69fa84450f65f3ae7d9cb1ed809c282d276537b11eb 2,346 0.80/1.00 vMB 50
490,826 490,826 000000000000000000a2c67fcb70d90c9e0011033997d0ca6d66146ef7596205 1,600 1.00/1.00 vMB 28
490,825 490,825 000000000000000000a5b27bf7ae4e92dbc642c49e8e7ef8174aba827c3d15b3 1,220 1.00/1.00 vMB 87
490,824 490,824 000000000000000000bdfd2ba290add0be7b5bddfa31b40a0f0b3846fffcd238 1,849 1.00/1.00 vMB 292
490,823 490,823 00000000000000000046be5f9963fbd7e8cfd7595f859b3b9a4248a58361600d 1,338 1.00/1.00 vMB 108
490,822 490,822 00000000000000000051e677d24460d37c2379ab7e4ed90ba22d29f074b89503 1,265 1.00/1.00 vMB 78
490,821 490,821 000000000000000000b4d9c80c60a49af5f40c7947151da0daa7b625c263fcd7 1,751 1.00/1.00 vMB 137
490,820 490,820 000000000000000000d04a36c3fa5bfc94dcca35655372322bc8164b2f4d2558 2,841 1.00/1.00 vMB 13
490,819 490,819 000000000000000000e519f2ff3dddcfd37328e52cf71277c6e2db0d5c94f551 1,241 1.00/1.00 vMB 53
490,818 490,818 000000000000000000b0c434272f1fa7e32cf1a325e5cc0ac37e58c0b3ec0d2e 2,135 1.00/1.00 vMB 159
490,817 490,817 00000000000000000032edfbadeff254378b97a1955665b9338ceebcd83100c8 1,575 0.96/1.00 vMB 40
490,816 490,816 000000000000000000235d33714a66f2b46d10ce60fdd79511fcb4c6d895c645 2,791 1.00/1.00 vMB 47
490,815 490,815 000000000000000000254c5b0eae39874253236071e0084033fa1477b596d512 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.