Loading Tool

Explorer IconExplorer

Memory Pool

74,755 transactions
29.47 vMB
0.08163734 BTC
Random Selection Loading Transactions
Max Size: 177.12/200 MB

Candidate Block

Mining Attempt 9fc1aa6a0f219df07e08e2fa66f60cff7ee17fe7829e1cbcf8f285c47aed7e1f
Version 20000000
Previous Block 0000000000000000000115b51ba7335de0a726fb6da2e48e87efe4db32d52752
Merkle Root 007c170120430e79e464c521ba3f6c794e6ceef2b5566f43b8abd73cba2d2652
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,782
Size: 1.00 vMB
Total Fees: 0.01458714 BTC
Feerates: 61.00 > 1.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,447 (18,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
896,991 896,991 000000000000000000020fcfb455ce27de220c60e1e702f10f48694dc1faf496 3,742 1.00/1.00 vMB 32
896,990 896,990 00000000000000000001e723c056de14ec03b5525030f3cae08d8aeab4382bda 3,574 1.00/1.00 vMB 27
896,989 896,989 000000000000000000010b6183026afd9a2f40ab2e9ee05006d31e4c2668fbc4 3,437 1.00/1.00 vMB 32
896,988 896,988 000000000000000000011ebb2fb64de2e49e5551bda9232f6a1c72eba6e1872e 3,533 1.00/1.00 vMB 29
896,987 896,987 00000000000000000000a1717d19d2c42681ec43504fbc41970cd9f1c4a124dd 3,613 1.00/1.00 vMB 20
896,986 896,986 00000000000000000001d0677e783944c685e1052d01153267171245bee0f82e 3,645 1.00/1.00 vMB 18
896,985 896,985 000000000000000000000f88448850395e81a8ee8826c5612f1c23040029387a 3,703 1.00/1.00 vMB 14
896,984 896,984 00000000000000000000c749ac67409b7f3f8e707a76ab5cafa9cc41cdeeca0d 3,608 1.00/1.00 vMB 14
896,983 896,983 000000000000000000023501b1834bf01c55a2aa5f1a54db5f22fa25714e1688 3,302 1.00/1.00 vMB 9
896,982 896,982 000000000000000000009edad7b184389b6a35fc544a94c28439185c1dd4bdfa 3,532 1.00/1.00 vMB 7
896,981 896,981 0000000000000000000085ab1caa6920fd5b64131b02e717dc9f642122c3a604 3,347 1.00/1.00 vMB 6
896,980 896,980 000000000000000000025b8acf855b84e237b3a6b9cbb0fc109a93b8c60e5f84 3,611 1.00/1.00 vMB 9
896,979 896,979 00000000000000000002514a1ab639f830fd3c5ead7ae707a120302f84cc17cc 3,366 1.00/1.00 vMB 5
896,978 896,978 000000000000000000024bcce4e26adb8f625c9dd9393a668f17af296ad12d98 2,584 1.00/1.00 vMB 6
896,977 896,977 000000000000000000009b799d8aaeefb1d231cd25090bb9a0f483d4b23e9e7c 2,252 1.00/1.00 vMB 5
896,976 896,976 00000000000000000001bcdda173f2e5a73984cc4c2f9f69a9ce1af8bcc9e140 1,557 1.00/1.00 vMB 4
896,975 896,975 0000000000000000000165f05e1073163b9d7954d41c36e940a271bb78a02af4 1,521 1.00/1.00 vMB 3
896,974 896,974 000000000000000000023a024f72dcf7b06b7f171087d638517a06f103dd1d89 732 1.00/1.00 vMB 3
896,973 896,973 00000000000000000000bfe21d4747da19c7d911b6a7f417056ff835a16d2d75 3,305 1.00/1.00 vMB 4
896,972 896,972 00000000000000000000327c7ab6a365f54e9f09a4dd2169a197a6ef70625845 3,625 1.00/1.00 vMB 6
896,971 896,971 000000000000000000015dbe7538737ae85efe1eb2ad86e525a43cb52964d7b0 3,712 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.17 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: 749.57 GB
    • Received: 18.82 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.