Loading Tool

Explorer IconExplorer

Memory Pool

74,960 transactions
27.65 vMB
0.07705195 BTC
Random Selection Loading Transactions
Max Size: 168.78/200 MB

Candidate Block

Mining Attempt 284c9ef87dfb21198ad32defcb0f6c92d07291672b3a8ec6029d539ab5d150f9
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 8d55be6b397433ded5d09b51b67774f7246185ef156f35585510131c5d411127
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,223
Size: 1.00 vMB
Total Fees: 0.01796640 BTC
Feerates: 100.08 > 1.80 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (282,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,069 633,069 0000000000000000000d41af1b4c4661376e1ef83d0b588ae591aa068e8f81ea 3,429 1.00/1.00 vMB 94
633,068 633,068 0000000000000000001066bd1ab5ae34671ef250d25f30f3c2d300a2a35fa428 1,075 1.00/1.00 vMB 5
633,067 633,067 0000000000000000000ed30e42d13fbb829f65a80c968003cae7882e7c08853d 1,450 1.00/1.00 vMB 6
633,066 633,066 00000000000000000010fc538a8492242fd0e4e2905e1d19d5ff408e693d7229 2,154 1.00/1.00 vMB 13
633,065 633,065 0000000000000000000bcca197cfc9db813205b19beb33abb23b1c3128970194 1,744 1.00/1.00 vMB 20
633,064 633,064 0000000000000000000f2c6172cbff130ce0ee207f9437d5ea99e4850f6f91f3 2,174 1.00/1.00 vMB 14
633,063 633,063 0000000000000000000930c069875ab5831df94d9f5732e8678d57152003880b 1,269 1.00/1.00 vMB 12
633,062 633,062 00000000000000000001f17de38b577bf16a8b4354876cae58b6db2d58e4a740 2,377 1.00/1.00 vMB 22
633,061 633,061 00000000000000000005c6aac3aa506fa5d01e93c9afcf3be3be821d0d3d6cd6 2,611 1.00/1.00 vMB 61
633,060 633,060 000000000000000000035bda4284ade2eed3fc615a913f7ddf1aa2278fdb723d 2,361 1.00/1.00 vMB 22
633,059 633,059 00000000000000000012353ee79db3e74bd8b4122b3c5fa40569a60676e54c97 2,878 1.00/1.00 vMB 44
633,058 633,058 0000000000000000000c32ff7b2462d78548c00e21c7a3cf6607b89900d081ec 2,950 1.00/1.00 vMB 28
633,057 633,057 00000000000000000013fb2b595904cf44bfb98723b7f000cfe2c3d4208e3054 2,514 1.00/1.00 vMB 60
633,056 633,056 00000000000000000012d8445ef121b2327374da74a5621247a95be97bc04307 2,685 1.00/1.00 vMB 64
633,055 633,055 000000000000000000139298459a2cd63b24c9ff8bafe94ad97e9c8c753bd790 3,137 1.00/1.00 vMB 88
633,054 633,054 000000000000000000137170cc98319a21441e769e9139c70ae2b199f12a3bcd 2,838 1.00/1.00 vMB 43
633,053 633,053 000000000000000000021c842d2b23863d9582807b2cd0580458b2aa0d26a64c 2,918 1.00/1.00 vMB 38
633,052 633,052 00000000000000000003aac85acac6100e7f0e4644e8b6b8419d696cad9e3fb7 2,895 1.00/1.00 vMB 64
633,051 633,051 0000000000000000000eb7b1443449650d5418cfcbee40ab608d8fc092503edf 2,843 1.00/1.00 vMB 74
633,050 633,050 00000000000000000005263a13e04a0cbc233dd412ea2be0162cc63f8dc6eeb6 2,758 1.00/1.00 vMB 69
633,049 633,049 0000000000000000000d1bad0a4f87ab1b76fe294bec57de94d0238a5e52ea67 3,215 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.17 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.