Loading Tool

Explorer IconExplorer

Memory Pool

45,695 transactions
28.45 vMB
0.06435651 BTC
Random Selection Loading Transactions
Max Size: 151.53/200 MB

Candidate Block

Mining Attempt 5b31bf1fc4c7c63a67356ff5a16dd4307472984d8f91b3cc2ec0f0abf59500a3
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root e1c8b0a06f26b5d66a655f08fe59fecf93d54a9e14441ddb9a7219380a960ec3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,438
Size: 1.00 vMB
Total Fees: 0.01021404 BTC
Feerates: 50.42 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (737,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,926 176,926 000000000000089c657c6ff45a4e5d530a17726a47b851f247ad84032d0982e9 133 0.06/1.00 vMB 185
176,925 176,925 00000000000000430e73376f927b267b1ac87c0862052d95691bcf05371988b7 41 0.07/1.00 vMB 111
176,924 176,924 0000000000000661b54aa4026101cdd7b594ba8effb98b968c40ef1418ce74c9 18 0.01/1.00 vMB 322
176,923 176,923 00000000000006047089e6b4e200e4ab6003b51e390ad3fe49d9c79b4a1ba9b9 4 0.00/1.00 vMB 76
176,922 176,922 00000000000008d0119cb28dadbabcc3824b1dc40309d0c0809412dc502e02d3 24 0.01/1.00 vMB 215
176,921 176,921 000000000000091cf790bc1dbb73f9fcbe9897d782608b6ce3dc70fe4b5c6939 152 0.05/1.00 vMB 183
176,920 176,920 00000000000008d7da290ea8737e664653757d0b0cdcd39962f5b5f395907a66 10 0.00/1.00 vMB 33
176,919 176,919 0000000000000397d08c8d2e812eb838c9d3ba7cf37de2fbb7e49f319898b6b5 11 0.00/1.00 vMB 0
176,918 176,918 0000000000000a8e3d0bcc251f41fba0e88e4a1efa69b99d26fa3af09458963b 22 0.01/1.00 vMB 582
176,917 176,917 00000000000007d41514bf7bde1fd964204f29769180d1edf3438957ae04953a 1 0.00/1.00 vMB 0
176,916 176,916 0000000000000a015843d00a6daa5278d2e445aefcf820884c4ca4ed1716a3ec 57 0.03/1.00 vMB 118
176,915 176,915 0000000000000716b727891697fcdc2ae61dc8025d3699f4df4a8e8b6381727c 35 0.02/1.00 vMB 195
176,914 176,914 00000000000002d5a87164e06171b86b1d9a0da0b68278e186da94b5dcf403e6 34 0.01/1.00 vMB 60
176,913 176,913 00000000000008350242493f2a130ccc40a4f1bf62d2bd45354a7630a4c94cb6 17 0.01/1.00 vMB 32
176,912 176,912 000000000000027512b60eeff96f626cf6bb3e1733118ff2d12133556349cc0b 55 0.02/1.00 vMB 91
176,911 176,911 000000000000080695d64c6b97ddab3e2e3ccdb7e870fe6981bdc43b5c39dd96 10 0.01/1.00 vMB 18
176,910 176,910 0000000000000249474ffbbb2978748354d3e23d1e2a7d928bb6ca9a21326aba 35 0.01/1.00 vMB 805
176,909 176,909 0000000000000192f0909213b6dadd45982990487f4a2b8d502da3299fc1b907 19 0.02/1.00 vMB 61
176,908 176,908 00000000000009c2aac2a59b36dc538d0e6e9fe893ad2a84ad04da83e1ee13d9 144 0.05/1.00 vMB 7
176,907 176,907 00000000000000484af93469db9e6963d6d4bc0eb3fb391ac73e74751e1e2ffa 136 0.06/1.00 vMB 120
176,906 176,906 00000000000000984eb4e25df0826949716c784b96e72a4f7ecf451a80408bba 71 0.03/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.