Loading Tool

Explorer IconExplorer

Memory Pool

51,407 transactions
29.23 vMB
0.07883050 BTC
Random Selection Loading Transactions
Max Size: 158.04/200 MB

Candidate Block

Mining Attempt 6df59695de5789a3f081c43f8334423e264824f7c57d06b5a448356cc37608b4
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root d52d8ae06294abae6cf9e9e54ed9e2498de08f962fb94ad31a02fb8fe385ec4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,582
Size: 1.00 vMB
Total Fees: 0.02279854 BTC
Feerates: 173.90 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (223,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
691,338 691,338 0000000000000000000a8be83c95aac5011f80e8f8eaf17eeb4a6dd0f825e1b2 2,861 1.00/1.00 vMB 15
691,337 691,337 00000000000000000010d206b820c67e7d16814c7afe438484b4f7b102283897 1,170 1.00/1.00 vMB 7
691,336 691,336 00000000000000000005f46db06929c86fe045cb780b1189263848dd00fe9e14 2,114 1.00/1.00 vMB 14
691,335 691,335 0000000000000000000f8cde40ff0d207c8dd7510f65f67ddedc1f6448325291 2,891 1.00/1.00 vMB 26
691,334 691,334 00000000000000000010cbec7ebbe08dcc2f38d13aaa7103874c686068c04af0 2,430 1.00/1.00 vMB 19
691,333 691,333 00000000000000000005308b702e3275e59573c8e2e5074501cb0020b945c30d 2,402 1.00/1.00 vMB 16
691,332 691,332 00000000000000000005172561d3eba1df0b35ace1c2b7b5671d5a4402e1c8ba 1,060 0.35/1.00 vMB 11
691,331 691,331 00000000000000000009d5732c35fd6b058c11a2957a9768ab7f616a8318fbfa 2,876 1.00/1.00 vMB 19
691,330 691,330 0000000000000000000e3bd598cf0928bd46bd14e81b168ebfbe398fbf8585a0 2,619 1.00/1.00 vMB 13
691,329 691,329 00000000000000000000ca7eb94255b5d9e6198542ac3f1ccfb13cbe3468b87d 3,075 1.00/1.00 vMB 7
691,328 691,328 000000000000000000026122fe6cf26ff45bfacc101d1f75840d69840099963c 2,688 1.00/1.00 vMB 20
691,327 691,327 00000000000000000010459a59b2cd2eb268a3720681c8fa24075e9f14a29b76 2,917 1.00/1.00 vMB 25
691,326 691,326 0000000000000000000a6609455662f7965364d49a73911775ee56e94499549c 1,692 0.77/1.00 vMB 14
691,325 691,325 000000000000000000015287ba65cf9c6c7865b1484ef1bc7aa22500cb3813b1 2,416 0.95/1.00 vMB 4
691,324 691,324 000000000000000000005806a0d30c5a07e97635fe3dd3e825495f7daf57f365 1,146 1.00/1.00 vMB 3
691,323 691,323 0000000000000000000e479427a7ff8bbd4c650804cc242c86b436c032ad16b6 2,349 1.00/1.00 vMB 16
691,322 691,322 0000000000000000000f9664aa4df0f6645dceef9b4d4d5ebfc765cc4d545d47 1,286 1.00/1.00 vMB 9
691,321 691,321 00000000000000000012f804c43bcdc0f439b87470b852f126f98b574b0a9263 2,262 1.00/1.00 vMB 15
691,320 691,320 00000000000000000011cd1bc45ca35d95e3817340d11067094fed7a7de67ac9 2,727 1.00/1.00 vMB 14
691,319 691,319 0000000000000000000499bb2158cf1a6d43f75624b21ebf02fe0426dbb5e05d 2,227 1.00/1.00 vMB 50
691,318 691,318 0000000000000000000f7eb2f0671c32da9c9b354e20fd285c77265f0c1446fe 281 0.09/1.00 vMB 18
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: 651.84 GB
    • Received: 13.65 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.