Loading Tool

Explorer IconExplorer

Memory Pool

80,537 transactions
29.90 vMB
0.08180596 BTC
Random Selection Loading Transactions
Max Size: 179.95/200 MB

Candidate Block

Mining Attempt 4c3278935b1b6c304ed232d713a3e9ab353a54dcef68e54b6b24afc3848d60be
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root f112185f1c03d1a34b7859f75649b8603d79eeec7e8f5323adb69d32401234d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,064
Size: 1.00 vMB
Total Fees: 0.02073175 BTC
Feerates: 397.50 > 2.08 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (233,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,916 681,916 0000000000000000000a6d700ca2a19426bdd9567ea3cf05cd8ab3e7e1a61a12 1,914 1.00/1.00 vMB 48
681,915 681,915 000000000000000000028e9a99f7bfc1a03245a55f4d5326cd95483c4d50bec1 2,377 1.00/1.00 vMB 41
681,914 681,914 000000000000000000083d1c0f114cc0d6f57f79ec2cf4371bc1f95e1f4d3972 2,275 1.00/1.00 vMB 69
681,913 681,913 0000000000000000000d8601a178cd626bf1a59772f01864cc42e621914a0ee0 2,023 1.00/1.00 vMB 48
681,912 681,912 00000000000000000000e53e287ff6559daefb3e436ae58a48eb0e71e87310ea 1,796 1.00/1.00 vMB 80
681,911 681,911 00000000000000000001124bd6fa40cb762029393627dfa3ab4d19a2963dd96c 979 1.00/1.00 vMB 88
681,910 681,910 000000000000000000029e59bf49d342fc6e4a105a9e1ac9d663d21087ecb0b3 2,855 1.00/1.00 vMB 79
681,909 681,909 0000000000000000000b1c77241c6a7d1a3da81d25980ad0bb7f7254eb9b47c8 2,677 1.00/1.00 vMB 96
681,908 681,908 00000000000000000006eb56b96034c1cfae6b3716a2360541c5ff94b574de65 2,732 1.00/1.00 vMB 81
681,907 681,907 00000000000000000006abba8bb4412384f5ae45f23f02a1ff816a05a31b2709 1,828 1.00/1.00 vMB 93
681,906 681,906 00000000000000000000a059059058de5d8756daf1082d0eda05b193873073e8 2,938 1.00/1.00 vMB 116
681,905 681,905 00000000000000000007315a2fdb7a3ebe13b88b06018a5a5ee8a49b05f2feee 2,646 1.00/1.00 vMB 124
681,904 681,904 0000000000000000000b81114aff41dd6d142f970be8802a79e98366d3e88d09 2,393 1.00/1.00 vMB 87
681,903 681,903 0000000000000000000004ff88fef57542de6020edab5058be2094ef49f79dc2 1,203 1.00/1.00 vMB 87
681,902 681,902 0000000000000000000c2b3a80fbfbff84979cc93aabc197ae7aaa44125f9a4b 1,037 1.00/1.00 vMB 93
681,901 681,901 00000000000000000000fb33f161981aa3e223b79c2d85887264f360e154dc19 2,271 1.00/1.00 vMB 130
681,900 681,900 000000000000000000017b91046f133792f40be4691b75482f5645e74db04bc0 1,233 1.00/1.00 vMB 92
681,899 681,899 0000000000000000000c174b03714668052ca14887ba5b92d474b92792f1d13c 2,016 1.00/1.00 vMB 28
681,898 681,898 0000000000000000000d4005c690a428ac631da35e46a100fad4afaa6636699f 2,095 1.00/1.00 vMB 60
681,897 681,897 0000000000000000000d13edef3bc0fc430d2850e81b6adf50fe4c30319557ae 2,916 1.00/1.00 vMB 127
681,896 681,896 00000000000000000003828302c6ca30275f680e9b3c4faf34d9dfa1e132c0aa 2,500 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.38 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: 664.38 GB
    • Received: 14.96 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.