Loading Tool

Explorer IconExplorer

Memory Pool

73,921 transactions
28.52 vMB
0.07168759 BTC
Random Selection Loading Transactions
Max Size: 169.02/200 MB

Candidate Block

Mining Attempt 76aef3243615160bc9f584381bb10df9c2e4d31373e65c38b5d51307a5a34d2a
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root c20d6d0e6a8c548cee3d2263f3f51f3133eef951ff8aa7b3334fb856589276cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.01448981 BTC
Feerates: 250.89 > 1.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (351,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,834 563,834 0000000000000000001fb351cf6ff9357585f3357488e37bd34c367f2310aeab 2,426 1.00/1.00 vMB 43
563,833 563,833 00000000000000000027056296db24bcd129423a29afbec9c970a4b26a2dc0b5 2,620 1.00/1.00 vMB 24
563,832 563,832 0000000000000000002ac198eacc0f397262fdcf638a035b75ea4b3a2eca1af0 2,885 1.00/1.00 vMB 7
563,831 563,831 0000000000000000000553ece14f980f38e3f912c05cf3206b885f8dc4f6465f 2,194 1.00/1.00 vMB 18
563,830 563,830 00000000000000000021a70a49d509acda5d726ea533f388ab34b5d4bd3f77d0 1,298 1.00/1.00 vMB 38
563,829 563,829 0000000000000000001d93e48fcafbf27e315e6b24af4250b2f831df0ef9a97e 2,150 1.00/1.00 vMB 24
563,828 563,828 00000000000000000010b0fd5fd5741b2460f99d9604a6fa31348984ead2615a 2,216 1.00/1.00 vMB 34
563,827 563,827 00000000000000000019c6dea284710c5b68e0ad3ef37500bdde1e65ae50c125 2,173 1.00/1.00 vMB 39
563,826 563,826 0000000000000000000f3bec02ff222f4a49905bae5b9cc55ca050712fd73a72 2,753 1.00/1.00 vMB 44
563,825 563,825 0000000000000000001da0d803032922d8e31dbb286e9f7e056e2e3e8ccdea86 2,200 1.00/1.00 vMB 4
563,824 563,824 0000000000000000002d4f64aa875005fb8459fb5df7ef7330ce1ea3795ed366 2,605 1.00/1.00 vMB 14
563,823 563,823 000000000000000000172964a97ccaaebde578bd19abc6d77afb2ca282a79300 1,956 1.00/1.00 vMB 27
563,822 563,822 00000000000000000024e839bbd4045dd935a82c985f16337d5857549600a37d 1,854 1.00/1.00 vMB 8
563,821 563,821 000000000000000000100fafbf846b916a81250261fa4c15443423a29df030ad 2,712 1.00/1.00 vMB 22
563,820 563,820 0000000000000000000ac0fa50e2174549be53772441cd7ecc4a42d3e90ff4f2 1,947 1.00/1.00 vMB 4
563,819 563,819 00000000000000000018eddc855aab7a9cedda2cb74f1acd08a1276f04a7f8b1 2,120 1.00/1.00 vMB 7
563,818 563,818 0000000000000000001c3bdb05b5c7957bbb9f63fef16c0405b10136146e1d8d 1,788 1.00/1.00 vMB 13
563,817 563,817 0000000000000000002109c3209ef1239e427fdba6549541175b23af45176dad 1,779 1.00/1.00 vMB 13
563,816 563,816 000000000000000000094a15ecc0c2d6d83894544133ff6c46a836b04c975e5c 2,539 1.00/1.00 vMB 9
563,815 563,815 00000000000000000014fe27ce863940a3675435764d750566ceea052a19b457 1,903 1.00/1.00 vMB 11
563,814 563,814 000000000000000000109088af48506ed658ca854245b72860c8d7b33a8bd247 2,175 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.