Loading Tool

Explorer IconExplorer

Memory Pool

45,459 transactions
28.96 vMB
0.13566377 BTC
Random Selection Loading Transactions
Max Size: 150.87/200 MB

Candidate Block

Mining Attempt 0a83b3267932a253cf2667c10889ee5a46b3181afde7eafda954f862fa7dadfb
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root cd8091a1ac90adf8be50d5bfb57734533fdf7d5048d076bc9226be2dfd03f167
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,827
Size: 1.00 vMB
Total Fees: 0.04061990 BTC
Feerates: 150.75 > 4.07 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (493,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,774 420,774 0000000000000000029ed2446f5648eb886ab0ea677cd2ec01cba4bcbd93c7a4 2,335 1.00/1.00 vMB 60
420,773 420,773 0000000000000000031e9c4e016c23eea34b7929810eabfc83ac58466296485a 2,079 1.00/1.00 vMB 45
420,772 420,772 000000000000000000fd256f5a32c99c5947127433ea7b5a5afecc6b994c7d05 2,230 1.00/1.00 vMB 47
420,771 420,771 0000000000000000019597af04e8147e20599303c53f178e40b2116f5b814e98 1,766 1.00/1.00 vMB 41
420,770 420,770 000000000000000001c8b784f20ab1c35c65815c400362170211b8668f85681a 2,432 1.00/1.00 vMB 55
420,769 420,769 00000000000000000357d70ed27aa29b01ed62521f22b4c1bd7c72a4ce0dc983 2,107 1.00/1.00 vMB 76
420,768 420,768 000000000000000000aa009f4cb4cb1612ce98ac44516e872a6694b84e2b8bfc 2,028 1.00/1.00 vMB 53
420,767 420,767 000000000000000004eb3b2b51f1b4dbed5b38b9f9c180aad680ca8e05bb4a42 2,016 1.00/1.00 vMB 56
420,766 420,766 000000000000000004b7e0c1f21b39b630f341f071afc52a8e2dc3b4c180d6f2 2,120 1.00/1.00 vMB 90
420,765 420,765 000000000000000003f10a82967e34ff3c40d24e3259905913a418513044ccac 1,947 1.00/1.00 vMB 34
420,764 420,764 000000000000000004e4c655e689e7b03dc545e1d5160b77d0bed5665c938bf1 2,814 1.00/1.00 vMB 56
420,763 420,763 0000000000000000045e3dd3c78264d8501acd718b4630eca7112e287b6d8721 2,374 1.00/1.00 vMB 53
420,762 420,762 000000000000000004a0a3f0b804fce94eba563842ec2fade4358f35862d2ecf 1,942 1.00/1.00 vMB 76
420,761 420,761 00000000000000000287ddc0f96e19be16052adca3eb26d69f8f020f2e1e5be4 2,656 1.00/1.00 vMB 105
420,760 420,760 00000000000000000449111ec01421c28bede9f318d47c3e515ac203c403e6ce 2,909 1.00/1.00 vMB 61
420,759 420,759 00000000000000000199899d210f1638786b29f7a29bb19e326295a6f55e6246 648 0.32/1.00 vMB 41
420,758 420,758 000000000000000003939a594c9992a8df85fa005aec2f520e22a892c6fe3b18 1 0.00/1.00 vMB 0
420,757 420,757 000000000000000001dd4611e1aeb6f1e87ab850ffcaa56290ad67766690d50f 1,186 1.00/1.00 vMB 19
420,756 420,756 000000000000000002ec293bcd68346e73d171472aaa760c6298dbe7eb9acb6e 1,754 1.00/1.00 vMB 36
420,755 420,755 000000000000000002229c93c967f5969edbb831dc075ddc56fda397785d037b 1,398 0.75/1.00 vMB 37
420,754 420,754 000000000000000001f9fdbc77f922b92f562833e25e3c192957d7640ea342b3 2,978 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.