Loading Tool

Explorer IconExplorer

Memory Pool

34,394 transactions
25.39 vMB
0.06927705 BTC
Random Selection Loading Transactions
Max Size: 129.43/200 MB

Candidate Block

Mining Attempt b5b8e2329834f2b977e04fe2caed60e3d6579912e432da1d56fcf2aeea7968c7
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 47a44aecc0868d7cd9514a5162bc4e8704819f012b4e9090bc3a13fff400d36f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,251
Size: 1.00 vMB
Total Fees: 0.02343021 BTC
Feerates: 101.67 > 2.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (47,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,968 866,968 0000000000000000000022a1c3e32b6f59682a3fa218745e2602a8d95ba03f6b 6,395 1.00/1.00 vMB 21
866,967 866,967 00000000000000000000b67a9838013c838e9dfc885776235f5948cc4d2aa8ac 5,858 1.00/1.00 vMB 23
866,966 866,966 00000000000000000000b4fb6379192e243cd4d443aeecad13dec8b292c5b411 5,127 1.00/1.00 vMB 24
866,965 866,965 000000000000000000002dbeaff97766ad7423e60b5eb47add0dc19169dabc1d 5,860 1.00/1.00 vMB 21
866,964 866,964 00000000000000000002793f69da586fc6ff09caccd1411982e70b33831c1d87 5,844 1.00/1.00 vMB 23
866,963 866,963 00000000000000000001b51851d79a1d9048fc071dda460ee5f0ba9795fa9c76 5,669 1.00/1.00 vMB 25
866,962 866,962 000000000000000000015f8033f6c3ce349c5b04f40485dbea00cb1789256948 6,731 1.00/1.00 vMB 18
866,961 866,961 00000000000000000000a23d52cdd1d070f06e43227feea38b7ed1bbb7354406 5,087 1.00/1.00 vMB 17
866,960 866,960 000000000000000000008a67376d391e1b99fe6a4b4a394acfd8f56dbf699d62 5,709 1.00/1.00 vMB 16
866,959 866,959 0000000000000000000019c9f19f3ce028334db697ae4e776a0fe44f4490b5f5 6,663 1.00/1.00 vMB 19
866,958 866,958 00000000000000000001db473b0b61f51f4b3c2ae33889cd25e7890cb93506a9 6,835 1.00/1.00 vMB 19
866,957 866,957 00000000000000000001efa5355b622b92ddc18ed7cf756d90a4b8b2a73901b0 5,999 1.00/1.00 vMB 22
866,956 866,956 0000000000000000000021e52e2c74ae30bb7a97ace6bff82840df18e385b33d 6,137 1.00/1.00 vMB 25
866,955 866,955 0000000000000000000159ca3c08c5c73a7e4b72e387b010c2c1899e0b0df381 7,049 1.00/1.00 vMB 18
866,954 866,954 00000000000000000000cd6f99f9f4698d72e59c554bd570c3051a2617a2440e 5,901 1.00/1.00 vMB 22
866,953 866,953 000000000000000000001e5b24cb24b1e7ad94939ecb43a8d8d0f86c34586f6d 6,263 1.00/1.00 vMB 21
866,952 866,952 0000000000000000000033879a11d310ca2f0dfc34158077c2df1b22d14283a4 6,017 1.00/1.00 vMB 21
866,951 866,951 0000000000000000000112a773c73267ee07a8f7d4f8a35059ed0134530b8a66 5,947 1.00/1.00 vMB 23
866,950 866,950 00000000000000000002b359e55a5d53e323f442a23f435bb7be2646dbb7ad99 6,499 1.00/1.00 vMB 22
866,949 866,949 00000000000000000001d0aff5f685f5d874ff193318ea8e448c4d24a48cd947 5,099 1.00/1.00 vMB 27
866,948 866,948 000000000000000000023d9833063570f9dc3846130fc5d3618adb20985f7eaa 4,868 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.