Loading Tool

Explorer IconExplorer

Memory Pool

74,350 transactions
27.44 vMB
0.06926314 BTC
Random Selection Loading Transactions
Max Size: 167.56/200 MB

Candidate Block

Mining Attempt 2a01ac2c8c929168efc8194626866b1a97441f46ebdbed1888ccb6e408c7cb83
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root 1d6834098baa525415323cb609051a71fce943f13169f85ee05140463bc197c6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,034
Size: 1.00 vMB
Total Fees: 0.01085795 BTC
Feerates: 84.71 > 1.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (259,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,666 655,666 00000000000000000000bb7628e3d02833e9b78f256e7e3d74a853f86e5974a3 2,985 1.00/1.00 vMB 284
655,665 655,665 00000000000000000003b706ca088fed282c5707047ec1e119ec337322f26ef7 2,479 1.00/1.00 vMB 98
655,664 655,664 00000000000000000009b94393e5b0854f24f1d3f37263d812605fae029c9a51 2,334 1.00/1.00 vMB 33
655,663 655,663 000000000000000000030aaa37a5c88b03d150a4397b1a28fe59c0bfc1143e05 2,413 1.00/1.00 vMB 58
655,662 655,662 00000000000000000010b75e91c79bf651c462246ad7dbaf937bcf5db0e1f03f 2,459 1.00/1.00 vMB 117
655,661 655,661 0000000000000000000cd477921ad3d32d02ee71c4be2e32bfe3d7393ffbdef7 2,175 1.00/1.00 vMB 135
655,660 655,660 0000000000000000000f695cf725ba1b3358a9e7640b4c5feb4da936b68b99b7 2,497 1.00/1.00 vMB 22
655,659 655,659 00000000000000000002ff409209df986beafab20afc99c4c55f54b4990df7b6 1,657 1.00/1.00 vMB 193
655,658 655,658 000000000000000000046a90c5cf6214c864990445babbfe314caff53129d4f9 1,849 1.00/1.00 vMB 140
655,657 655,657 0000000000000000000122ca88bdaa60ceb47d0c28dba6761c0e4edf29b356b5 2,708 1.00/1.00 vMB 295
655,656 655,656 00000000000000000001682c9a79dece9ffc8cb3e9c520dd24dc6df226df10f5 2,176 1.00/1.00 vMB 22
655,655 655,655 0000000000000000001031974aeddec9a2656e4d81e131d5374bc4416a93489d 2,053 1.00/1.00 vMB 122
655,654 655,654 0000000000000000000716400a1b0298117925f14ec536b96479eeed96e8e039 2,733 1.00/1.00 vMB 304
655,653 655,653 00000000000000000009bc1f9c1f9dd0ed05fcb4f0cfddd6d728c150da0dba18 2,474 1.00/1.00 vMB 199
655,652 655,652 00000000000000000003b07c0edc87784ba2e839be9b68862b5c6711bcadba6a 2,502 1.00/1.00 vMB 314
655,651 655,651 00000000000000000008f41200ff6127a72a6313246e9211b2701f901764322c 2,429 1.00/1.00 vMB 160
655,650 655,650 0000000000000000000ea20809a5e2fc9d7f4cb6e6a833e98d4592c428b26f91 1,901 1.00/1.00 vMB 28
655,649 655,649 0000000000000000000636e3179d889f2ff3725ebd241c90c19239ac61f95c6a 2,522 1.00/1.00 vMB 241
655,648 655,648 000000000000000000019116a3f19ac6b2d61f57788e08d4eb1398dcd6872522 1,540 1.00/1.00 vMB 187
655,647 655,647 0000000000000000000494fe4b6bd4257f99c503cadf03240aca892274be0e8c 2,715 1.00/1.00 vMB 87
655,646 655,646 0000000000000000000070d86a70b850e1fdbed9a1e3c2a20d81d1838f5d58aa 2,238 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.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.