Loading Tool

Explorer IconExplorer

Memory Pool

76,672 transactions
29.72 vMB
0.10098227 BTC
Random Selection Loading Transactions
Max Size: 179.60/200 MB

Candidate Block

Mining Attempt 469abda6442181c5e260d67079c48e7c2ee00b69478924700226902ae87ca2d7
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root f2899bee0104eb9fd2d86f9710ecf65ece166d24a95f29731c366b0f4cf7efc3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.03408076 BTC
Feerates: 357.61 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (282,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
633,048 633,048 0000000000000000000e226ec91883ee643dbf637040961c7d01316487bbbca3 2,229 1.00/1.00 vMB 46
633,047 633,047 000000000000000000011f256a2fcde2bb3aaf232547d050de5cbd6759acda03 2,110 1.00/1.00 vMB 19
633,046 633,046 0000000000000000000d696dbc539a8d34c0fa52dfb48cea5510b430eb2d917b 2,664 1.00/1.00 vMB 24
633,045 633,045 00000000000000000007dea2bda88ab006c00ff73f92dd67d24d5284dcf1e9c2 2,093 1.00/1.00 vMB 47
633,044 633,044 0000000000000000000c38912b6a5af4732e1333a567546e53a692619a5e46ad 2,888 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 783.15 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: 744.06 GB
    • Received: 18.70 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.