Loading Tool

Explorer IconExplorer

Memory Pool

82,191 transactions
31.54 vMB
0.10927065 BTC
Random Selection Loading Transactions
Max Size: 189.86/200 MB

Candidate Block

Mining Attempt e5fa77abacd8a3ab66844b238f0768f2e96a1bec4c4c36af9ec34ef50e9f7f46
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 4e0f2ba0eadff12c6356ea5ed7a9514f5c9017f75b97a7f43dd0add3c3ac5c95
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,215
Size: 1.00 vMB
Total Fees: 0.02791957 BTC
Feerates: 318.30 > 2.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (635,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
280,058 280,058 00000000000000002b6ba0611698e04e982b205440937c14b51be7e9e610cdc6 138 0.09/1.00 vMB 23
280,057 280,057 0000000000000002a1fb2afd7670600586a0e10bbc4ea264b172ea16f3fd566b 274 0.18/1.00 vMB 36
280,056 280,056 0000000000000003045ce9bd29f1e74dec14b0523127b6311cc8d8f0227bb47b 110 0.03/1.00 vMB 106
280,055 280,055 00000000000000027f516ea3ec39f7b0458ed01e28a6ee4a68d446bfb4f63494 176 0.13/1.00 vMB 31
280,054 280,054 000000000000000118ce6d7e5cfd65b46512a4bb088fc9bf5732813fa4dd3b6a 406 0.34/1.00 vMB 24
280,053 280,053 0000000000000001405dac1352a2aa939f8230947cdefb6e4f98549ffd9b470d 105 0.09/1.00 vMB 23
280,052 280,052 0000000000000000739b9b1738f03c3026159c1eaffa8fe7a62ac3e9df8dc099 18 0.08/1.00 vMB 13
280,051 280,051 00000000000000026b38fefa522a6a492b118e7610e5a082f8e51f1af1685695 246 0.22/1.00 vMB 24
280,050 280,050 00000000000000014a62a72b038aa102c395c9ea00e7083891409906fc04effd 609 0.25/1.00 vMB 62
280,049 280,049 0000000000000002156d81132965abadab8d10871d9ede4e78b79abb3d849dfa 176 0.10/1.00 vMB 47
280,048 280,048 0000000000000001727300111f87dfed51a073d9dbea8d9ed41420f6e36898c6 57 0.04/1.00 vMB 23
280,047 280,047 000000000000000259268461ea5f65a46bafdff96e2cb90cff3f1a7bde78ee45 80 0.03/1.00 vMB 52
280,046 280,046 0000000000000000d85371b9f2aa7104024d628f479561aeef61965f88d7bc01 84 0.07/1.00 vMB 19
280,045 280,045 00000000000000022b009fd92a7d48f48d122b57a9e9f0f3c38dba9a767cf9ab 9 0.00/1.00 vMB 14
280,044 280,044 0000000000000002382a7a1d591d84d8c5cef7761bce2cf76fa62d065f1cb500 357 0.19/1.00 vMB 39
280,043 280,043 000000000000000273f835c44bfa10f07137e3185e1a05f43c0b6812c56f93fd 87 0.03/1.00 vMB 11
280,042 280,042 0000000000000000657cb5306e0ad49a210b4486dc66873d55d583b89be8e6d9 609 0.46/1.00 vMB 30
280,041 280,041 0000000000000002699eed32bbd7851488b1074f4ef55a28cc147b8a660c4c70 715 0.25/1.00 vMB 64
280,040 280,040 00000000000000021d906c7e4eb0b07f3faeda3e1477c7e475eabb1fd947fc87 863 0.46/1.00 vMB 28
280,039 280,039 000000000000000188466d4260c5c6a0f3b5f3fcad9bc264822b84532b0cd5aa 97 0.03/1.00 vMB 118
280,038 280,038 0000000000000002659811e6b3a045b227018f8d55434b20caf170bd3524c06d 73 0.03/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 783.00 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: 718.78 GB
    • Received: 17.95 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.