Loading Tool

Explorer IconExplorer

Memory Pool

41,591 transactions
26.05 vMB
0.05106366 BTC
Random Selection Loading Transactions
Max Size: 136.49/200 MB

Candidate Block

Mining Attempt b14a59e9ab6784b71197865b807d3b05653ec1e9518771a85be2039eae0d5cdb
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 722c558b338ee927704550a87e178a1f92a55f182eaa8a0c32dd7eb05443ab77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,731
Size: 1.00 vMB
Total Fees: 0.00369281 BTC
Feerates: 18.26 > 0.37 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (248,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,980 665,980 000000000000000000011c15e741b5398de0c9b2e9785a18a2169a3170550214 1,727 1.00/1.00 vMB 85
665,979 665,979 0000000000000000000764e671c6c3e7120a291917be23021f6c9ee03f1992bc 2,000 1.00/1.00 vMB 48
665,978 665,978 000000000000000000042682d29f4bfb26eab31c90bfbf33079b4bb43848400a 2,368 1.00/1.00 vMB 64
665,977 665,977 0000000000000000000537f15de9c96fc04dfec2fb9f611591b892f1add4782d 2,014 1.00/1.00 vMB 60
665,976 665,976 0000000000000000000a17f79227414f87a181adea076361bfc5dee343e4d825 1,461 1.00/1.00 vMB 36
665,975 665,975 00000000000000000009bdeaf3cf28b2e8fff6a041ca6e3b577e123e34d5ac5b 1,589 1.00/1.00 vMB 117
665,974 665,974 00000000000000000005a2be890caaeb8cd894d2dba62c18a87722a5da9290c7 2,056 1.00/1.00 vMB 54
665,973 665,973 0000000000000000000b0ef4c9689c3f30a3c5a5ec313723c23ce8aec40ec15d 2,724 1.00/1.00 vMB 71
665,972 665,972 0000000000000000000924ea9474ddd8a5600c26a5f0969091dfb30b129e377a 1,625 1.00/1.00 vMB 45
665,971 665,971 00000000000000000008f6a27874ba1731a05c1e644e6277f6e24ea4d46265a6 1,905 1.00/1.00 vMB 67
665,970 665,970 00000000000000000002bfe78d5c0c0acc2bd6d2055f04dcaafb3e412b8f7107 2,149 1.00/1.00 vMB 76
665,969 665,969 00000000000000000003e48ce3df4e4d6c8a8902d3e446c554298e7abb7104bc 1,944 1.00/1.00 vMB 40
665,968 665,968 0000000000000000000a31ba36eba10edb51b8d735aea9d33708b84885074164 1,918 1.00/1.00 vMB 36
665,967 665,967 0000000000000000000506ea5472aa657a4779efe44c78ad5cd868a20952037f 2,034 1.00/1.00 vMB 52
665,966 665,966 0000000000000000000c8641493fd3ddacad3182d7badc6f7e29a2bc059b151b 1,791 1.00/1.00 vMB 35
665,965 665,965 0000000000000000000d57287269cdd15a7d62b02a304dcf74a10397f78a6934 1,898 1.00/1.00 vMB 41
665,964 665,964 0000000000000000000650e2d75be79629c4be2194febb656133e12a526e8039 1,586 1.00/1.00 vMB 68
665,963 665,963 0000000000000000000a819085d57a4930f047b6c007a96aa8d42476436fd8b5 1,848 1.00/1.00 vMB 35
665,962 665,962 0000000000000000000b1ce01a82b83e2a713d5c8b4a7c857e5cfdd5ee890cc7 1,731 1.00/1.00 vMB 52
665,961 665,961 000000000000000000006177fc313551d6ea65ee8d7a07c91863c4b5e85351b3 1,338 1.00/1.00 vMB 50
665,960 665,960 0000000000000000000d59ee2d08ebc3bc96610a1b02eeecd78f51ac226ff4f9 2,533 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.