Loading Tool

Explorer IconExplorer

Memory Pool

75,512 transactions
28.28 vMB
0.06276291 BTC
Random Selection Loading Transactions
Max Size: 171.25/200 MB

Candidate Block

Mining Attempt e79d937b913578a469b2dcdc5164e10ec12aae6bd334e83adcc841b8bced9aa2
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root ae1a5468f4e6642397bef3b390a6aa87c0bd4cc28e32e7d3f195acbb3556c5bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,376
Size: 1.00 vMB
Total Fees: 0.00436729 BTC
Feerates: 40.21 > 0.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (286,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,215 628,215 0000000000000000000ea244938757c397dfad9a5601dc534d8ac1cec85b442c 1,895 1.00/1.00 vMB 61
628,214 628,214 0000000000000000000245989709940fd3aea8e25619c0bf78b72afe9d0eaa29 3,030 1.00/1.00 vMB 48
628,213 628,213 0000000000000000000b8d4510b16b2ff805dfdcac340fbdf1fa8585c59d7de0 2,855 1.00/1.00 vMB 266
628,212 628,212 0000000000000000000671e8b39ebcccca886cbba5132dd01b90d4b4a4302a1e 2,823 1.00/1.00 vMB 39
628,211 628,211 000000000000000000040837836ffbda11fb17dc0846fc72952e97c7cca27db6 2,497 1.00/1.00 vMB 41
628,210 628,210 000000000000000000038109e13ea42bfc8f65e84697f35fcc9ea59559fe46b3 2,754 1.00/1.00 vMB 48
628,209 628,209 00000000000000000000ed131a889cfa1d049f713cb729c11fa125d0c3eacc8a 3,035 1.00/1.00 vMB 54
628,208 628,208 000000000000000000106414f85f5d7ff92070b94469a8ba2facde314723ad2c 2,858 1.00/1.00 vMB 46
628,207 628,207 00000000000000000004e452b55074f51ed7a6055d05cccfe8d3adb4eeeb988e 2,581 1.00/1.00 vMB 52
628,206 628,206 00000000000000000001d26d7163fbf52b4c68bfa3a4207f8ec5510818f7ec81 3,084 1.00/1.00 vMB 67
628,205 628,205 00000000000000000002691b5b2df0f626445c9994b7c855da0cdeb5309342a4 1,898 1.00/1.00 vMB 52
628,204 628,204 000000000000000000002c1eecd2af099e1f112fca90db3dbb3597efdae90c41 1,680 1.00/1.00 vMB 47
628,203 628,203 000000000000000000071ae8da178f57574cac1b312f2e8653b90ef49fad1cbe 2,994 1.00/1.00 vMB 52
628,202 628,202 00000000000000000007e1aa272049f957964a3fd351f0da820ed87010ff7302 2,951 1.00/1.00 vMB 59
628,201 628,201 000000000000000000092b120cc318b849090b66d8e19d20b081bf3b3d57bd0c 3,128 1.00/1.00 vMB 75
628,200 628,200 0000000000000000000553375985ac82d4c35e94067309d8a736baf770d573fd 2,566 1.00/1.00 vMB 49
628,199 628,199 00000000000000000002fe7d0d8bf9025398c2d9be79f9e764b3af5ad834fa35 3,087 1.00/1.00 vMB 54
628,198 628,198 000000000000000000035777884dfea177880dab61cce073fc38fdadcdc16618 2,754 1.00/1.00 vMB 65
628,197 628,197 0000000000000000001036f0c69ba0f37119ee6e03cdb024795cae5735043735 2,739 1.00/1.00 vMB 52
628,196 628,196 00000000000000000010a56b9554a48b2dc8785d6f60d96f16c2ee68d5172a8c 2,752 1.00/1.00 vMB 50
628,195 628,195 00000000000000000001a05c8db821051377ca0d4f18acbd5b365b960a3fc753 3,131 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.