Loading Tool

Explorer IconExplorer

Memory Pool

82,058 transactions
30.48 vMB
0.13178553 BTC
Random Selection Loading Transactions
Max Size: 183.67/200 MB

Candidate Block

Mining Attempt e8bb6fc10866508fa793179693fde8cab32d872c3d735c406bed32bde30b93cf
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root cab94bf76f5f04668218af32beaf70f89aac0a7efeae43822db87691341a8e3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,486
Size: 1.00 vMB
Total Fees: 0.06900843 BTC
Feerates: 203.60 > 6.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (570,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
344,056 344,056 000000000000000012ab3b52e0d80a62d9a702dbb154181d4c411f9e1f6001ab 361 0.18/1.00 vMB 26
344,055 344,055 0000000000000000185068855424a93e01d0def01d507adf953fbb7cd6ce2913 867 0.45/1.00 vMB 28
344,054 344,054 00000000000000000751ae5bae5dd6bc0f9328c6403ace36f795816f42744499 229 0.11/1.00 vMB 24
344,053 344,053 00000000000000001098158e4b5baa3e73d578e4345fdc92ff5e5eda7e641aff 306 0.13/1.00 vMB 28
344,052 344,052 0000000000000000051fbe49067d5465ad715dce93f14aa2bebbdda3f6f5a48e 84 0.06/1.00 vMB 10
344,051 344,051 0000000000000000031a680413877e42c2588143b7fe5b51ab81addde9d9bacc 836 0.41/1.00 vMB 26
344,050 344,050 00000000000000000a365550b6140c8b790c35233ba9245f0236ff892a7ed6b0 275 0.20/1.00 vMB 20
344,049 344,049 00000000000000000d34ff9f1269cbcc3202b81aae67435972448e7bd7894e50 843 0.48/1.00 vMB 20
344,048 344,048 00000000000000001371494e42ce2cc1f5ea1aa49cdea859e3b63eb627b97ca5 835 0.53/1.00 vMB 22
344,047 344,047 00000000000000000eaa85a84938be8acfdb793e0ecefaf514cb11195af37b24 792 0.43/1.00 vMB 26
344,046 344,046 0000000000000000012bae531bdff0c28cdef80bb38440cf69c8fbf6e6b693fd 414 0.20/1.00 vMB 50
344,045 344,045 000000000000000004fa7cfcff928462edebb6716df7ce96cc58ae77f38c1113 1,282 0.87/1.00 vMB 27
344,044 344,044 0000000000000000001f76855800e5bb75e090ea56d01c5e38ef5186f1fdbc4d 150 0.09/1.00 vMB 15
344,043 344,043 000000000000000017b39abdf4a2a7cf3bb23f0fd02c9236d4810fb99d094bc6 194 0.11/1.00 vMB 24
344,042 344,042 0000000000000000000abbe197d2ad379ef0da5271baf820ab4739ea9028393a 377 0.20/1.00 vMB 24
344,041 344,041 00000000000000000d91bffe234d2cf025967c6c4836a12777e62174cb3bc0ea 473 0.25/1.00 vMB 26
344,040 344,040 000000000000000007f34358a9809d6fbc05bb42178fafe3d3ddedceff729acb 824 0.42/1.00 vMB 25
344,039 344,039 0000000000000000129528c13c40c22d1457b673b0412e532e9acd61e2401e25 619 0.36/1.00 vMB 21
344,038 344,038 000000000000000004a0328659ebe0eefd190d8d7688892ca5e863aad8f41b19 508 0.27/1.00 vMB 23
344,037 344,037 00000000000000001495d9ff335e2cb13cdb33ec3f798529a4c2c082762ec407 647 0.42/1.00 vMB 20
344,036 344,036 00000000000000000b24874adbc3def1c026554dad687a440e64cbbe55ce6e9d 776 0.41/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.34 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: 661.29 GB
    • Received: 14.80 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.