Loading Tool

Explorer IconExplorer

Memory Pool

25,413 transactions
10.64 vMB
0.02863620 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.01/200 MB

Candidate Block

Mining Attempt 788396e187293653131d124d50ec0108d6b03aba9a6252bc68820b58c7a8fe5b
Version 20000000
Previous Block 0000000000000000000042dc3a595584737aa5b0e59a9c730a957ef0652eded3
Merkle Root 0188f2c4ed11181ee69c1131110e4039ebb58596d9c37efe5d91d8e0f20782e7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,128
Size: 1.00 vMB
Total Fees: 0.01106969 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,550 (645,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
267,653 267,653 00000000000000046396c5c4c3d45c72247ce121515a155790dcddd01ec7393e 86 0.04 vMB 43
267,652 267,652 000000000000000104be29a4fab08593bc5e413f367184894625a91a03ec540c 326 0.15 vMB 57
267,651 267,651 000000000000000a0b377441fd1552220b498c67aaafd7eb999b3f4f04707565 15 0.01 vMB 28
267,650 267,650 000000000000000724cbdd9bcefa2c62c5fa3f36695b778352b5f76076feeb45 64 0.03 vMB 28
267,649 267,649 0000000000000003705d6f2b8cb3843465106ec199b3dea3c2594d1e93b575c2 309 0.16 vMB 72
267,648 267,648 000000000000000723e576ffa7fb56558d3f4afa251783c43e8e40e06b4d23c6 85 0.04 vMB 63
267,647 267,647 0000000000000007c64b046b7dbbe1b44912832bf2f3651618652831de62041f 56 0.05 vMB 30
267,646 267,646 00000000000000032186d83a4b5ca2206b57f115dfd67dc2706479d37079b456 32 0.01 vMB 72
267,645 267,645 0000000000000001f1afc7f18a13fc7dce7d568cb3e0286d71933e306a39fdb4 53 0.07 vMB 52
267,644 267,644 0000000000000009770711a461b69df7dc3b23f11649f4bb78aa1c5a11289f79 54 0.03 vMB 44
267,643 267,643 00000000000000006c8fea50eda77d8546c9dbc40851513939128528e4bbb446 97 0.06 vMB 41
267,642 267,642 0000000000000007b5ed8fa8e6d35252ba5f90026ecab572ced475e1219759f7 9 0.00 vMB 41
267,641 267,641 0000000000000002944ad9e479d94f2e582d74029cec7e35f9d51717e309b1c2 312 0.15 vMB 49
267,640 267,640 000000000000000966d69a732b89d7a7d3578670606234f0389a338eea87e5c3 56 0.02 vMB 104
267,639 267,639 0000000000000002c999622062c3534c57b5b6103476db65fcd217eb520ff7a2 90 0.06 vMB 44
267,638 267,638 00000000000000007c17cf4a314f10d5639df4fce23b66c0a5ccb2c33b1b54d7 8 0.01 vMB 43
267,637 267,637 0000000000000009e1d58b0cd9578eb75b79ef18fdcd15296028b7302da058b9 12 0.01 vMB 64
267,636 267,636 0000000000000002b79a70b5c114fdad0397c16e1c7097850b46fa8dc12f1b69 15 0.01 vMB 47
267,635 267,635 000000000000000742baea18ff48f646a53f2d24c7c7fc0788f4845780995968 3 0.00 vMB 60
267,634 267,634 0000000000000004f6c79bcfab8c1061f0e635148cfaf75098ce56667c401504 14 0.01 vMB 98
267,633 267,633 00000000000000017dab62fd8488c3e2114240a577034d001a5787a2a68bc8dd 145 0.07 vMB 53
Previous 10 blocks ↓
Total Size: 779.82 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: 415.32 GB
    • Received: 2.23 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.