Loading Tool

Explorer IconExplorer

Memory Pool

77,338 transactions
28.98 vMB
0.08417847 BTC
Random Selection Loading Transactions
Max Size: 174.87/200 MB

Candidate Block

Mining Attempt 1af54d05fcac6684d198a0da191aab7e6a1b62a45a3e5a7b84174865e7435b50
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root b77f97c2c5dfaf49babace650b1b3558d44c2effbb54c9919f097ba3b65c92b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.02374105 BTC
Feerates: 103.00 > 2.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (132,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,686 782,686 00000000000000000001e84589abbd0da5e6bc5469421dd8cd5b3775a33ac9ae 1,068 1.00/1.00 vMB 9
782,685 782,685 00000000000000000001051a8ec5598b6ca39a35c487fd7ba70fb1008f8a2576 484 1.00/1.00 vMB 6
782,684 782,684 00000000000000000003a937de36bd5afde1fc706f4bbef2b6c5d4b20123b8db 987 1.00/1.00 vMB 8
782,683 782,683 00000000000000000002aa160e3e3b54545478ee01ddb93e6c8afd2507c42243 1,414 1.00/1.00 vMB 12
782,682 782,682 0000000000000000000206c90ddc909ee00d098122072450894eff046fa2af80 1,465 1.00/1.00 vMB 8
782,681 782,681 00000000000000000003600415691bc601ea8a7da26117d804eef9a8eed98f42 2,226 1.00/1.00 vMB 17
782,680 782,680 0000000000000000000196d681f7a4053e2eab85a1be48750dd206eafc1dad19 2,297 1.00/1.00 vMB 20
782,679 782,679 000000000000000000059a1f285aa225f1bd34e41bdb9d4e872a3e98eba7d1cb 2,071 1.00/1.00 vMB 22
782,678 782,678 00000000000000000002be02c624e78fd64a6e7af5c92eda86d502faded22d4f 1,243 1.00/1.00 vMB 8
782,677 782,677 000000000000000000034a79f0c6e3cad9cc13c87882c0ce065abff06bad78c4 2,090 1.00/1.00 vMB 13
782,676 782,676 00000000000000000002aac2d01341ab967285ab1fd143ec99bae8d52d897b59 3,089 1.00/1.00 vMB 26
782,675 782,675 0000000000000000000076296c5239700b2546487b13008b7d1ef450e1ef48b4 3,097 1.00/1.00 vMB 26
782,674 782,674 000000000000000000004cfbf1240c29ec7d49f4f8c2fa925e0dcbfe2e1ec821 2,421 1.00/1.00 vMB 9
782,673 782,673 00000000000000000001425c25b67045bd2de78b88b86fd4f9ec3f761ac4c273 2,028 1.00/1.00 vMB 12
782,672 782,672 0000000000000000000107d1989575bc68d4ce12fb4479f1f02ca12069812ee2 2,642 1.00/1.00 vMB 26
782,671 782,671 0000000000000000000248bc3bfa78a9f22ad164730295e6fb477ac41f0a2a40 2,045 1.00/1.00 vMB 23
782,670 782,670 0000000000000000000077a0ecb90a34c6faa54914143c8cb35498ee0e62e2c5 2,865 1.00/1.00 vMB 18
782,669 782,669 0000000000000000000582dfd000a2324c4f8812f6da31447fdc5361a1da08f3 2,341 1.00/1.00 vMB 18
782,668 782,668 00000000000000000004e4a8a8cf3f5adc053bb7480fb0f3589d17db9bb29336 3,351 1.00/1.00 vMB 25
782,667 782,667 00000000000000000000a2a05e281ebe9e6e6a226015fa72b9c0680da3a0f485 288 1.00/1.00 vMB 5
782,666 782,666 000000000000000000059ed22f8915fa3b40a946eafd2f85d4d1986b6d4be9db 277 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.66 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: 673.02 GB
    • Received: 16.35 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.