Loading Tool

Explorer IconExplorer

Memory Pool

78,561 transactions
29.44 vMB
0.06745466 BTC
Random Selection Loading Transactions
Max Size: 176.94/200 MB

Candidate Block

Mining Attempt c7751ac0de1d7f198d6264bb70a5a6b62d6925c1955bcc59add9b2d44d03bd1d
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 217ac5d81cb39382eaa7efe6e25f3637a55ba8d38326449fb41c3de459f0a7a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,066
Size: 1.00 vMB
Total Fees: 0.00769924 BTC
Feerates: 50.25 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (728,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,947 186,947 0000000000000562f71dc037ae8b9f61bcda5ec83715f00422239d89a6eeb4d7 10 0.00/1.00 vMB 15
186,946 186,946 00000000000003423a53cb57bec99598951d0291fe7977748caacfbc69dd5a30 61 0.05/1.00 vMB 64
186,945 186,945 000000000000023baaa6ed90c096ba68bb24658bb0f15e600d3c6e6b4973734a 52 0.02/1.00 vMB 75
186,944 186,944 000000000000050f6267e166025551d6ddfccf2d29314aba36a51804cb19f57a 13 0.00/1.00 vMB 0
186,943 186,943 00000000000004b970e4b4c465e99f06ef3dbd5680b57d7dc5a6879ffa467e7e 232 0.12/1.00 vMB 153
186,942 186,942 0000000000000145bdea1118c23c90805d35f11f9d078a39793587125b204892 37 0.02/1.00 vMB 62
186,941 186,941 00000000000008b1c1cb3707bdf8fff02ab838855a2834a56ffeb79dd5299676 477 0.24/1.00 vMB 126
186,940 186,940 00000000000002064a60ddc07f7c0096284c628d82f6c1308941a5e9f5402c5b 85 0.03/1.00 vMB 30
186,939 186,939 00000000000008b45bcf8b0301f8147c0d3c0b3e66bfe25409aa9fe32c1914b4 157 0.09/1.00 vMB 115
186,938 186,938 000000000000041c3e7a8e0f8d8a8b0bdcf08392b2b5fa5e74ddc6be90fb10ce 10 0.00/1.00 vMB 0
186,937 186,937 00000000000002526015353b43a61a4fb4f4d47811250d1bccd44671a88cef12 2 0.00/1.00 vMB 0
186,936 186,936 00000000000003a973fa3ba811d197dff8b963bb0c2efebde8a8ea6016cf13fe 187 0.07/1.00 vMB 301
186,935 186,935 0000000000000552ee337e71b2b9fdaf38583dca0138fa94272282c726d37177 8 0.00/1.00 vMB 0
186,934 186,934 0000000000000058686846865f631e77cda8a5bc5633c8318ce1e8756c3330bb 367 0.21/1.00 vMB 114
186,933 186,933 00000000000001c6164858319cb2d8368cdf9cff4c38184ec076ae9a5850628f 83 0.02/1.00 vMB 4
186,932 186,932 000000000000034d8de2bdb67c81bf14d9f907d9cbd7d3a8ca506504e7bd817f 87 0.04/1.00 vMB 322
186,931 186,931 000000000000033394bdfaf2a7e22b06c4db09d6f176144931c73fa5bc517564 151 0.05/1.00 vMB 18
186,930 186,930 0000000000000984eb09acb5df43d2f61e0979d09bd81e8fb39d95df06f5a0bc 527 0.25/1.00 vMB 161
186,929 186,929 00000000000005639b743f6e558d22b0bd15166f56eec5234087f36fb45ef807 93 0.04/1.00 vMB 45
186,928 186,928 0000000000000019526ee93c19e5c805029e521b3caeed9cb3f46628ca1b75b4 173 0.09/1.00 vMB 169
186,927 186,927 000000000000061681ed7c89fd8f1bfb82c4d15f05dac18675d4e4af6beb2b53 181 0.07/1.00 vMB 157
Previous 10 blocks ↓
Total Size: 782.39 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.64 GB
    • Received: 15.02 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.