Loading Tool

Explorer IconExplorer

Memory Pool

76,829 transactions
28.76 vMB
0.06855432 BTC
Random Selection Loading Transactions
Max Size: 174.21/200 MB

Candidate Block

Mining Attempt 20fb970ffef1e44a04f9155a8896fafbaee6200681bc0858a3947866936e2050
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 72ff9f97b3ba525709d65d7bc69ab09e0fc25c4df5564d4ed22363141d9cc2cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,540
Size: 1.00 vMB
Total Fees: 0.00879434 BTC
Feerates: 50.27 > 0.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (348,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,652 566,652 00000000000000000009380c257493e77e67b4e7bbc4aadb210f646ac79816f8 1,986 0.90/1.00 vMB 10
566,651 566,651 00000000000000000019991cca18d43c120cbbb39ae9dfd756313383bbf22b50 2,954 1.00/1.00 vMB 22
566,650 566,650 00000000000000000009201b089474a2978b7b1df36a7d85bd0759c4433f4a04 3,068 1.00/1.00 vMB 33
566,649 566,649 0000000000000000002480df5e70a36160ad3cffe698c59fa121483100ae3aa4 1,376 0.94/1.00 vMB 10
566,648 566,648 00000000000000000018fd068ac636d6d204c8208a0f9b6f8231dcd3b7bc1bd5 1,331 1.00/1.00 vMB 7
566,647 566,647 0000000000000000000e7e4bc5c53673f1c71b59f36f964a287617cc4117ee61 3,061 1.00/1.00 vMB 23
566,646 566,646 0000000000000000000fd8e1b732caead745bd0ceb79d9f636cf2cc5f9c0d9c0 1,293 1.00/1.00 vMB 10
566,645 566,645 0000000000000000002ddd47813d649ec53459f153f7e6d6a2eafa661d1c7ce2 2,306 1.00/1.00 vMB 18
566,644 566,644 00000000000000000013389255e6db77c2037371f695c5130040a88b26e2cf03 2,276 1.00/1.00 vMB 9
566,643 566,643 000000000000000000192ede5a4a0fb171f0d47a7be9348a6e92ff9af9df3bd5 3,074 1.00/1.00 vMB 16
566,642 566,642 0000000000000000001c0689235c359eac48b982830223e66ae5a71faf44a03e 2,198 1.00/1.00 vMB 39
566,641 566,641 000000000000000000157d885b0f33bb7c2426de09c40a9317a2aafb441fbd4d 2,276 1.00/1.00 vMB 11
566,640 566,640 0000000000000000000a1693166d1348c2f362a2367ecdcd233410f061118573 1,249 1.00/1.00 vMB 13
566,639 566,639 00000000000000000008077b8601d125a8281f9de489aeced2c69622ff4141d6 2,510 1.00/1.00 vMB 16
566,638 566,638 000000000000000000018808d37256e0d35aa985a790e991d8c7f932df1a468a 3,467 1.00/1.00 vMB 26
566,637 566,637 0000000000000000001885aa7e8c900b701e3e9ef012680107a6e67c481d9231 2,784 1.00/1.00 vMB 34
566,636 566,636 00000000000000000011d8375ff00b2451fc95a33b22a46e5b46e2e484de2db6 2,518 1.00/1.00 vMB 39
566,635 566,635 000000000000000000122ba805af963ecbde3bceb7e864d60feb3325403a441f 2,826 1.00/1.00 vMB 18
566,634 566,634 0000000000000000001da361c1a41a0911b9473de8896b50a0ae29915f694b3e 2,802 1.00/1.00 vMB 19
566,633 566,633 0000000000000000001e5a233604d5fbc6d46a32f9d316ff7ca7fda933bf0fb8 1,935 1.00/1.00 vMB 26
566,632 566,632 0000000000000000000311917565a3070e1eb0da425f100de104d5729c6d3ea3 2,042 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.