Loading Tool

Explorer IconExplorer

Memory Pool

78,239 transactions
29.42 vMB
0.07560664 BTC
Random Selection Loading Transactions
Max Size: 177.74/200 MB

Candidate Block

Mining Attempt 1d52db439878fbecb8e245c44d0ed86e150aa0a29812cfb832d5c8bbe1536cb1
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root c847c3a3e1c6ae9bc33dec473a9a4cb2179ac882b696f99922f4ac4cd16cb511
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,190
Size: 1.00 vMB
Total Fees: 0.01219158 BTC
Feerates: 15.32 > 1.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (318,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,708 596,708 0000000000000000000d235a588fb3fd9edf7ccad3c57bd145e536e0093db064 2,173 1.00/1.00 vMB 4
596,707 596,707 00000000000000000015d8e38dc887ae684d6e0c189a1e89de1d272593b71b2a 1,471 1.00/1.00 vMB 16
596,706 596,706 000000000000000000068c4cd9d0963c963776364785371adf1784e5578bd57c 2,525 1.00/1.00 vMB 21
596,705 596,705 00000000000000000010c0346cadd6449e2294e9f1f37bed0b2dce8e73eb21cb 3,046 1.00/1.00 vMB 34
596,704 596,704 0000000000000000000f68055dbd503c57376629abadf8b08a2f4ad2fd7c7814 1,073 1.00/1.00 vMB 8
596,703 596,703 00000000000000000010a24e6a752ee12efe02dfe839c05d1c263e4a44fb570e 2,783 1.00/1.00 vMB 24
596,702 596,702 000000000000000000015f34c10de0005a37a42be08a4b40452044cdeda48aa7 2,914 1.00/1.00 vMB 15
596,701 596,701 00000000000000000014da2f52a0dd324321e3e37cade0d79b99929afa0d9030 2,741 1.00/1.00 vMB 38
596,700 596,700 00000000000000000013f5b87fe6782f300c2da8d34675e08cb568435a72794c 2,756 1.00/1.00 vMB 36
596,699 596,699 000000000000000000014074dfe4eaa307bf0924870f0fb2dd49ffa839861f54 2,271 1.00/1.00 vMB 15
596,698 596,698 000000000000000000084da773faa93fb25c0bbbed026b9c7d51172473b813c6 3,122 1.00/1.00 vMB 39
596,697 596,697 00000000000000000011404d817d448d27ae9e31fbf35ef227a6d96b819c25b8 2,770 1.00/1.00 vMB 22
596,696 596,696 0000000000000000000148a0d269d9b09cb6acea9c674c7bcd5a122738f64a38 2,153 1.00/1.00 vMB 18
596,695 596,695 000000000000000000074d4a883560aeb7825cd292e5177b4df1bee6e4d8268f 2,622 1.00/1.00 vMB 18
596,694 596,694 0000000000000000000750a7baccdb9c8808dbd2099c87ff4b4677220e18dfde 2,292 1.00/1.00 vMB 28
596,693 596,693 0000000000000000000a0ce6c31ae2972cc26cedde641dbbe1cddde945948598 2,793 1.00/1.00 vMB 42
596,692 596,692 0000000000000000000ef55c00b7f8d8fb9ffd120f9db20cf7971f3edad8d97a 2,486 1.00/1.00 vMB 33
596,691 596,691 00000000000000000008e8dad074eda0906c46117d14141b0e83142a1660447d 2,458 1.00/1.00 vMB 30
596,690 596,690 000000000000000000163103880f439d241411eab038614ba6bc476a3013c89c 2,525 1.00/1.00 vMB 33
596,689 596,689 00000000000000000004a24faa9b3b3a92acfc4f57b7e30a35d2663bd1310d68 2,459 1.00/1.00 vMB 35
596,688 596,688 00000000000000000007eac249e3fed5b2d73021877d85d9bb5250d77d318406 1,013 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.64 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.40 GB
    • Received: 16.23 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.