Loading Tool

Explorer IconExplorer

Memory Pool

82,030 transactions
30.09 vMB
0.13230818 BTC
Random Selection Loading Transactions
Max Size: 181.80/200 MB

Candidate Block

Mining Attempt 7d21a3363ae8c3bbaaf20a2f24ab9bc4f334d033fbb4ff04466e50b1791de2fd
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 4693971aad2412057aaf50270f46c4fa96210f02b74e12b401f80101a2fc819a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,207
Size: 1.00 vMB
Total Fees: 0.05493253 BTC
Feerates: 477.45 > 5.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (356,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,922 558,922 0000000000000000000ed2ec1cc941dbeef03e7982b78cf8f925c166804c940b 2,993 1.00/1.00 vMB 28
558,921 558,921 0000000000000000000b16821d4c37bc54188502342fac4dc8d561ae5fe12547 793 1.00/1.00 vMB 7
558,920 558,920 00000000000000000002ecdf9ef568f52d6b747c8a8b33b83dc96ffbf3e7a327 2,439 1.00/1.00 vMB 12
558,919 558,919 00000000000000000021147d306a80bdcccb5bc5943008266724cdd423ca5e41 2,894 1.00/1.00 vMB 27
558,918 558,918 000000000000000000143395922d5b45e4754a0377f6a933565bba3a8f5a2641 3,048 1.00/1.00 vMB 32
558,917 558,917 0000000000000000001e61846c981738a83b7a5e0c8988160c6c926d08f73683 2,728 1.00/1.00 vMB 17
558,916 558,916 0000000000000000000fad6e2008c3a3cc9ab7cd832a8eaea7973ec8438d6cfd 2,919 1.00/1.00 vMB 16
558,915 558,915 000000000000000000182fd132971e54ede9f15ddf07ab5e80551e2cafe72e79 3,431 1.00/1.00 vMB 37
558,914 558,914 0000000000000000001a86210bc8d2e96c56ac8dae53dd8efd72ee8a3638897c 2,666 1.00/1.00 vMB 19
558,913 558,913 0000000000000000000da8876e10fc22af6820d4e31c73c3e06b001372e6e365 2,663 1.00/1.00 vMB 22
558,912 558,912 0000000000000000000bef30e7d2e0c8228a16d4602d7e555a2260bb73b37091 1,740 1.00/1.00 vMB 33
558,911 558,911 0000000000000000000680fd4858d5fbcba1cd49af12cd930363819a85c63adb 2,883 1.00/1.00 vMB 45
558,910 558,910 00000000000000000028a880573aab75cb0d772386153dd0385b1e6b27af2a75 2,034 1.00/1.00 vMB 21
558,909 558,909 00000000000000000028c91351e5732671260739a2cbd7af2258e680fddb849a 2,911 1.00/1.00 vMB 15
558,908 558,908 000000000000000000211827b535ad9470d4c16b8b07ce6fc42e9d6eec51528e 2,146 1.00/1.00 vMB 28
558,907 558,907 000000000000000000060144d797d71461157b1997be7182861abff009fcb305 1,607 1.00/1.00 vMB 65
558,906 558,906 00000000000000000000c785eaac6632a94342ea346c7b3af6eaed5d90f9ec86 1,300 1.00/1.00 vMB 83
558,905 558,905 0000000000000000000f8eec736522fe8b010ad510d4b9c6410847d18f484302 1,341 0.62/1.00 vMB 4
558,904 558,904 00000000000000000005285f8dd29e3393a3b92b03f050b367cb5609f147fe38 2,445 1.00/1.00 vMB 28
558,903 558,903 000000000000000000067165d34bcaf7df7b901e153d61d0ec818a2c5e6af8ce 2,338 1.00/1.00 vMB 8
558,902 558,902 00000000000000000018e3a86b64b7d0b8baa35b373367329a51bcaa7e7d4b75 2,127 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.