Loading Tool

Explorer IconExplorer

Memory Pool

49,252 transactions
23.06 vMB
0.06002740 BTC
Random Selection Loading Transactions
Max Size: 129.30/200 MB

Candidate Block

Mining Attempt 97a0187ee3a074a97ce4e9f0ab74840d1672329b7f2d50057764d4b3afe89a18
Version 20000000
Previous Block 00000000000000000001fc71f7c5bc99b9aa6339d6bc0e6cb4fc9bfbc1a7260a
Merkle Root 0f84da69a2f330f6e3370c51170fd1fd519b80a3eba4bf3baecbd5d42b86b98c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,654
Size: 1.00 vMB
Total Fees: 0.01212026 BTC
Feerates: 201.07 > 1.21 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,991 (757,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,490 156,490 000000000000051b74d7d6bc8a407dfd986d3485e7221075454a724f98f570ee 55 0.02/1.00 vMB 100
156,489 156,489 0000000000000e2b2e3d034604146e9950cd50c8c13d19dd8c79c879a32b586e 64 0.03/1.00 vMB 131
156,488 156,488 0000000000000ecbd017ba9c88f7fce64fff82111c7b63a2203ee9a44c5c9620 16 0.01/1.00 vMB 8
156,487 156,487 0000000000000539d4aa1ca2d7615f205e11559f158bd7438128f769ddfb092d 106 0.04/1.00 vMB 118
156,486 156,486 0000000000000b11f3048c055fbd8a226fd8ebe9da611d47e455508d21c68164 114 0.05/1.00 vMB 28
156,485 156,485 0000000000000a4de521b44107b871a31becda42f0ddecd3ecc28af95c3b972d 58 0.03/1.00 vMB 131
156,484 156,484 00000000000007806d3ce7d185771228e35b7d2add0b0a6e58f70ea881770e9a 82 0.04/1.00 vMB 78
156,483 156,483 0000000000000599c8a0185ec8d83c8fd36ba9cbe59f70638507cbe71b210a2f 33 0.02/1.00 vMB 138
156,482 156,482 0000000000000a28ff231698e4130e160ef7f90983f16e6850f26d4475e3e8a1 47 0.02/1.00 vMB 74
156,481 156,481 0000000000000e7a587d91a90474e117ed22256260f622e2b4922831280514cb 16 0.01/1.00 vMB 226
156,480 156,480 0000000000000a8edd63a7612276fda97422f0e56f1db6d26d715029830c3755 40 0.01/1.00 vMB 97
156,479 156,479 0000000000000d45f3e12fc32854c1b0f26699867e253fd4fdc24b724666ce57 5 0.00/1.00 vMB 0
156,478 156,478 0000000000000855487726bfb04a120e03d60da465cf8202a61935ec6e7f0ec2 116 0.04/1.00 vMB 0
156,477 156,477 0000000000000a4a2693befbc749827fd89b99b3801b8cf1cc3c95166e41e42d 105 0.05/1.00 vMB 71
156,476 156,476 0000000000000f5f2f3a6907b425dff9ce072a841bbc719ac6d37f5b413357f8 179 0.05/1.00 vMB 2
156,475 156,475 0000000000000751dfd0a2638ca5850614a903f81b490e177d83d3f90dcdd457 33 0.01/1.00 vMB 142
156,474 156,474 000000000000045ae08080ab205f50bdd5d9c7419d20f832f11b8fb264d48ea4 10 0.00/1.00 vMB 0
156,473 156,473 000000000000091acd956a9613845407adb5c945c4bd0dca24eb7b97eaf743f3 14 0.00/1.00 vMB 12
156,472 156,472 000000000000068b713c2984e31f9369cfc60b823d261df9c0accb3a70e3b0e0 23 0.01/1.00 vMB 162
156,471 156,471 0000000000000e095ea4cc7ba7271468a00366ab07daa6dd9236b07fa07a0ed7 19 0.01/1.00 vMB 11
156,470 156,470 0000000000000210d7fa0468ca8b0b991977179924516bd51e16942159d26523 44 0.02/1.00 vMB 380
Previous 10 blocks ↓
Total Size: 780.59 GB

Node Details:

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