Loading Tool

Explorer IconExplorer

Memory Pool

40,033 transactions
27.18 vMB
0.05790184 BTC
Random Selection Loading Transactions
Max Size: 142.12/200 MB

Candidate Block

Mining Attempt 8b008293d8c2d3b5d33be78d8cb5811c4189f59a6d604f4a95672ccf76e5fe32
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root d43370be03999e8eb7d9d2995feed6515001ae5a83db1002b4ad3d357f57ecda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.00745868 BTC
Feerates: 69.10 > 0.75 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (104,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,772 810,772 00000000000000000001a2490fe10e55fadb18c9982457076c817d2c2b120f4d 1,356 1.00/1.00 vMB 12
810,771 810,771 0000000000000000000293339a6e0096cb1cdefd70f7ccdf87d61d74f4b4e518 3,590 1.00/1.00 vMB 19
810,770 810,770 0000000000000000000385f43cbc209965617b2461586812e9c884cba677f3d8 3,553 1.00/1.00 vMB 35
810,769 810,769 00000000000000000001a8f01bdeb31adfd98b97845388f5b9401ae13f36bba9 3,596 1.00/1.00 vMB 30
810,768 810,768 00000000000000000002bb621f707457eb4b58c5175bca7a5dcc721e4472edd4 2,462 1.00/1.00 vMB 19
810,767 810,767 00000000000000000002db1fed3a6effd788f701a2851e7764e37defc8f9c7bf 2,049 1.00/1.00 vMB 29
810,766 810,766 0000000000000000000309b2d17075dc0e073b9fb278c82ea3b7ed16ffffce0d 3,083 1.00/1.00 vMB 29
810,765 810,765 00000000000000000000fb654d8199a1fc240af3bbc1734458ed0d8aa90c55a0 3,078 1.00/1.00 vMB 20
810,764 810,764 00000000000000000004cd165ee9f93e68460c37173027e944838f306a63707a 3,227 1.00/1.00 vMB 18
810,763 810,763 00000000000000000004090783eb83951d6d9c91dd88f345cdbafd34da8d0cc4 2,528 1.00/1.00 vMB 21
810,762 810,762 000000000000000000000d070d5b4fb5c69ee6bae4bab65e7fe2167bc4651fca 2,689 1.00/1.00 vMB 23
810,761 810,761 00000000000000000003cd8c9919b1073bab32cee67bfb350c2b943add7ab9cc 3,658 1.00/1.00 vMB 33
810,760 810,760 00000000000000000002667c723b1a1f559ed920504ab692b664736ba55b374a 3,936 1.00/1.00 vMB 31
810,759 810,759 00000000000000000001347bbbee36a29f35fd6c5c1bac816674b856a0507512 3,271 1.00/1.00 vMB 25
810,758 810,758 0000000000000000000353ddac678fa45da12e54e68542c8ba06caf8c2c6c9d4 3,572 1.00/1.00 vMB 32
810,757 810,757 00000000000000000001e15e3c4b5bbaa6caa02ed475a45fc61e84a3a24a5dcf 2,431 1.00/1.00 vMB 26
810,756 810,756 0000000000000000000405addfd97a2703fe66effc9f1f6cfc605a26d7382eb1 3,459 1.00/1.00 vMB 28
810,755 810,755 00000000000000000004bf5be53a23efd5f2c7372dad07b10e53328325780dbd 1 0.00/1.00 vMB 0
810,754 810,754 00000000000000000000b7842cdf5e5c7e4d95ce853722f8023e0e9f8256e18c 1,671 1.00/1.00 vMB 13
810,753 810,753 00000000000000000002c97085d960385763ab3fc7f633f39f65e2ff0aef7c62 3,583 1.00/1.00 vMB 25
810,752 810,752 00000000000000000001be6ad82531117998b9000a058819adabd0866cfe2987 2,409 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.