Loading Tool

Explorer IconExplorer

Memory Pool

43,258 transactions
26.27 vMB
0.05523667 BTC
Random Selection Loading Transactions
Max Size: 138.25/200 MB

Candidate Block

Mining Attempt 6dc4518a317eb6cfec26efe6d68ffa40e0debae1b731300a2904e5494afe0ef0
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root 217188c55edd3502f923468cd329469502c1955d81d9a49f0f9a129a76af7b9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,849
Size: 1.00 vMB
Total Fees: 0.00710608 BTC
Feerates: 40.21 > 0.71 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (248,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,967 665,967 0000000000000000000506ea5472aa657a4779efe44c78ad5cd868a20952037f 2,034 1.00/1.00 vMB 52
665,966 665,966 0000000000000000000c8641493fd3ddacad3182d7badc6f7e29a2bc059b151b 1,791 1.00/1.00 vMB 35
665,965 665,965 0000000000000000000d57287269cdd15a7d62b02a304dcf74a10397f78a6934 1,898 1.00/1.00 vMB 41
665,964 665,964 0000000000000000000650e2d75be79629c4be2194febb656133e12a526e8039 1,586 1.00/1.00 vMB 68
665,963 665,963 0000000000000000000a819085d57a4930f047b6c007a96aa8d42476436fd8b5 1,848 1.00/1.00 vMB 35
665,962 665,962 0000000000000000000b1ce01a82b83e2a713d5c8b4a7c857e5cfdd5ee890cc7 1,731 1.00/1.00 vMB 52
665,961 665,961 000000000000000000006177fc313551d6ea65ee8d7a07c91863c4b5e85351b3 1,338 1.00/1.00 vMB 50
665,960 665,960 0000000000000000000d59ee2d08ebc3bc96610a1b02eeecd78f51ac226ff4f9 2,533 1.00/1.00 vMB 123
665,959 665,959 0000000000000000000b6e6badc05aa314b72fe862cd0b2e8ae3f3885e342f36 2,605 1.00/1.00 vMB 51
665,958 665,958 00000000000000000004ee75f5abad5814617a95a5ed8e8b99157924f313039e 1,618 1.00/1.00 vMB 125
665,957 665,957 0000000000000000000875d5d2f1f4598082660300e5ad9cf09467c61f7d5aa9 1,697 1.00/1.00 vMB 76
665,956 665,956 00000000000000000002ba37677d3108de8b782c7a5348d22ab13a807eec7eb4 2,418 1.00/1.00 vMB 121
665,955 665,955 000000000000000000040b4e407b322160c02c2014aa453dcf50bbb8abc4e0a4 2,014 1.00/1.00 vMB 84
665,954 665,954 0000000000000000000d29bfea07950605ab520066a8349db696baf160f0f455 2,687 1.00/1.00 vMB 65
665,953 665,953 00000000000000000005db06dfaaa7f296d487b942fb091ed6cf66f4468dde2f 2,603 1.00/1.00 vMB 77
665,952 665,952 00000000000000000007c8f38678ab17ab807b8701158040a4ed868c8d455c4f 3,022 1.00/1.00 vMB 69
665,951 665,951 0000000000000000000cb32975ff6c67a09ce9ce6089e08f704d28931b1d4349 2,827 1.00/1.00 vMB 132
665,950 665,950 00000000000000000007583ccb4d6026246973b0013f7bb33e99934f3362d0f7 1,871 1.00/1.00 vMB 70
665,949 665,949 0000000000000000000948a9238454b679ec60a6eb3d0820c8ce1078bbe5600d 2,935 1.00/1.00 vMB 110
665,948 665,948 0000000000000000000485a3d164ecb934096e05b4fc1972b7bea6062d9be6a3 2,865 1.00/1.00 vMB 77
665,947 665,947 000000000000000000081207f9108eba12b783a7303f36d3da6113ee350625fd 2,093 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 781.93 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: 646.42 GB
    • Received: 12.85 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.