Loading Tool

Explorer IconExplorer

Memory Pool

67,351 transactions
25.73 vMB
0.05884064 BTC
Random Selection Loading Transactions
Max Size: 155.01/200 MB

Candidate Block

Mining Attempt ebccea5f402a65f431726d0929283578a90ecdac693a9e7f51bf363e1c46c768
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root 9e84a6bcdae432f0b1010344e4509e6da0c45ff12b78eaedf625d62bcddbe9d4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,074
Size: 1.00 vMB
Total Fees: 0.00449468 BTC
Feerates: 40.21 > 0.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (894,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
21,520 21,520 000000000b182b4e9a1562101dc5685c288966e46bfcb8ad484e9b1cde24f5b2 1 0.00/1.00 vMB 0
21,519 21,519 000000007636628ebe194b730f36e39ad527872953402547e05cd6de9761e6d4 1 0.00/1.00 vMB 0
21,518 21,518 00000000e235edf68f829ed14f16c2e6f358ecd1fa8a48179295c3805c4b335c 1 0.00/1.00 vMB 0
21,517 21,517 00000000e42863f7d5275567293e625f94ccd606268fe8a8ce6e61c62b597f89 1 0.00/1.00 vMB 0
21,516 21,516 00000000b12caef6d004db2ad73b257841cc6dcaa81976791f729838819750bc 1 0.00/1.00 vMB 0
21,515 21,515 0000000088b97e0a4da2e8aa12d9fa05e4c48087f7bbd2d21bc3347a694c3ec5 1 0.00/1.00 vMB 0
21,514 21,514 00000000446b36ba5231b39d68e7091675e0e98d7cd9648bb9810dd819aeb619 1 0.00/1.00 vMB 0
21,513 21,513 000000001633bec25da55e0fcac6b49432f4b325654f31cfcfdf5efdb7d00cf3 1 0.00/1.00 vMB 0
21,512 21,512 00000000183a3ce69341b74f4b5713991308fd389d9c95cfb77b27be4e1da70a 1 0.00/1.00 vMB 0
21,511 21,511 000000000690097dba4b87232d061aa286076922f76fb5b0b00f7ef3ace40450 1 0.00/1.00 vMB 0
21,510 21,510 00000000e7f3b8c509a79464e825011b2c129a386aa9d2a826b91ec770b0b417 1 0.00/1.00 vMB 0
21,509 21,509 00000000c3103ce5d73b2b4defe2b6a96c78872277d9f793118c6cfbe4a1d320 1 0.00/1.00 vMB 0
21,508 21,508 000000005c648ca32755293120ec1afe7b210c28a1292fffc403f714328d1191 1 0.00/1.00 vMB 0
21,507 21,507 00000000fbeb9b5939263f63201a1700da3dbc3c3ee7457a4d2a216022be99d8 1 0.00/1.00 vMB 0
21,506 21,506 0000000004fa7d69ee11a6d6e67911c8f3600fe248d2fc080b6b30c5a243df4c 1 0.00/1.00 vMB 0
21,505 21,505 00000000c883a5861cc543102dde143c7ad019c90920f2de2268a271aee5084e 1 0.00/1.00 vMB 0
21,504 21,504 00000000721c98fa277a5c32a01fa496b5304fbb953c1788411759664a266076 1 0.00/1.00 vMB 0
21,503 21,503 000000001154ac8cac2cebbd3626c375a6ecff626af0848fb445ea5cc8f7875f 1 0.00/1.00 vMB 0
21,502 21,502 00000000a3dc5a29aeaec9da897e0944288fe545612cf6f5fb8092c6bfa00ce1 1 0.00/1.00 vMB 0
21,501 21,501 00000000d5ffe01bf119ead8e2631549b5de71c25ce0081db83b93f6bd55bc79 1 0.00/1.00 vMB 0
21,500 21,500 00000000c1ba2eef3196cd2bfe90e5cade3df9bd18eb72a7759c5fb5347282cd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.30 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: 766.94 GB
    • Received: 19.32 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.