Loading Tool

Explorer IconExplorer

Memory Pool

41,563 transactions
26.43 vMB
0.07790212 BTC
Random Selection Loading Transactions
Max Size: 137.70/200 MB

Candidate Block

Mining Attempt 1a7a25a965b3d4333f2ce90fb0e828f20df4b6668e3dcf780a1f813a018b4f25
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root ae6c337bde9cf60f3391aa217987afb80055fd3dbacf6290e9eb1557caaa86f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,475
Size: 1.00 vMB
Total Fees: 0.02901962 BTC
Feerates: 150.98 > 2.91 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (121,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,255 793,255 00000000000000000001a7106ad5002c312e14cdd11f9ceda96534ad34651455 2,719 1.00/1.00 vMB 58
793,254 793,254 0000000000000000000506ec0076b06f4bee8222c9cfd7a95bcdebfd41a3fb2e 3,801 1.00/1.00 vMB 104
793,253 793,253 00000000000000000001371ae2b3e60147ccaa8b207a35082e693164b76811a4 3,006 1.00/1.00 vMB 81
793,252 793,252 000000000000000000021e877d2ec27493746e4e140159dc4e52b7685a7c9fda 3,790 1.00/1.00 vMB 52
793,251 793,251 00000000000000000004d5a2cd0829eec21f1b9191c2dbdea14a83a8984c47f1 4,033 1.00/1.00 vMB 62
793,250 793,250 000000000000000000010a83211f4fc7fb801b1acc1a91d26e9903d7e95591be 3,788 1.00/1.00 vMB 32
793,249 793,249 000000000000000000014687e4126252bd8d4759aafe6341b5989021a10bcf12 3,861 1.00/1.00 vMB 66
793,248 793,248 0000000000000000000249ce3541905c4764dd7f5f298821f2c032f7aa8e4a5c 4,116 1.00/1.00 vMB 53
793,247 793,247 000000000000000000008b51632dbad4fe3b1a190955307b72aa51c64028899f 3,269 1.00/1.00 vMB 88
793,246 793,246 000000000000000000026fa9b77bd0f9ad00a86765bf571c5b7dd48fa6c7fa7b 2,007 1.00/1.00 vMB 25
793,245 793,245 00000000000000000000ca12f3c28d56e95075c981fbac85b989fb85b213e05c 3,519 1.00/1.00 vMB 41
793,244 793,244 000000000000000000023d458a31553880be8c0e8e666274c0ca5c65705a3225 3,429 1.00/1.00 vMB 54
793,243 793,243 00000000000000000001acac4e7cb094af9eec27b12b93c9a7880de3642f24a5 3,124 1.00/1.00 vMB 43
793,242 793,242 00000000000000000004c7c14e252b573bd8681cdf1bfb7a689a6935e65c7c50 3,686 1.00/1.00 vMB 45
793,241 793,241 00000000000000000000597f7c151f42fb4edf8780cb213a7ab4b4afb1444ebf 3,786 1.00/1.00 vMB 38
793,240 793,240 000000000000000000025df29c3a8a1610a73aa2ce94953e74dc57577c1a5858 4,038 1.00/1.00 vMB 50
793,239 793,239 0000000000000000000110fb285e1dc6bf530752b799532417b16576a53fabf3 3,119 1.00/1.00 vMB 72
793,238 793,238 000000000000000000018afd3495d6316ad9e48892c51458691394c9fb0d5bb8 2,825 1.00/1.00 vMB 85
793,237 793,237 000000000000000000042a207c177afda8f399812438db528b492c03008c7573 4,088 1.00/1.00 vMB 49
793,236 793,236 000000000000000000034bdfa3d3d77f7d0e2a68ced654d7dd781c0cb52a2296 3,797 1.00/1.00 vMB 45
793,235 793,235 00000000000000000002b6c3776f7d15e37a9a1fd9a9fd2121f739684eeb5fc7 3,542 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.