Loading Tool

Explorer IconExplorer

Memory Pool

81,413 transactions
30.79 vMB
0.11037416 BTC
Random Selection Loading Transactions
Max Size: 184.57/200 MB

Candidate Block

Mining Attempt 0f47371ae2783565962fc676efb2e91bc86903c99f000d8d56af18bd2155c4a9
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 3fe278eca3870b963161ca0f8d063786f0d29415e31dc31194dde805802f22a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,212
Size: 1.00 vMB
Total Fees: 0.03061177 BTC
Feerates: 101.42 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (198,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,339 716,339 00000000000000000004041bb351dc1e16fd997d3a13eddd9dfaffd4647e5127 617 1.00/1.00 vMB 4
716,338 716,338 00000000000000000006792e6c33b2c244e8a47c788dd0dcdc6dcbdbf16ab6b2 2,459 1.00/1.00 vMB 11
716,337 716,337 00000000000000000007dff162019edd3b0a0640901e6bf39dad27f0d8d017fe 2,196 1.00/1.00 vMB 14
716,336 716,336 00000000000000000008d9ef61478bbab22c00460f33f79a5d7d05527f8bf36b 1,544 1.00/1.00 vMB 5
716,335 716,335 000000000000000000065dff2f97fcc562754096b6db45fa92a50cbc048ec2e9 2,640 1.00/1.00 vMB 4
716,334 716,334 00000000000000000000ce98d902facc7e27ccd5d7ea9f2f8be2784674af9f09 2,558 1.00/1.00 vMB 9
716,333 716,333 0000000000000000000609dd84744e5d6941deed942816dae4b0048c1a60242e 1,071 1.00/1.00 vMB 9
716,332 716,332 00000000000000000003b7217e43cc4ac382cb75998886c7c6eb6abf2c8994db 2,321 1.00/1.00 vMB 13
716,331 716,331 00000000000000000009be1124b577adb8e9de20070d406cf0b294ec80a7c73d 3,045 1.00/1.00 vMB 24
716,330 716,330 00000000000000000003032abb02d2bf261aacbfdf9aaf4ca4fea1b8d8d77176 2,869 1.00/1.00 vMB 12
716,329 716,329 0000000000000000000596bc33b66c3fba2ac0c35f79c46e7739d9123994c397 2,211 1.00/1.00 vMB 22
716,328 716,328 0000000000000000000abfee3944c548cf6811ad202487dacc791ef3b1beb740 2,470 1.00/1.00 vMB 9
716,327 716,327 000000000000000000078bdbb5264582ebc07c6a181d1395f640b2ef01a172f2 2,098 1.00/1.00 vMB 5
716,326 716,326 00000000000000000003fc9e9ce68d60d3f51e40030d0538ca6f56931f5be76d 2,207 1.00/1.00 vMB 8
716,325 716,325 0000000000000000000139b38e1ffb639172f197f73b4222bfa7025aecb10fa4 2,506 1.00/1.00 vMB 14
716,324 716,324 0000000000000000000165db97ea6b22f43a0500cd130f5d4bdaa04229695e17 2,296 1.00/1.00 vMB 17
716,323 716,323 00000000000000000009c7da9c44e37c0275535362aa89af4f3c6e674bd98518 1,553 1.00/1.00 vMB 14
716,322 716,322 00000000000000000003f692d214ffd069ac25d9854a329da1b58f29549fa665 1,355 1.00/1.00 vMB 13
716,321 716,321 00000000000000000007d84b853efba2187da92c2c96015f87249fb1775d8f27 2,847 1.00/1.00 vMB 18
716,320 716,320 0000000000000000000696d85a7b2615d33fc67f7d8a94425591bd7ecd0f5b71 1,732 1.00/1.00 vMB 4
716,319 716,319 00000000000000000003aaee99b43bf3347eff8b420434d292ff7ed694a419dc 1,920 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.