Loading Tool

Explorer IconExplorer

Memory Pool

83,130 transactions
30.38 vMB
0.14633756 BTC
Random Selection Loading Transactions
Max Size: 183.61/200 MB

Candidate Block

Mining Attempt 7b5ed15722d90a7b057127aafd8fb4dc921c2f6d63d649bffe82c8209c20c75b
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root a6247e5ad7140fb14c3a63d50a95d942ee9b981d9dc58b3e31832989f9eaf94b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,746
Size: 1.00 vMB
Total Fees: 0.06117808 BTC
Feerates: 477.45 > 6.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (116,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,623 798,623 000000000000000000008a35f58ce8e36f7a6e44f29c1f81d48d8799fbd4e4dd 4,278 1.00/1.00 vMB 13
798,622 798,622 0000000000000000000433fdf47905a5ec8aae7110a8deab7c01a07ad7d464c7 4,046 1.00/1.00 vMB 6
798,621 798,621 000000000000000000028ee4169e47913a2e3ea917e748845b817a53d25efa70 1,793 1.00/1.00 vMB 10
798,620 798,620 00000000000000000001573ca805d31aeb50dbaf22e2b3b38027bda8ed5ae673 2,997 1.00/1.00 vMB 18
798,619 798,619 000000000000000000018684fc1ef76eb0ad5323cb8132257689267007fa64d4 2,791 1.00/1.00 vMB 21
798,618 798,618 00000000000000000000a6ea39b70ba3ceb24a8cb18e66e5b3f8fca775d507ac 3,429 1.00/1.00 vMB 11
798,617 798,617 00000000000000000001c4d6a44414c28bfb2b8deb80b2d09163074b2142fb98 4,903 1.00/1.00 vMB 7
798,616 798,616 00000000000000000003a9215d8b4c02e5140cdf8c7cedc1bb99239dc724cbda 3,674 1.00/1.00 vMB 14
798,615 798,615 00000000000000000003a8c2a8e6e63632cea7740adebe95e4a4a8d719931f06 1,889 1.00/1.00 vMB 15
798,614 798,614 00000000000000000001036ce4422acab26ad0fe5f736926d2d1bc329143cc36 2,787 1.00/1.00 vMB 27
798,613 798,613 00000000000000000000de95aef29dcedabfc3b361deebbe785b23e253354fb9 2,669 1.00/1.00 vMB 7
798,612 798,612 00000000000000000001bdda56cf71a2bdd110d357d1111b98291c281caa249f 5,337 1.00/1.00 vMB 7
798,611 798,611 00000000000000000001c425d94a3fa99db5c0c71bb3d4db11531c4fb32bc002 3,456 1.00/1.00 vMB 5
798,610 798,610 000000000000000000045a144296e93f44666570f6fe80e6ad69fa34ec34e06a 5,404 1.00/1.00 vMB 7
798,609 798,609 00000000000000000003039361e87857902a83a68992bc46cbeb1c6bbb0fa6d4 2,950 1.00/1.00 vMB 19
798,608 798,608 00000000000000000004f795b991ceec812f7af7a346b2a56d43334dce644ed1 1,250 1.00/1.00 vMB 13
798,607 798,607 00000000000000000004f3a9e62d9f64a102bd84aac424a778a96da369ae6c81 2,642 1.00/1.00 vMB 10
798,606 798,606 0000000000000000000325d2a05c5194db030f8651b5ba8638056e69b9354a1d 4,949 1.00/1.00 vMB 10
798,605 798,605 0000000000000000000363f3fe3f732b43e450f766261e428574c0fe08707487 4,288 1.00/1.00 vMB 10
798,604 798,604 00000000000000000003126fa77f2fa398e01a4df2c87cde9bd50f9fd13d9664 2,416 1.00/1.00 vMB 15
798,603 798,603 00000000000000000003b7d73632af103bac2e8010a44b912710b0d9ca990175 2,319 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.19 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.