Loading Tool

Explorer IconExplorer

Memory Pool

40,612 transactions
28.31 vMB
0.13863715 BTC
Random Selection Loading Transactions
Max Size: 144.62/200 MB

Candidate Block

Mining Attempt 849f5be13d6cc74aca6e9decc41e1046431ed5d12da7253db92afa0b22b3700a
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root f4554a8c55d4017ff516f121aeaec7402137bd2bbf6ddfccce21e32a222690c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,771
Size: 1.00 vMB
Total Fees: 0.08402631 BTC
Feerates: 102.90 > 8.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (328,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,622 586,622 00000000000000000013d958d931efa3fa0fe4e936117e775ccb0a2da23f6d49 3,443 1.00/1.00 vMB 58
586,621 586,621 000000000000000000052a92a3efde8d5ec1b12b675cd50c36a25c289a1c12ff 3,046 1.00/1.00 vMB 80
586,620 586,620 00000000000000000015ce5f71862d564ef3cec0db3e6606ff5c26a03fd80912 2,868 1.00/1.00 vMB 20
586,619 586,619 000000000000000000029c6554c852da3887ee88234f4264c85c114b743e5a85 2,061 1.00/1.00 vMB 8
586,618 586,618 000000000000000000024b3e38133bdd2b9d5d03d8ccd1c6b3aef2717d7f5e92 2,980 1.00/1.00 vMB 53
586,617 586,617 0000000000000000000f94762beaf50dc90d3dfcf7f42a807ab58fbc23f96e10 3,118 1.00/1.00 vMB 26
586,616 586,616 0000000000000000001b78df4b3386951c65a16d8565451cbed63c6cd7e0bef9 3,168 1.00/1.00 vMB 66
586,615 586,615 0000000000000000001cf2082eb568761b18c6728925a36074f3a4ad64c167eb 3,116 1.00/1.00 vMB 40
586,614 586,614 00000000000000000012c826b58fa3bb78342f47b58a8c5fce79bd6cc827e64f 2,930 1.00/1.00 vMB 61
586,613 586,613 0000000000000000000beb5a52cfb656f5f755f378ca678ce59a155f9fafec29 3,418 1.00/1.00 vMB 56
586,612 586,612 0000000000000000001e2ed208b66fb33fa348e0322711f42d716f975ed6a6b3 3,190 1.00/1.00 vMB 63
586,611 586,611 0000000000000000000fdad673194e2375812ca1fa9a3350424926dacc34011e 2,586 1.00/1.00 vMB 28
586,610 586,610 000000000000000000181de1560909de85dcf51c39edc9890f6e717a513bc5a0 2,410 1.00/1.00 vMB 36
586,609 586,609 000000000000000000009cdff149b8468857be36ad93e3f88a90daa09cd07183 3,139 1.00/1.00 vMB 69
586,608 586,608 00000000000000000006aa88e3118a6bf1bea6e2641b61afdb7e24db0096da8a 2,246 1.00/1.00 vMB 47
586,607 586,607 000000000000000000159e0e614869716417d2939544e9fa8a0d1dd72bd17792 3,161 1.00/1.00 vMB 65
586,606 586,606 000000000000000000065e1492a0b10a7212e1ac7424c6531bec35107eaf24ee 2,115 1.00/1.00 vMB 2
586,605 586,605 00000000000000000006e75cc609eb509d6002c0e6ccb669ef0512976b2d5a63 1,857 1.00/1.00 vMB 34
586,604 586,604 0000000000000000000a373081d404ba38d1d199be02bb64fdf0c47b5c1832e4 2,491 1.00/1.00 vMB 22
586,603 586,603 00000000000000000019430fe5494374756475ac8046f7061d03dda3a672b555 2,716 1.00/1.00 vMB 27
586,602 586,602 0000000000000000000a4b18153efb85e03e19e87bce025965c59f80eb160c5c 2,205 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.