Loading Tool

Explorer IconExplorer

Memory Pool

54,954 transactions
32.30 vMB
0.15683119 BTC
Random Selection Loading Transactions
Max Size: 172.70/200 MB

Candidate Block

Mining Attempt 3476e618fe505a8eef818ad35689e626f7a27892eb71faee5a837d3a641cb5dc
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 67d104a62185c4af03ba148b056a0805b28703922d786beb07a98e7c9d4d1173
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.05213478 BTC
Feerates: 150.98 > 5.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (406,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,844 507,844 0000000000000000003ce14c0aba7915fccf4bc55e47bc620276e481e9c0dec8 2,222 1.00/1.00 vMB 237
507,843 507,843 0000000000000000005c157055c8fa74fcd28b0009ec3dd525874c2314681920 2,567 1.00/1.00 vMB 144
507,842 507,842 0000000000000000003aec84b2df37f18e7ce15dd86bf2eba81df25f5cc1c258 2,147 1.00/1.00 vMB 197
507,841 507,841 0000000000000000001cbe19f52a8e9c0de2733cabad6fb0c8eb74fabd9170b0 858 1.00/1.00 vMB 93
507,840 507,840 0000000000000000005a9a1533c3090f38dd0712fb2c1e33a7480e07d27f3e68 1,052 1.00/1.00 vMB 67
507,839 507,839 0000000000000000001d2f95d82aeca5243c821563cf7522fe3201e138b14430 380 1.00/1.00 vMB 31
507,838 507,838 000000000000000000486faf326c5bf7e4978fa1b36b945fcf0a9927cd74e514 1 0.00/1.00 vMB 0
507,837 507,837 0000000000000000003e815f95e3accd8b3a71b33a0353dff812a17588feb5f6 601 1.00/1.00 vMB 38
507,836 507,836 00000000000000000065c1598543d0b2d1d94ab4d28770884e073368eeb8ee3b 2,180 1.00/1.00 vMB 114
507,835 507,835 0000000000000000000b9208d48b319f9f81fb87ed1592c6016b2373832f00be 1,820 1.00/1.00 vMB 139
507,834 507,834 0000000000000000001d66fb4e0d12a65c587eda42e6c96b11a498d728d961c1 391 1.00/1.00 vMB 27
507,833 507,833 00000000000000000027bbed9dbe7baf6ca680914e4e4c2638eed437389da045 1,902 1.00/1.00 vMB 145
507,832 507,832 00000000000000000060fdc2260fa00294e2098d6b3fec8d372123fdd9610f44 1,614 1.00/1.00 vMB 47
507,831 507,831 0000000000000000000cf047f844a15452ee4ac6d3c347da0bdd60e572b6d6f6 1,674 1.00/1.00 vMB 92
507,830 507,830 00000000000000000031768bd1ac4f754c6b93bb56c64d4d36afda2792498377 2,178 1.00/1.00 vMB 223
507,829 507,829 0000000000000000001aa6d509609388dad637fab21bfa47dedb1e91fd8f6985 1,962 1.00/1.00 vMB 90
507,828 507,828 000000000000000000553f81a4ba8a5184fa4b827c25637be1e0202a01b660d7 1,320 1.00/1.00 vMB 166
507,827 507,827 000000000000000000275ddc32a609fb167e60271318daadc4a0b2a4b8f1b7bd 2,489 1.00/1.00 vMB 212
507,826 507,826 0000000000000000000294dae62b16f0e484c4b44d7b4c8f675c301c867f375b 692 1.00/1.00 vMB 46
507,825 507,825 00000000000000000007c516456e9c4c302c4fef3fd6b534f0b6f7ab103a940a 160 1.00/1.00 vMB 11
507,824 507,824 0000000000000000003ca5fbacd1ad8d34895dba534aa4155cfcc99dd9f083cf 339 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.07 GB

Node Details:

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