Loading Tool

Explorer IconExplorer

Memory Pool

10,821 transactions
9.74 vMB
0.03097276 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.11/200 MB

Candidate Block

Mining Attempt 3f78dad69f681de61fe7eaed22bd6a8edb8b2115adca4f84a8dd526117d08b5c
Version 20000000
Previous Block 00000000000000000000c62eb6b3574aa0b8d680bc9d2c401c79c53a05e8a987
Merkle Root 64540bb817418a11ac299752bf1dc1aeda1d484afbc8d8366b2c1ae2f89fd747
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,101
Size: 0.99787175 1.00 vMB
Total Fees: 0.01622735 BTC
Feerates: 150.75 > 1.63 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,805 (757,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,321 156,321 0000000000000148abda73c7c0db506878f574428754ad38525141f379201235 11 0.01/1.00 vMB 67
156,320 156,320 00000000000005beb5017215d712c498566125e36210b3d889bf737e1d2a0875 13 0.00/1.00 vMB 151
156,319 156,319 000000000000044c0815aea8da31781a4024eb0f15eff4a1b4e224dbcb019040 137 0.05/1.00 vMB 137
156,318 156,318 0000000000000248ff26da1af1275cf95324c9ca5b086b0da44a2e62aaa82e49 45 0.02/1.00 vMB 82
156,317 156,317 0000000000000352f71e659bcff1867340328780ab9b3508609e8e21df0df8bd 41 0.02/1.00 vMB 119
156,316 156,316 0000000000000c2991da480ce81633c65bbf764e355989d5782a8b5938a11572 72 0.02/1.00 vMB 118
156,315 156,315 00000000000000437c6c91e81277b1b9f7a02a17203623cbb4870177f7d2ec1f 13 0.00/1.00 vMB 0
156,314 156,314 0000000000000dbbe8a31506d2c23f8fd3801e88425779b113dba525d477aabb 21 0.01/1.00 vMB 36
156,313 156,313 0000000000000855bc9de6bb1c98f0678eab35179636f0e999eb6791009faf22 56 0.03/1.00 vMB 101
156,312 156,312 00000000000002a6635a01b405acd06baf7db1b4bb5d1b7b0c09ee05a8971895 7 0.00/1.00 vMB 34
156,311 156,311 00000000000007d724b86cec5b5cfaf538584aff5163d20e4b41f6bcb753f059 109 0.05/1.00 vMB 18
156,310 156,310 00000000000002ddffe1e07cfc84d7b8bb6e139e88a00800429bfa1e1648051f 37 0.02/1.00 vMB 161
156,309 156,309 0000000000000eb689ddafa4d5fad0fa46d885457e1d36f81c4508da382ba251 48 0.03/1.00 vMB 56
156,308 156,308 0000000000000782da74f242dee8afd6014429522d881628909fe1d9659a8502 1 0.00/1.00 vMB 0
156,307 156,307 0000000000000909a63c49e209abb0dbfd5b9f3ff6365a6fc51a8d44da948631 100 0.04/1.00 vMB 130
156,306 156,306 0000000000000b8b75a98603919c6f51a115b41a0c9363fc49b6da31eaa8eb6f 1 0.00/1.00 vMB 0
156,305 156,305 00000000000005d1638e43fd891f423e111ea8156236ed4578c2964fc50803ea 121 0.06/1.00 vMB 85
156,304 156,304 000000000000042c3c27e5733241377f9642311b95ad78d75a6c9dc21d910f2f 55 0.01/1.00 vMB 0
156,303 156,303 000000000000067464e2fcf51f18391aecd1179e84cdddd861eb74fad55403d9 51 0.03/1.00 vMB 101
156,302 156,302 0000000000000a7b583419389c4ea4e9f4ff380c8e6cd290f6019b41b7d7eed3 120 0.05/1.00 vMB 113
156,301 156,301 000000000000070ffbddcbfa7822c4042ab1481d1121a919bef969e5fa2d8477 94 0.03/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 780.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 515.89 GB
    • Received: 4.39 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.