Loading Tool

Explorer IconExplorer

Memory Pool

83,471 transactions
31.32 vMB
0.09861030 BTC
Random Selection Loading Transactions
Max Size: 192.01/200 MB

Candidate Block

Mining Attempt 07af7caaba44b89433e1c0e21e58c5a821c68f185e79b90150590f17870c4acf
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root e4b9235a302eb1902fb2b328d3907197d3d23ef6366270d9a8c37a167e0f2529
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.02785447 BTC
Feerates: 235.42 > 2.79 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (282,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,072 633,072 00000000000000000003d43a261d3b759dbf9390f8afb601b8998e9f15472d05 1,918 1.00/1.00 vMB 60
633,071 633,071 0000000000000000000c41c0364b231137f6e4d9b13e4d87988ff9c26edb9ff7 2,879 1.00/1.00 vMB 64
633,070 633,070 000000000000000000049a929ab5789dde714d7b80850dac1109bf747448536b 2,791 1.00/1.00 vMB 68
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
Previous 10 blocks ↓
Total Size: 782.79 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: 709.77 GB
    • Received: 16.98 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.